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-09-23 16:15 RD, revision 23853

HitTest patch from Alberto

2003-09-23 16:15 RD, revision 23852

reSWIGged

2003-09-23 16:14 RD, revision 23851

dropped the prerelease flag

2003-09-23 09:52 CE, revision 23850

fix digitalmars 64 bug

2003-09-23 09:36 CE, revision 23849

fix watcom 64 bug (openwatcom1.1) (second try)

2003-09-23 09:33 CE, revision 23848

fix watcom 64 bug (openwatcom1.1)

2003-09-23 02:04 RD, revision 23847

demo tweaks

2003-09-23 02:03 RD, revision 23846

reSWIGged

2003-09-23 00:09 VZ, revision 23845

added wxTextCtrl::MarkDirty()

2003-09-22 23:14 RD, revision 23844

Initialize the default tool width and height

2003-09-22 23:04 RD, revision 23843

Recoded images

2003-09-22 23:02 RD, revision 23842

Changes when/how the wxApp object is created.

2003-09-22 22:30 RD, revision 23841

Fixed some float --> int conversion warnings

2003-09-22 22:29 RD, revision 23840

ReSWIGged

2003-09-22 22:28 RD, revision 23839

Add wxTrap wrapper

2003-09-22 22:28 RD, revision 23838

Fix a compilation warning

2003-09-22 22:28 RD, revision 23837

Fix a return type

2003-09-22 22:28 RD, revision 23836

Tweak wxCOlour.__repr__ and add wxRegionIterator.__nonzero__

2003-09-22 22:26 RD, revision 23835

Catch exception when signal is used in the non-main thread

2003-09-22 22:25 RD, revision 23834

Version number

2003-09-22 22:07 RD, revision 23833

Change some wxASSERT's to wxCHECK's so the offending code will safely be skipped instead of causing a crash. (Backported from 2.5)

2003-09-22 22:04 RD, revision 23832

Init wxRTTI

2003-09-22 22:02 RD, revision 23831

demo tweak

2003-09-22 21:55 RD, revision 23830

ReSWIGged

2003-09-22 21:53 RD, revision 23829

Fixed GetPoints. Since wxRealPoint is not an wxObject I can't use the helper function here.