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.

2004-01-15 01:11 RD, revision 25178

reSWIGged

2004-01-15 01:08 RD, revision 25177

little tweaks

2004-01-15 01:06 RD, revision 25176

Allow nested calls to wxPy[Begin|End]BlockThreads instead of deadlocking when the nested calls try to aquire the Python GIL.

2004-01-15 01:04 RD, revision 25175

Added wrappers for the missing wxSpinEvent, which fixes the deadlock when trying to catch events from wxSpinButton.

2004-01-14 15:28 CE, revision 25174

apply SF patch 876817

2004-01-14 10:05 SC, revision 25173

remove some duplicate defines under Mach

2004-01-14 06:24 RN, revision 25172

A little clarification

2004-01-14 05:57 DE, revision 25171

Added MSWPositionForWxMenu() method which is used to translate wxWindows menu positions to the ones that Windows is using. This mainly accounts for the system menu in maximized MDI child frames.

2004-01-14 04:44 DE, revision 25170

IsInAssert is only available (and only makes sense) in a debug build so don't try to call it in a release build.

2004-01-14 03:52 DE, revision 25169

Added empty base class constructors. This will still be broken for anything other than MSW, Mac, and Univ. Julian: Fix this the right way.

2004-01-14 02:50 DE, revision 25168

* In _GSocket_Get_Mac_Socket(), do not call CFSocketSetSocketFlags to turn off kCFSocketCloseOnInvalidate. Furthermore, kCFSocketAutomaticallyReenableWriteCallback wasn't part of default flags but had been erroneously included here. * Call CFSocketInvalidate() from _GSocket_Diable_Events instead of from _GSocket_GUI_Destroy_Socket. GSocket calls this from GSocket_close and so in combination with the above change and the most recent change to gsocket.c the CFSocket should now be invalidated and closed for all cases and not just planned shutdown.

2004-01-14 02:42 DE, revision 25167

* Revert Darwin specific changes to GSocket_destroy. * In GSocket_Shutdown do not call close on Darwin since gsockosx.c will do it during CFInvalidate which will be called from GSocket_Disable_Events

2004-01-14 02:17 DE, revision 25166

* _GSocket_Enable_Events() and _GSocket_Disable_Events() now call CFRunLoopAddSource() and CFRunLoopRemoveSource() respectively. They no longer call CFSocketEnableCallbacks or CFSocketDisableCallbacks. * In _GSocket_Get_Mac_Socket() no longer disable callbacks and also do not add the runloop source which combined with the above change has the same effect as before. * In _GSocket_GUI_Destroy_Socket() do not remove the runloop source because _GSocket_Disable_Events() should have and even if it didn't Mac OS X will clean it up in CFSocketInvalidate()

2004-01-14 02:11 RD, revision 25165

More packager scripts updates. The RPMs will now install icons and menu items, etc.

2004-01-14 02:10 RD, revision 25164

Corrected install_data files

2004-01-14 01:55 RD, revision 25163

typo

2004-01-14 01:53 RD, revision 25162

Fixed preprocessor warnings

2004-01-14 01:51 RD, revision 25161

Got iewin up and running again.

2004-01-14 01:50 RD, revision 25160

check for existance of output files

2004-01-14 01:28 RD, revision 25159

Fix compile warning when building DLLs

2004-01-13 20:34 RD, revision 25158

Update for new pickle format

2004-01-13 20:33 RD, revision 25157

Added some missing wx namespace corrections

2004-01-13 18:43 ROL, revision 25156

wxGridBahSizer support exception handling while loading resource some fixes (GetFirstChild, XRCID instead of FindByName, ...)

2004-01-13 17:48 JS, revision 25155

Added Emulator, configtool

2004-01-13 17:46 DS, revision 25154

Applied patch #876228: "Current value" always counts up to 100, instead of the max gauge value.