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-08-21 18:32 RD, revision 40731

Added wx.lib.combotreebox from Frank Niessink

2006-08-21 18:30 RD, revision 40730

Move CanSetTransparent and SetTransparent up to wxWindowBase since wxMac can handle transparency at that level.

2006-08-21 18:28 RD, revision 40729

Adapt to some wxDC methods becoming protected

2006-08-21 18:27 RD, revision 40728

Make it possible to tell wxXmlResource which domain to pull translatable strings from. Make the wxLocale::GetString methods virtual so they can be overridden in derived classes.

2006-08-21 17:32 RD, revision 40727

fix label

2006-08-21 17:32 RD, revision 40726

Added test of using CalendarDateAttr

2006-08-21 17:12 RD, revision 40725

Add ImageFromBuffer

2006-08-21 17:12 RD, revision 40724

fix label

2006-08-21 17:11 RD, revision 40723

Change Miki's email address

2006-08-21 17:07 RD, revision 40722

Recognize the numpad cursor keys too

2006-08-21 16:48 RD, revision 40721

Recognize the numpad cursor keys too

2006-08-21 15:57 SC, revision 40720

still overriding the escape key

2006-08-21 15:17 AVV, revision 40719

Unified GSocketGUIFunctionsTable duplicated code, keeping the platform-specific code to a bare minimum on the callback files.

2006-08-21 14:41 SC, revision 40718

removing unneeded event table

2006-08-21 14:15 RR, revision 40717

Fix same compilation again, I guess 0 was meant to initialize the wxTreeItemId to nothing.

2006-08-21 14:12 RR, revision 40716

Fix compilation under MSW with GCC cross.

2006-08-21 14:10 AVV, revision 40715

Fix mac compilation

2006-08-21 14:05 AVV, revision 40714

Fix windows compilation

2006-08-21 13:49 AVV, revision 40713

Changes to start unification of callback code, probably breaking mac/windows till I test compilation

2006-08-21 12:33 DMS, revision 40712

Added basic RTL support to wxGTK menus and widgets are working, sizers not yet

2006-08-21 12:15 AVV, revision 40711

wxX11 sockets updated to the new callback interface. This also fixes a serious but on wxX11 sockets: the iteration of the socket event loop could crash if the socket callback happens to remove both events, hence removing the socket from the hash list while the list is being processed. Fixed now by lookup of the next item before the callback of the corrent one is processed.

2006-08-20 22:24 VZ, revision 40710

added stock menu items support

2006-08-20 16:32 SN, revision 40709

Added stub for wxIsPlatform64Bit.

2006-08-20 14:02 VZ, revision 40708

don't use dynamic handlers for standard buttons as this prevents static event handlers in derived classes from working; just catch all button events in a static handler instead

2006-08-20 13:29 SN, revision 40707

Removed event table as these things are now handled by wxDialogBase.