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-11-04 03:50 RD, revision 24403

Updated SWIG Runtime and wxPython API structure based on SWIG CVS 03-Nov-2003

2003-11-04 03:48 RD, revision 24402

New SWIG patch that allows the automatic generation of __repr__ methods to be turned off for a class.

2003-11-03 22:22 GD, revision 24401

applied SF patch #817328 to correct PMRelease calls

2003-11-03 01:20 SN, revision 24400

Added some bad hacks to make region processing work at least a bit.

2003-11-03 00:15 SN, revision 24399

Added some bad hacks to make region processing work at least a bit.

2003-11-02 15:40 MBN, revision 24398

Compilation fix.

2003-11-02 15:39 MBN, revision 24397

Fix (correct) warning about potentially uninitialized variables.

2003-11-02 15:37 MBN, revision 24396

Compilation fix for wxUSE_STL==1.

2003-11-02 15:36 MBN, revision 24395

Updated changes.txt.

2003-11-02 15:34 MBN, revision 24394

Updated not to use deprecated wxList methods.

2003-11-02 15:32 MBN, revision 24393

Updated wxHashTable::Next documentation to use wxHashTable::Node* for the return type (which currently is just a typedef for wxNode*).

2003-11-01 21:17 RD, revision 24392

Fixes for wxTreeItemData parameter types, and also == and != for wxTreeItemId

2003-11-01 20:22 RD, revision 24391

reSWIGed

2003-11-01 20:17 RD, revision 24390

Fixed the rest of the extended sizer methods to properly check for item type by aquiring the GIL.

2003-11-01 18:58 VS, revision 24389

standardize configure flags in RPMs

2003-11-01 18:30 VZ, revision 24388

update from Tsolakos Stavros

2003-11-01 18:27 GD, revision 24387

added conditional compilation for IntToFixed/FixedToInt for Mac OS X 10.3

2003-11-01 12:17 VZ, revision 24386

compilation fix for VC++ statis MT build with wxUSE_STL==1

2003-11-01 09:28 VZ, revision 24385

don't show hidden child frames when the parent is restored

2003-11-01 07:13 RD, revision 24384

reSWIGed

2003-11-01 06:36 RD, revision 24383

Converted wx.lib.stattext and buttons to the new wx namespace, added renamerws for them in wxPython.lib

2003-11-01 06:34 RD, revision 24382

Little tweaks to match changes in CVS.

2003-11-01 05:36 RD, revision 24381

Updated notes on SWIG patches since they have been checked in.

2003-11-01 05:33 RD, revision 24380

BUILD instructions for development and testing

2003-11-01 05:30 RD, revision 24379

A copy of the scripts I use to build wxMSW

2003-11-01 05:27 RD, revision 24378

use SWIG on the command line to specify where the executable is

2003-11-01 00:33 RD, revision 24377

Converted glcanvas to the new scheme

2003-11-01 00:18 RD, revision 24376

Converted glcanvas to the new scheme

2003-10-31 19:51 VS, revision 24375

add upper-case extensions to fallbac

2003-10-31 15:58 VS, revision 24374

added resolution option to JPEG handler (patch #833234)

2003-10-31 15:17 VZ, revision 24373

warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT added

2003-10-31 15:16 VS, revision 24372

don't use deprecated symbols

2003-10-31 14:27 VZ, revision 24371

updated SendIdleEvent() docs

2003-10-31 14:11 VZ, revision 24370

removed InitBase()

2003-10-31 13:26 VZ, revision 24369

removed InitBase()

2003-10-31 03:17 RD, revision 24368

reSWIGged

2003-10-31 03:14 RD, revision 24367

demo tweak

2003-10-31 03:10 RD, revision 24366

Fixed SetColumnImage

2003-10-31 03:04 RD, revision 24365

Fixed the $Id:$

2003-10-31 03:02 RD, revision 24364

reSWIGged

2003-10-31 03:00 RD, revision 24363

fixed compile error

2003-10-31 01:24 RD, revision 24362

Not sure how it got lost but fixed reverse renamers to correctly put back the wxPython.wx module

2003-10-31 01:22 RD, revision 24361

Converted STC module over to new scheme

2003-10-31 01:21 RD, revision 24360

Fixed some names

2003-10-31 01:12 RD, revision 24359

Patch #826420, and also adapted to new SWIG

2003-10-30 23:08 VZ, revision 24358

removed calls to wxWindowBase::InitBase(), it is called from the ctor anyhow (and so was called twice)

2003-10-30 22:58 RD, revision 24357

added literal assignment option for the reverse renamers

2003-10-30 22:57 RD, revision 24356

Converted XRC module over to new scheme

2003-10-30 22:26 VS, revision 24355

#if around deprecated macros

2003-10-30 22:15 VZ, revision 24354

added missing _T()s in wxLogTraces