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-23 16:14 JS, revision 38303

Fixed home and end accelerators

2006-03-23 15:56 RD, revision 38302

no longer need reverse renamers for the *Ptr classes

2006-03-23 15:28 JS, revision 38301

Added an optimization that fixes a recursive paint problem when controls are embedded in wxHTML (or other circumstances where the parent resizes the choice/combobox within a paint handler). This also speeds up addition of strings considerably (see "Add many strings" in widgets sample). Also added a check for silly values that can be returned from CB_GETDROPPEDCONTROLRECT.

2006-03-23 13:00 ABX, revision 38300

Centering maximized wxTLWs on screen should do nothing.

2006-03-23 11:47 ABX, revision 38299

Unconditional assert means fail.

2006-03-23 11:44 RR, revision 38298

Implement basic MVC logic (change an item in one view and all views update themselves) and made wxDataViewToggleCell react to mouse clicks as a test for that (generic code).

2006-03-23 11:38 JS, revision 38297

Don't centre frame on WinCE

2006-03-23 11:35 JS, revision 38296

Don't centre the frame on WinCE

2006-03-23 11:02 RR, revision 38295

Make generic wxDataViewCtrl draw its contents.

2006-03-23 10:11 ABX, revision 38294

Warning fix.

2006-03-23 09:57 ABX, revision 38293

Warning fix.

2006-03-23 02:01 VZ, revision 38292

workaround for mingw 3.2.3 DLL build with wxUSE_STL=1

2006-03-23 01:01 VZ, revision 38291

nested iterator classes must be dll-exported

2006-03-23 00:48 VZ, revision 38290

removed unneeded (and provoking warnings in DLL build) DLL export declarations

2006-03-23 00:47 VZ, revision 38289

don't compare invalid iterators/node pointers

2006-03-23 00:43 VZ, revision 38288

don't return true from wxRadioBox::AcceptsFocus() even when it's hidden/disabled

2006-03-23 00:41 vell, revision 38287

fixed compilation issue in prior checkin

2006-03-22 23:03 vell, revision 38286

cleanup - reformatting

2006-03-22 20:51 ABX, revision 38285

wxFrameNameStr was already delivered by #include one line earlier.

2006-03-22 20:39 ABX, revision 38284

DMC bug workaround.

2006-03-22 19:37 VZ, revision 38283

make it possible to predefine __WXFUNCTION__ in user code to have a different behaviour (e.g. use __PRETTY_FUNCTION instead of __FUNCTION__ with gcc) if needed

2006-03-22 19:32 VZ, revision 38282

define __WXFUNCTION__ instead of redefining the (semi-)standard __FUNCTION__ which could result in conflicts

2006-03-22 19:31 VZ, revision 38281

documented __WXFUNCTION__

2006-03-22 19:20 VZ, revision 38280

made alphabetical list of functions more alphabetical

2006-03-22 19:14 VZ, revision 38279

made wxList methods return compatibility_iterator instead of Node * to further reduce differences between wxUSE_STL==0 and 1 cases

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)