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

2003-10-25 02:13 RD, revision 24303

Move wxPrinterDC to _dc.i

2003-10-25 02:12 RD, revision 24302

minor build fixed for wxLocale

2003-10-25 02:12 RD, revision 24301

simple test for old namespace, and change assert default for run.py

2003-10-25 02:11 RD, revision 24300

gdi is the module that depends on _intl...

2003-10-25 02:10 RD, revision 24299

clean up the .pyd files in the wx dir now

2003-10-25 01:50 RD, revision 24298

Ignore .py files in this dir

2003-10-25 00:13 RD, revision 24297

Calling _setOORInfo from the wxPre* functions was never the right thing to do. Try to simplify the whole thing from the programmer's perpsective by adding a PostCreate method that does all the right things.

2003-10-25 00:10 RD, revision 24296

A little cleanup

2003-10-25 00:09 RD, revision 24295

wxSizer._Add needs to aquire the GIL before checking types

2003-10-25 00:09 RD, revision 24294

Moved the wxHelpEvent class too

2003-10-25 00:08 RD, revision 24293

Finished moving the HELP events to _cshelp.i

2003-10-25 00:07 RD, revision 24292

Tweaked the build_renamers script so that it properly outputs the reverse-renamers for static methods.

2003-10-25 00:06 RD, revision 24291

Adapt to the new DC.Draw methods

2003-10-25 00:05 RD, revision 24290

cleanup the extensions in the wx dir now

2003-10-24 22:35 RD, revision 24289

fixed placement of pythonnote

2003-10-24 21:50 VZ, revision 24288

use iconv() for wxCSConv constructed from a wxFontEncoding; don't use wxFontMapper unless really needed; when it is used, don't use it interactively

2003-10-24 21:28 MBN, revision 24287

Match changes in DECLARE_*_CLASS.

2003-10-24 20:12 VZ, revision 24286

compilation fix for some Unicode builds

2003-10-24 20:08 VZ, revision 24285

fixed crash on startup under GTK

2003-10-24 19:25 VS, revision 24284

fixed iso-8859-1 handling to report failures

2003-10-24 09:32 VS, revision 24283

fixed crash if szLocale==NULL

2003-10-23 22:19 MBN, revision 24282

Until configure and aclocal.m4 are in CVS they should not be in .cvsignore.

2003-10-23 21:58 MBN, revision 24281

Make both GCC and MSVC 5 happy.

2003-10-23 21:51 MBN, revision 24280

wxMac linking fix.

2003-10-23 21:49 MBN, revision 24279

Suboptimal wxColour::CreateByName implementation for wxMotif.