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-04-30 20:17 SC, revision 20398

removing unused flags

2003-04-30 19:01 SC, revision 20397

include "ToolUtils.h" for LoWord and friends

2003-04-30 15:20 ROL, revision 20396

0.1.1-2 ------- Bugs with currentEncoding and frame testing fixed. Some required parameters are set to default if missing. Unsupported classes are tolerated, with warning message. wxScrolledWindow added (to 'control' pulldown menu, not yet to the tool palette). Multi-line editing for labels and some values (wxTextCtrl, wxHtmlWindow).

2003-04-30 14:19 PKO, revision 20395

For Python 2.1 compatibility, replaced iteritems() with items().

2003-04-30 13:31 VZ, revision 20394

fixed configure for autoconf 2.5x (patch from Olly Betts)

2003-04-30 12:44 JS, revision 20393

Allow for +/- in E part

2003-04-30 12:41 JS, revision 20392

Allow for +/- in the E part

2003-04-30 09:43 JS, revision 20391

Allow 'e' or 'E' in numeric text.

2003-04-30 08:41 JS, revision 20390

Use the context help XPM for MSW too

2003-04-30 01:22 RD, revision 20389

SWIGged updates for wxMSW

2003-04-30 01:15 RD, revision 20388

SWIGged updates for wxGTK

2003-04-30 01:13 RD, revision 20387

SWIGged updates for wxMac

2003-04-30 00:57 RD, revision 20386

Used glob to simplify some file lists

2003-04-30 00:56 RD, revision 20385

Typo fix, and a bit more info

2003-04-30 00:55 RD, revision 20384

When the __class__ of a dead object is replaced with _wxPyDeadObject the __del__ of the original class is now called first.

2003-04-30 00:39 RD, revision 20383

Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon <e_lub@yahoo.com> wxMac requires knowledge before Create that SetShape will be called so I also added the wxFRAME_SHAPED style flag.

2003-04-29 22:39 VZ, revision 20382

compilation fix for !USE_PCH

2003-04-29 21:15 MBN, revision 20381

MinGW compilation fix.

2003-04-29 10:26 JS, revision 20380

Fixed brace problem.

2003-04-29 09:36 CE, revision 20379

fix filefn conditional error

2003-04-28 21:12 CE, revision 20378

update to make digitalmars compile/link libraries

2003-04-28 21:09 CE, revision 20377

SF patch [ 708702 ] Wide character filename support for BCC

2003-04-28 20:58 CE, revision 20376

SF patch [ 708702 ] Wide character filename support for BCC

2003-04-28 19:55 MBN, revision 20375

Blind compilation fix in the case where libXpm isn't available.

2003-04-28 18:44 RD, revision 20374

SF Patch #728691, dangling pointer fix