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-12-18 00:44 RD, revision 24903

Fixed a very weird typo

2003-12-18 00:08 RD, revision 24902

Reworked how stock objects are initialized. They now have an alternate __class__ until the App is initialized so they will raise an exception if anybody tries to use them before the C++ object has been created.

2003-12-18 00:02 RD, revision 24901

Fix __repr__

2003-12-18 00:01 RD, revision 24900

Added FindById

2003-12-17 23:59 RD, revision 24899

Reworked how stock objects are initialized. They now have an alternate __class__ until the App is initialized so they will raise an exception if anybody tries to use them before the C++ object has been created.

2003-12-17 23:58 RD, revision 24898

Added wxGetKeyState

2003-12-17 21:12 RD, revision 24897

wxPython needs wxRTTI info for wxToolBarToolBase in order to return objects of the right type. Also made FindById public.

2003-12-17 19:51 RN, revision 24896

1. Converted debug.h to C 2. Cosmetics

2003-12-17 19:41 RN, revision 24895

Header Cosmetics

2003-12-17 19:40 RN, revision 24894

Header Cosmetics

2003-12-17 19:30 RN, revision 24893

1. Added Release With Debug Info to regex.dsp 2. Added Release Unicode With Debug Info to regex.dsp and wxWindows.dsp 3. Converted DS's C++ comments in regcustom.h and regex.h to C 4. Converted defs.h and all headers it includes to C from C++ by changing all C++ comments to C and using #ifdef __cplusplus to keep out C++-specific stuff. 5. Changed wx_wchar to #define wx_wchar wxChar instead of copying wxchar.h code in regcustom.h. 6. Changed the macros around a bit in regcustom.h. Originally duplicated code from wx/defs.h. Now uses SIZEOF_WCHAR_T to get the approriate data.

2003-12-17 19:00 RN, revision 24892

Got rid wx-license

2003-12-17 03:29 RD, revision 24891

Swtch to using Bind, and use better styles for the code viewer

2003-12-17 03:25 RD, revision 24890

Added PyPlot

2003-12-17 00:34 RD, revision 24889

Lots of wx namespace updates for the wx.lib package and the demo from Jeff Grimmett with some tweaks and changes from Robin

2003-12-16 19:30 DE, revision 24888

Added wxAutoNSAutoreleasePool to Create(Tool|Status)Bar

2003-12-16 19:28 DE, revision 24887

1. Initialize m_mouseDownTool = NULL. Fixes crash when clicking a non-tool part of the toolbar before clicking a tool. 2. Added wxAutoNSAutoreleasePool to CreateButtonCell() and Realize()

2003-12-16 18:22 RN, revision 24886

Commented out WXK_CONTROL....

2003-12-16 17:26 DE, revision 24885

In UpdateFrameNSView size the toolbar to its best size. When creating or setting a frame's toolbar, SetOwningFrame on it.

2003-12-16 15:44 DE, revision 24884

wxCocoa: New native wxToolBar

2003-12-16 15:36 DE, revision 24883

Very basic wxToolBar implementation

2003-12-16 15:25 DE, revision 24882

Make UpdateFrameNSView public for new native wxToolBar

2003-12-16 15:06 JS, revision 24881

Unicode compatibility

2003-12-16 14:10 JS, revision 24880

Open Watcom correction

2003-12-16 10:36 JS, revision 24879

Pass -mwindows when linking the GUI samples under Wine