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-06-21 14:44 VZ, revision 46581

no changes, just replaced TAB with spaces

2007-06-21 12:44 JS, revision 46580

Added DetachOldLog to avoid destruction of old log target Renamed wxLogPassThrough to wxLogInterposer Added wxLogInterposerTemp

2007-06-21 12:34 JS, revision 46579

Added DetachOldLog to avoid destruction of old log target

2007-06-21 11:53 VZ, revision 46578

fix bug in our wxStrtod() reimplementation which prevented it from ever working (bug 1721643)

2007-06-21 11:50 VZ, revision 46577

document that wx[HV]SCROLL don't work with native controls not TLWs

2007-06-21 11:46 VZ, revision 46576

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable [backport from HEAD]

2007-06-21 11:44 VZ, revision 46575

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable

2007-06-21 11:24 VZ, revision 46574

fix to the previous commit: percent signs have to be escaped first

2007-06-21 11:16 VZ, revision 46573

fix to the previous commit: percent signs have to be escaped first

2007-06-21 06:12 BY, revision 46572

Add wxDataViewPath, wxDataViewItemBase, wxDataViewModel, wxDataViewTreeModel, wxDataViewModelNotifier. Before I make any changes to wxDataViewCtrlBase and wxDataViewCtrl, I commit this modification. At this moment, all things works. Only wx/dataview.h and common/datavcmn.cpp are changed.

2007-06-21 03:43 PC, revision 46571

fix reversed left/top variables

2007-06-21 00:06 VZ, revision 46570

fix handling of '#' in file names (patch 1740328) [backport from HEAD]

2007-06-21 00:05 VZ, revision 46569

fix handling of '#' in file names (patch 1740328)

2007-06-20 21:30 VZ, revision 46568

make setting the foreground colour of wxTextCtrl in wxGTK work [backport of 1.685 from HEAD]

2007-06-20 21:29 VZ, revision 46567

single line wxTextCtrl fg colour fix is now in 2.8

2007-06-20 20:16 FT, revision 46566

Modified test suite to pass all tests on Ubuntu. Various GTK warnings are still triggered though.

2007-06-20 19:03 FT, revision 46565

Fix typo in previous commit.

2007-06-20 18:33 FT, revision 46564

Refactor out wx.ControlWithItems tests into their own file. First stab at implementing platform-specific testing.

2007-06-20 17:55 FT, revision 46563

Overloading __init__ was superfluous as yet.

2007-06-20 17:49 PC, revision 46562

fix reparenting a control into wxToolBar

2007-06-20 15:36 JS, revision 46561

Added extra width for controls to avoid edge being clipped

2007-06-20 15:35 JS, revision 46560

Give controls more width to avoid edge being clipped

2007-06-20 15:22 FT, revision 46559

Alphabetize test methods for wx.Window

2007-06-20 14:02 JS, revision 46558

Fixed uninstalled toolbars in native toolbar mode, with a method for specifying non-native if required Added code to toolbar sample for testing uninstalled toolbar

2007-06-20 13:21 JS, revision 46557

Fix for non-CG mode