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-02-26 19:29 VS, revision 19341

compilation fix for optimizing compilers

2003-02-26 19:28 VS, revision 19340

fixed wxSYSTEM_MENU on Unix

2003-02-26 19:26 VS, revision 19339

added wxCLOSE

2003-02-26 19:24 VS, revision 19338

added wxCLOSE and fixed wxSYSTEM_MENU on Unix

2003-02-26 19:21 VS, revision 19337

added wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition

2003-02-26 19:21 VS, revision 19336

fix patch #693600

2003-02-26 18:38 RD, revision 19335

Switched to using True/False in the wxPython lib and demo instead of true/false or TRUE/FALSE to prepare for the new boolean type and constants being added to Python. Added code to wx.py to test for the existence of the new constants and to create suitable values if not present.

2003-02-26 17:04 CE, revision 19334

update for watcom makefiles

2003-02-26 16:55 CE, revision 19333

update for watcom makefiles

2003-02-26 10:58 CE, revision 19332

update for new watcom makefiles

2003-02-26 10:20 CE, revision 19331

fix for open watcom

2003-02-26 10:10 CE, revision 19330

fix for open watcom

2003-02-26 05:49 RD, revision 19329

Ensure that the TOOLDIR exists

2003-02-26 05:36 RD, revision 19328

SWIGged updates for wxMSW

2003-02-26 05:28 RD, revision 19327

Use shortened DLL version number for wxPython

2003-02-26 05:26 RD, revision 19326

Use version.mak on the 2.4 branch too

2003-02-26 05:26 , revision 19325

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2003-02-26 05:14 RD, revision 19324

SWIGged updates for wxMac

2003-02-26 05:02 RD, revision 19323

Don't use --inplace any longer. Move the building of the .mo files to the tarfile rather than the RPM Add the wxrc tool to the RPM.

2003-02-26 04:55 RD, revision 19322

wxCursor(const wxImage&) doesn't exist on Mac, workaround for wxpython

2003-02-26 04:24 RD, revision 19321

SWIGged updates for wxGTK

2003-02-26 04:13 RD, revision 19320

These hacks shouldn't be needed any longer with the new way that the __del__ methods are generated.

2003-02-26 04:01 RD, revision 19319

Make sure some class names get put into the wx namespace when non-core modules are imported

2003-02-26 03:59 RD, revision 19318

Give the second form of BeginDrag a better name

2003-02-26 03:56 RD, revision 19317

Provide both forms of wxLocale::Init to wxPython