Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2007-07-24 10:22 SC, revision 47699

fixing layering problems when modal dialogs should appear in front of floating windows (eg miniframes), as long as wxSTAY_ON_TOP is not set on the miniframe

2007-07-24 10:16 SC, revision 47698

applying 1660835, making sure wxSTAY_ON_TOP mini frame windows don't get hidden on deactivate

2007-07-24 10:10 RR, revision 47697

Patch from Bo to speed up FindNode() in internal data tree structure (GTK)

2007-07-24 09:26 RR, revision 47696

Added wxQsort()

2007-07-24 09:25 RR, revision 47695

Don't send events when expanding internally, only after wxDataViewModel::ItemAdded was called

2007-07-24 09:15 RR, revision 47694

Send events from port-specific code, not common code, tested in samples

2007-07-24 08:35 RR, revision 47693

Patch from Bo to optimize FindNode() in internal tree structure

2007-07-24 00:36 VZ, revision 47691

corrected off by 1 error in cMB2WC() call (thanks valgrind)

2007-07-23 22:36 VZ, revision 47689

don't add an extra empty line to the end (fixes bug introduced by the last optimization round)

2007-07-23 22:34 VZ, revision 47688

harmless warning fix

2007-07-23 22:33 VZ, revision 47687

compilation fix

2007-07-23 22:29 VZ, revision 47686
  • D /wxWidgets/trunk/tests/fileconf

removed empty directory

2007-07-23 21:59 VZ, revision 47684

fix caching of configure arguments broken by one of the previous commits (all options got saved in the cache file, not just the ones explicitly specified)

2007-07-23 20:14 SC, revision 47681

we now always have a transparent sizer grip

2007-07-23 20:12 SC, revision 47680

we now always have a transparent sizer grip

2007-07-23 20:11 SC, revision 47679

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 20:09 SC, revision 47678

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 18:00 VZ, revision 47675

removed wxUSE_STRUTILS which was left over from the old code version

2007-07-23 17:08 SC, revision 47673

implementing wxALWAYS_SHOW_SB from 1744665

2007-07-23 15:51 RD, revision 47668

Allow supporting more than one version of Python at a time, if python-central is available and installed in the Debian distro, and if it specifies that more than one version should be supported.

2007-07-23 15:33 BY, revision 47667

Merge changes from Trunk and also make some modification to change HasChildren to IsContainer.

2007-07-23 12:23 JS, revision 47663

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 12:23 JS, revision 47662

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 09:18 BY, revision 47661

A more efficient algorithm for ItemAdded and ItemDeleted. This algorithm is implemented by the new member function FindNode. We first find the item's parent-chain, and then down along the parent-chain to find the node.

2007-07-23 04:42 SC, revision 47660

correcting my last commit

2007-07-22 20:27 JW, revision 47657

Added additional stubs, improved DC and evtloop implementations, modified bakefiles and configure.in

2007-07-22 15:53 VZ, revision 47656

tagging libtiff 3.8.2

2007-07-22 15:36 VZ, revision 47655

importing libtiff 3.8.2

2007-07-22 15:27 VZ, revision 47654

fix for r47646: typedef wxDouble for all platforms, not just wxMac

2007-07-22 15:20 SC, revision 47653

applying 1741073

2007-07-22 15:03 SC, revision 47652

restricting mouse-wheel support to y axis only, trunk is having both dimensions

2007-07-22 14:54 SC, revision 47651

changing handling of mouse-down buttons according to patch 1749825

2007-07-22 13:20 SC, revision 47650

fixing path

2007-07-22 11:34 SC, revision 47649

adding missing defaults

2007-07-22 10:34 VZ, revision 47648

call aglEnable(AGL_BUFFER_RECT) after setting the rect; fixes both drawing over all the other windows and missing redraw before first resize (patch 1758339)

2007-07-22 10:29 VZ, revision 47647

removed erroneous spaces from wxTo/FromString() documentation

2007-07-22 10:14 SC, revision 47646

no 68k macs more to support...

2007-07-22 10:12 SC, revision 47645

no 68k macs more to support...

2007-07-22 09:20 VS, revision 47644

fix visibility problems with libstdc++ on Debian and Ubuntu

2007-07-22 08:30 SC, revision 47643

adding quicktime framework (needed for PICT conversion)

2007-07-22 08:28 SC, revision 47642

adding cocoa utils file

2007-07-22 08:01 VS, revision 47641

fixed visibility warning on Fedora

2007-07-22 00:00 VZ, revision 47639

corrected the include file names (rest of patch 1757479)

2007-07-21 23:59 VZ, revision 47638
  • D /wxWidgets/trunk/docs/latex/wx/database.tex
  • D /wxWidgets/trunk/docs/latex/wx/expr.tex
  • D /wxWidgets/trunk/docs/latex/wx/gridwork.tex
  • D /wxWidgets/trunk/docs/latex/wx/query.tex
  • D /wxWidgets/trunk/docs/latex/wx/recrdset.tex

removed docs for classes not existing any more (part of patch 1757479)

2007-07-21 23:54 VZ, revision 47637

correct closing comments in #endifs (patch 1756990)

2007-07-21 23:51 VZ, revision 47636

updated after fileconf/fileconftest.cpp to config/fileconf.cpp move

2007-07-21 23:50 VZ, revision 47635

moved wxFileConfig test to config directory together with wxConfig test

2007-07-21 23:47 VZ, revision 47634

added support for user-defined types to wxConfig (patch 1753875)

2007-07-21 23:41 VZ, revision 47633

added a macro for comparison size_t variables with literal constants, this is less ugly than explicitly casting the arguments to size_t; use it to fix base64 compilation under 64 bit platforms

2007-07-21 23:24 VZ, revision 47632

added wxTo/FromString(wxColour) (part of patch 1753875)