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-03-22 18:29 ABX, revision 38278

Semicolon needed.

2006-03-22 18:07 ABX, revision 38277

Test both constuctors. Warning fix.

2006-03-22 17:55 ABX, revision 38276

Unconditional assert means fail.

2006-03-22 17:39 JS, revision 38275

Added missing include

2006-03-22 17:36 JS, revision 38274

Missing include file

2006-03-22 17:03 VZ, revision 38273

another compilation fix after last commit

2006-03-22 17:03 VZ, revision 38272

compilation fix after last commit

2006-03-22 16:45 JS, revision 38271

Mac compile fixes

2006-03-22 16:21 vell, revision 38270

fix wxMac compilation problem by hoisting simple variable declarations above all goto stmts

2006-03-22 15:51 JS, revision 38269

Missing include

2006-03-22 14:39 ABX, revision 38268

Warning fix.

2006-03-22 14:38 JS, revision 38267

Rearranged, added info about universal builds

2006-03-22 14:18 VZ, revision 38266

fixed handling PNG errors accidentally broken in rev 1.46 (libpng would just abort on invalid files now); fixed huge memory leak when failing to load an invalid PNG (backport from HEAD)

2006-03-22 14:12 VZ, revision 38265

fixed handling PNG errors accidentally broken in rev 1.46 (libpng would just abort on invalid files now); fixed huge memory leak when failing to load an invalid PNG

2006-03-22 13:24 ABX, revision 38264

Build fix.

2006-03-22 10:27 RR, revision 38263

Setup notifiers from datamodel to generic wxDataViewCtrl.

2006-03-22 10:01 RR, revision 38262

In the generic version of wxDataViewCtrl, all cells are custom cells (nothing native).

2006-03-22 07:47 JJ, revision 38261

Committing in . Updates to make OpenVMS happy Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/defs.h wxWidgets/src/gtk/choice.cpp wxWidgets/src/gtk/descrip.mms ----------------------------------------------------------------------

2006-03-22 01:11 VZ, revision 38260

fixed wxCHECK in release build

2006-03-21 20:23 JS, revision 38259

Applied patch [ 1448810 ] Double click defective in listboxes

2006-03-21 19:33 KO, revision 38258

Backporting Universal binary support.

2006-03-21 17:00 VZ, revision 38257

fixed __FUNCTION__ use in Unicode build (it's a variable, not a macro)

2006-03-21 16:21 VZ, revision 38256

added ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to see the dates in cppunit output

2006-03-21 16:20 VZ, revision 38255

fixed several bugs in ParseDate() (invalid dates could result in assert failure while some valid dates such as 29 Feb 2004 were not recognized)

2006-03-21 15:59 VZ, revision 38254

don't throw away the first three stack frames in the assert stack dump (fix needed after recent assert cleanup/changes)