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-06-05 20:37 ABX, revision 39578

Peaceful solution to wxCheckListBox inheritance in WinCE and wxListBox::Clear() ambiguity in wxUniv.

2006-06-05 19:35 SN, revision 39577

Removed some focus handling that was to general and did break e.g. combobox.

2006-06-05 19:07 MW, revision 39576

Fix alignment issue.

2006-06-05 18:47 SN, revision 39575

Fixed brush realization as suggested by Franz Bakan.

2006-06-05 18:15 SN, revision 39574

Improved error handling.

2006-06-05 18:08 SN, revision 39573

Improved error handling.

2006-06-05 18:08 RD, revision 39572

Typos fixed

2006-06-05 17:57 MR, revision 39571

Do not set the wmclass for toplevels. This MUST be unique across the application, and GTK takes care of it for us - don't screw it over. Change it to set_role instead, but #if 0 out for now until some discussion about potential affect of this to existing applications. Toplevels that have a role set can be handled by the window manager, and store the positiong and size for them, and restore it on later occasion. If apps do stupid things like don't have unique motif names set for different toplevels, then this can cause problems with backwards compatibility. I am in favor of doing set_role, but it needs a little discussion and testing. Setting WM_CLASS is definately wrong, so just get rid of that till then.

2006-06-05 17:48 ROL, revision 39570

fix for empty value

2006-06-05 17:12 MW, revision 39569

Build fix for motif.

2006-06-05 17:01 VZ, revision 39568

fixed memory leak introduced by dynamic wxMimeTypesManagerImpl creation (rev. 1.44 of mimecmn.cpp) changes; also renamed wxMimeTypesManagerFactory::Get/SetFactory() to just Get/Set()

2006-06-05 16:46 ABX, revision 39567

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

2006-06-05 16:04 ROL, revision 39566

fix for non-utf-8 character support in 'content'

2006-06-05 16:01 ROL, revision 39565

hopefully this will fix some encoding problems

2006-06-05 16:00 ROL, revision 39564

debug is not defined here

2006-06-05 16:00 RD, revision 39563

Make it possible to override VER_FLAGS from the command-line

2006-06-05 15:58 RD, revision 39562

Added wxWINDOW_STYLE_MASK

2006-06-05 15:58 SN, revision 39561

Made additional error codes available.

2006-06-05 15:57 RD, revision 39560

New methods for dragging coloumns

2006-06-05 15:52 RD, revision 39559

No need to use 2-phase create of the text ctrl

2006-06-05 14:16 MW, revision 39558

Add missing picker files for gtk1

2006-06-05 11:55 VZ, revision 39557

Reparent() is available under Mac as well (bug 1500782)

2006-06-05 10:31 CE, revision 39556

replace hard coded path with relative path

2006-06-05 10:29 CE, revision 39555

changed hardware at York

2006-06-04 22:31 VZ, revision 39554

changed menu accels to not clash with menubar ones