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