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):

2008-09-27 16:53 MW, revision 55921

Use shared checkouts with a fresh copy for each build to allow clean builds.

2008-09-27 15:29 JMS, revision 55920

Register multibutton editor class in frame ctor instead of CreateGrid() (this fixes memleak in tests)

2008-09-27 15:29 JMS, revision 55919

wxPropertyGrid::RegisterEditorClass() now CHECK_MSG()s for duplicate editor names

2008-09-27 15:17 JMS, revision 55918

Use wxPropertyGridEventHandler in commented-out sample connect code

2008-09-27 15:13 JMS, revision 55917

Use wxUSE_LONGLONG_NATIVE more

2008-09-27 15:09 JMS, revision 55916

wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member functions with simple workarounds

2008-09-27 14:03 JMS, revision 55915

Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer using PG specific class macros in its sample), other editors.h interface fixes

2008-09-27 13:13 JMS, revision 55914

Fixed a warning

2008-09-27 12:29 FM, revision 55913

more fixes

2008-09-27 11:21 FM, revision 55912

HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions

2008-09-27 10:59 FM, revision 55911

final w*h interface header reviews

2008-09-27 10:58 FM, revision 55910

give a name to wxZlib enums to make it easier to document them

2008-09-27 10:28 FM, revision 55909

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908

2008-09-27 10:27 FM, revision 55908

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod)

2008-09-27 09:54 JS, revision 55907

fix gcc warning

2008-09-27 09:20 VZ, revision 55906

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo

2008-09-26 18:20 JMS, revision 55903

Fixed and clarified editor control event handling

2008-09-26 17:36 VZ, revision 55902

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 17:36 VZ, revision 55901

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 15:27 VZ, revision 55900

fix ParseFormat("%d") to set the date it finds (#10002)

2008-09-26 15:18 VZ, revision 55899

using CLSCTX_ALL fails with Microsoft Office applications, correct the last change to use CLSCTX_SERVER only (see #9868)

2008-09-26 13:46 VZ, revision 55898

tried to make umask comment make more sense

2008-09-26 00:23 VZ, revision 55897

Brian Ravnsgaard Riis slave added

2008-09-26 00:19 MW, revision 55896

Configure a second Windows build and give the slave a new name.

2008-09-26 00:10 VZ, revision 55895

update from Laurent