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

2002-12-13 22:04 RD, revision 18215

Added comment about derivation problem.

2002-12-13 22:01 RD, revision 18214

Added wxPython.lib.evtmgr by Rob Schecter, which is an easier, more "Pythonic" and more OO method of registering handlers for wxWindows events using the Publish/Subscribe pattern.

2002-12-13 21:38 MBN, revision 18213

Make some of the samples compile in Unicode mode.

2002-12-13 21:36 MBN, revision 18212

Unicode compilation fix.

2002-12-13 21:35 MBN, revision 18211

Add WXDLLEXPORT to friend declaration for GCC 3.2.

2002-12-13 21:33 MBN, revision 18210

Make some of the samples compile in Unicode mode.

2002-12-13 21:28 MBN, revision 18209

Unicode compilation fix.

2002-12-13 21:19 MBN, revision 18208

Updated .po files.

2002-12-13 12:21 CE, revision 18207

fix visual c bugs for wxUNIVRERSAL

2002-12-13 07:03 JJ, revision 18206

Committing in . Updated OpenVMS compile support Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-12-12 22:02 JS, revision 18205

Committing old changes (sorry, can't remember what)

2002-12-12 16:09 SC, revision 18204

turned combobox off for wxMac

2002-12-12 12:06 CE, revision 18203

fix for cygwin WXDLLEXPORT bug

2002-12-12 11:57 CE, revision 18202

fix for cygwin WXDLLEXPORT bug

2002-12-12 07:04 RD, revision 18201

Fixes for the helpviewer and regenerated batch files

2002-12-12 06:40 RD, revision 18200

Added HelpViewer tool

2002-12-12 06:29 RD, revision 18199

Renamed some helpers to avoid "GNU C++ internal naming strategy" warnings

2002-12-12 06:14 RD, revision 18198

Throbber fixes, other tweaks to the demo

2002-12-12 04:59 RD, revision 18197

Win32 installer first prompts to uninstall old version

2002-12-12 03:56 RD, revision 18196

SWIGged updates for wxMSW

2002-12-11 17:51 JS, revision 18195

Applied patch [ 651287 ] adds missing wxTreeCtrl::GetEditControl Peter Stieber

2002-12-11 15:16 VZ, revision 18194

changed the version to 2.4.0

2002-12-11 15:10 CE, revision 18193

fix for wxUniversal on win32 platforms

2002-12-11 09:08 JS, revision 18192

Applied patch [ 651287 ] adds missing wxTreeCtrl::GetEditControl This patch implements a missing member in the generic version of the wxTreeCtrl. The GetEditControl member is currently not implemented in the generic tree control used by wxGTK. This patch implements the feature by 1. adding a pointer to the wxTextTreeControl as a member (m_textCtrl) of the wxGenericTreeCtrl class 2. making sure pointer was initialized to 0 3. using the member variable instead of the stack variable in the wxGenericTreeCtrl::Edit member 4. making sure the new wxGenericTreeCtrl class member is set to 0 when the control is set up for deletion in Finish by calling a new protected member (ResetTextControl) of the wxGenericTreeCtrl class. These modification were discussed on the wx-dev list under the "wxGTK - wxTreeCtrl::GetEditControl status?" subject. I have tested, but I certainly welcome comments and further testing. Pete Stieber

2002-12-10 22:45 RD, revision 18191

SWIGged updates for wxGTK