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

2003-04-28 17:43 PKO, revision 20373

Better sys.path handling, other minor tweaks.

2003-04-28 17:11 PKO, revision 20372

Commented out print statement.

2003-04-28 17:05 PKO, revision 20371

Removed old code.

2003-04-28 16:10 PKO, revision 20370

Removed addition of current dir to sys.path.

2003-04-28 15:09 CE, revision 20369

fix wxChar error in docs

2003-04-28 11:51 VZ, revision 20368

fix for Unicode compilation

2003-04-28 10:37 JS, revision 20367

Doc suggestions applied

2003-04-28 10:33 JS, revision 20366

Fixed [ 728819 ] memory leak in ipcbase.cpp

2003-04-28 02:08 VZ, revision 20365

another blind fix for wxX11 compilation

2003-04-28 02:04 VZ, revision 20364

updated to use the new raw bitmap API

2003-04-28 01:46 VZ, revision 20363

new template-based more flexible and hopefully more efficient raw bitmap implementation

2003-04-27 21:49 VZ, revision 20362

create tab ctrl with WS_VISIBLE style

2003-04-27 21:24 VZ, revision 20361

*really* fixed searching in sorted arrays

2003-04-27 21:18 RR, revision 20360

timer no longer returns IsRunning() after a one shot timer has fired.

2003-04-27 15:17 VZ, revision 20359

*really* fixed searching in sorted arrays

2003-04-27 14:13 PKO, revision 20358
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/samples/wx_examples/default.css
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/samples/wx_examples/examples.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/samples/wx_examples/examples.txt
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/samples/wx_examples/screenshots
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wx/default.css
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wx/wx.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wx/wx.txt
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wxPython/py/default.css
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wxPython/py/MANUAL.txt
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wxPython/py/wxd/default.css
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wxPython/py/wxd/wxPython.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wxPython/py/wxd/wxPython.txt

Moved to docs directory; some files renamed.

2003-04-27 14:02 PKO, revision 20357

New documentation directory.

2003-04-27 13:30 VZ, revision 20356

don't hardcode wxCHOICEDLG_DIALOG_STYLE

2003-04-26 20:32 SC, revision 20355

backpatch for activate error

2003-04-26 20:26 SC, revision 20354

moving rollover check, was causing hangs upon termination in case ->top was 0

2003-04-26 20:18 SC, revision 20353

moving rollover check, was causing hangs upon termination in case ->top was 0

2003-04-26 20:01 SC, revision 20352

transition window calls had some problems with layering, switched back to hide and show native calls

2003-04-26 12:54 MBN, revision 20351

Implemented wxEntryStart, wxEntryInitGui, wxEntryCleanup. Removed code already in wxTopLevelWindowBase.

2003-04-25 22:34 VS, revision 20350

added xh_wizrd.cpp

2003-04-25 20:42 MBN, revision 20349

Patch [ 726877 ]: Remove /GX- from makevc.env