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

2006-04-25 10:48 RR, revision 38903

Added simple scroll sample.

2006-04-25 10:47 RR, revision 38902

Minor corrections to native renderer. I also corrected the header button renderer as per MSW, this might break other code.

2006-04-25 08:38 RR, revision 38901

Compile fix for VC

2006-04-24 21:32 ABX, revision 38900

Build fix after wxColourBase introduction.

2006-04-24 21:05 ABX, revision 38899

Build fix after wxColourBase introduction.

2006-04-24 21:01 ABX, revision 38898

Build fix after DrawPushButton introduction.

2006-04-24 19:44 ABX, revision 38897

Build fix after wxColourBase introduction.

2006-04-24 19:17 RR, revision 38896

Compile fix

2006-04-24 18:31 ABX, revision 38895

Build fix after wxColourBase introduction.

2006-04-24 18:02 ABX, revision 38894

Build fix after wxColourBase introduction.

2006-04-24 17:59 VZ, revision 38893

don't use invalid/uninitialized iterator in wxList::compatibility_iterator in wxUSE_STL==1 case, this doesn't work with the debug version of glibc STL

2006-04-24 16:59 ABX, revision 38892

wxUSE_NOTEBOOK usage.

2006-04-24 16:57 RR, revision 38891

Committed Jaako's renderer patch

2006-04-24 16:34 ABX, revision 38890

wxOS2 build fixes after wxColourBase introduction.

2006-04-24 15:34 RR, revision 38889

Finished most of the selection/focus handling.

2006-04-24 14:52 ABX, revision 38888

[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation' with minor modifications and rebaked build files.

2006-04-24 12:33 RR, revision 38887

Lots of selection and focus code.

2006-04-24 09:29 ABX, revision 38886

Removal of second part of dsw files (as requested by Jamie Gadd).

2006-04-24 08:46 ABX, revision 38885

Include wx/string.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-24 00:56 VZ, revision 38884

correct i18n problems in accel handling code (replaces patch 1465417; closes bug 1464912) and a lot of cleanup

2006-04-23 22:41 VZ, revision 38883

corrected return codes of various methods (patch 1472288)

2006-04-23 21:35 VZ, revision 38882

emit only 1, not 2, events when changing text of a single line text control

2006-04-23 16:38 VS, revision 38881

don't link against 3rd party image libs when building non-GUI targets

2006-04-23 15:59 VS, revision 38880

fixed bug: option's default value must be among the list of allowed values -- removing <values> list to fix this

2006-04-22 22:12 MR, revision 38879

Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEventType calls