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):

2004-01-16 01:46 RD, revision 25203

Send window create events

2004-01-16 00:52 RD, revision 25202

Patch [ 877891 ] Share the DC from DoPaint with FullPaint in ScintillaWX

2004-01-15 23:43 RD, revision 25201

reSWIGged

2004-01-15 23:34 RD, revision 25200

prevent checking for empty string

2004-01-15 23:33 RD, revision 25199

tweak the spin button size

2004-01-15 23:15 RD, revision 25198

On Windows the wxBitmapButton can't be borderless if you use wxBU_AUTODRAW, but wxGenBitmapButton can do it easily

2004-01-15 22:44 RD, revision 25197

ON XP when pages are added to a Notebook their colours (and their children's) are modified to match the theme colours for notebook pages rather than normal panel colours. When items are added dynamically after the fact to the notebook pages then we need to fiddle with the colours ourself. Also, since xrced is importing from wxPython.wx then DC.Draw methods now need to use the old parameter syntax.

2004-01-15 22:38 RD, revision 25196

Use unbuffered output

2004-01-15 22:37 RD, revision 25195
  • D /wxWidgets/trunk/wxPython/demo/data/grid.i

Not sure what this was here for

2004-01-15 22:26 RD, revision 25194

Win32 installer script updated for 2.5

2004-01-15 20:12 DE, revision 25193

Allow Clear() to clear the control even when it is not editable. (patch from Kevin Hock)

2004-01-15 17:46 RD, revision 25192

reSWIGged

2004-01-15 17:45 RD, revision 25191

new version of fancytext module, added foldmenu

2004-01-15 17:45 , revision 25190

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

2004-01-15 17:43 RD, revision 25189

Move wxPyTreeCtrl declaration to header file

2004-01-15 17:41 RD, revision 25188

Don't allow parameterless wxDropSource

2004-01-15 17:40 RD, revision 25187

Don't forget...

2004-01-15 17:40 RD, revision 25186

Typo

2004-01-15 17:39 RD, revision 25185

fix install target for devel package

2004-01-15 17:38 RD, revision 25184

A bunch of little demo tweaks that have accumulated over time...

2004-01-15 17:36 RD, revision 25183

removed unneeded typedef

2004-01-15 13:49 JS, revision 25182

Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom

2004-01-15 05:26 RD, revision 25181

reSWIGged

2004-01-15 01:24 RD, revision 25180

little tweaks

2004-01-15 01:20 DS, revision 25179

Applied patch #877159: Joinable threads might crash app if deleted right after Wait.