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

2009-04-16 22:41 VZ, revision 60214

compilation fix for wxEVENTS_COMPATIBILITY_2_8 build after r60212

2009-04-16 21:33 VZ, revision 60213

added failing compilation test for the case of missing handler in Bind() call

2009-04-16 21:23 VZ, revision 60212

remove wxNewEventFunctor() overload which allowed calls to "Bind(evt, &WrongClass::method)" to compile

2009-04-16 19:28 JMS, revision 60207

wxFlagsProperty now automatically relays wxBOOL_USE_CHECKBOX and wxBOOL_USE_DOUBLE_CLICK_CYCLING to child bool properties (closes #10690)

2009-04-16 18:21 JMS, revision 60203

Removed unneeded includes

2009-04-16 16:34 VZ, revision 60202

add Bind() test

2009-04-16 14:49 VZ, revision 60201

rebake after the addition of graphics/measuring.cpp

2009-04-16 14:47 VZ, revision 60200

added a failtest target to Makefile to test for the (expected) compilation failures

2009-04-16 13:02 BIW, revision 60199

implement default width for toolbar labels

2009-04-16 13:00 VZ, revision 60198

pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did)

2009-04-16 12:58 BIW, revision 60197

implement default width for toolbar labels

2009-04-16 12:48 VZ, revision 60196

define constants for the number of items in the tree at each level and number of levels

2009-04-16 09:48 SC, revision 60195

merging r60138

2009-04-16 07:11 SC, revision 60194

merging r60108, r60116, r60120, r60121, r60125 and r60126

2009-04-16 04:57 KO, revision 60193

Mac build fix.

2009-04-16 01:13 KO, revision 60192

Rebake after MSW/Cairo changes

2009-04-16 00:57 KO, revision 60190

Initial support for Cairo on MSW

2009-04-15 23:04 VZ, revision 60188

correct test for wxDEBUG_LEVEL in last commit

2009-04-15 22:38 KO, revision 60187

Add a test to ensure that CreateMeasuringContext creates a valid context that can measure text.

2009-04-15 22:01 KO, revision 60186

Implement CreateMeasuringContext for GTK/Cairo (backport from trunk)

2009-04-15 21:55 KO, revision 60185

Implement CreateMeasuringContext for GTK/Cairo.

2009-04-15 21:31 VZ, revision 60184

remove dll export declaration from wxCStrData now that all its methods are inline (fixes mingw32 warning in DLL build)

2009-04-15 21:30 VZ, revision 60183

avoid a warning about unused function in release build

2009-04-15 21:23 VZ, revision 60182

use wxUIntPtr instead of long for 3rd parameter of wxListCtrl::SortItems() to allow passing pointers to it

2009-04-15 21:14 VZ, revision 60181

removed the note about wxEvent::Clone() startup test as it was removed