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-20 20:49 FM, revision 60257

use WX_PIZZA(...) to deference pointers only when we are sure that the pointer is non-NULL

2009-04-20 10:47 SC, revision 60255

merging back r60252

2009-04-20 06:47 SC, revision 60252

fixing param

2009-04-19 21:51 KO, revision 60247

Backport of r60246.

2009-04-19 21:51 KO, revision 60246

Document CreateMeasuringContext now that it is available for all wxGC impls.

2009-04-19 21:46 FM, revision 60245

name wxStaticBoxSizer; some other minor wording clarifications

2009-04-19 21:45 KO, revision 60244

backport of r60185.

2009-04-19 15:29 FM, revision 60243

grouping is not allowed for enum values

2009-04-19 13:33 JS, revision 60242

Fix for using uncreated window

2009-04-19 09:20 SC, revision 60241

merging back r60180, r60184, r60212, r60214, r60215, r60234

2009-04-18 14:27 VZ, revision 60235

initialize m_hFont in the beginning of wxFontRefData::Init() to avoid freeing invalid font handle in SetXXX() called afterwards; removed hard TABs

2009-04-18 14:23 VZ, revision 60234

blind fix for eVC compilation with wxEVENTS_COMPATIBILITY_2_8==0 (hopefully closes #10714)

2009-04-18 14:19 VZ, revision 60233

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT whenever possible to see more information about the test failures

2009-04-18 13:10 SC, revision 60232

removing overloads to avoid 'hidden method' warning

2009-04-18 12:34 JMS, revision 60231

Re-added support for property attribute wxPG_BOOL_USE_DOUBLE_CLICK_CYCLING (lines required to support it were accidentally removed at some point)

2009-04-18 12:20 JMS, revision 60230

Quick (temporary) fix for some spurious splitter movement

2009-04-18 11:56 JMS, revision 60229

Fixed fallback font used in wxFontProperty::OnSetValue()

2009-04-18 11:43 JMS, revision 60228

Use wxStdDialogButtonSizer in editor dialogs of wxLongStringProperty and wxArrayStringProperty

2009-04-18 10:08 FM, revision 60227

blind wxOS2 build fix

2009-04-17 20:37 SC, revision 60221

backport r60220

2009-04-17 20:25 SC, revision 60220

wrong override params

2009-04-17 18:12 JS, revision 60219

Don't attempt to do measuring when the window hasn't been created fully yet

2009-04-17 15:24 VZ, revision 60217

mention incompatible change in EVT_TREE_ITEM_ACTIVATED behaviour under MSW

2009-04-17 13:06 VZ, revision 60216

use "ul" suffix instead of cast to unsigned long; this is not only shorter but also avoids gcc warning about working correctly only in C90

2009-04-17 00:35 VZ, revision 60215

really fix compilation with wxEVENTS_COMPATIBILITY_2_8 after r60212

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