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-15 12:38 VS, revision 18240

_really_ fixed translation messages

2002-12-15 10:23 MBN, revision 18239

More samples/Unicode fixes.

2002-12-15 00:33 VS, revision 18238

backported Czech translation to 2.4

2002-12-14 21:44 GD, revision 18237

fix FindMenu broken by implementation of double ampersands in menu and menu item titles (finding "&File" was no longer working)

2002-12-14 21:26 VS, revision 18236

don't translate strings when it doesn't make any sense

2002-12-14 21:16 VS, revision 18235

removed extremely user-unfriendly translations

2002-12-14 21:16 VS, revision 18234

updated Czech translation

2002-12-14 21:16 VS, revision 18233

fixed typo

2002-12-14 21:12 GD, revision 18232

added commands to search for menus and menu items by label

2002-12-14 18:20 MBN, revision 18231

More samples/Unicode fixes.

2002-12-14 18:13 MBN, revision 18230

More samples/Unicode fixes.

2002-12-14 14:23 MBN, revision 18229

Fixed compilation of some more samples in Unicode mode.

2002-12-14 14:16 MBN, revision 18228

Fixed missing reference to wxTreeCtrlnameStr when linking treectrl sample by adding #include "wx/treectrl.h" to data.cpp.

2002-12-14 12:18 VZ, revision 18227

fixed VC++ warning

2002-12-14 12:15 VZ, revision 18226

fixed Unicode compilation

2002-12-14 09:29 JS, revision 18225

Added missing SetOrientation accessor

2002-12-14 00:50 RD, revision 18224

Fixed the spelling of Robb's name [me bad!]

2002-12-14 00:42 RD, revision 18223

Added wxPython.lib.multisash by Gerrit van Dyk which is a nice implementation of allowing the user to split a window any number of times either horizontally or vertically, and to close the split off windows when desired.

2002-12-13 23:53 VS, revision 18222

updated message catalogs from sources

2002-12-13 23:50 VS, revision 18221

removed a forgotten relict of past: xmlbin format extension still used

2002-12-13 23:50 VS, revision 18220

even more fixes to last-minute wxFileSystem mods

2002-12-13 23:50 VS, revision 18219

fixed wxFilesystem docs bug

2002-12-13 23:49 VS, revision 18218

documented FileNameToURL and URLToFileName

2002-12-13 23:35 RD, revision 18217

Added wxPython.lib.gridmovers by Gerrit van Dyk which facilitates the dragging of columns and/or rows in a wxGrid.

2002-12-13 22:57 RD, revision 18216

Added wxPython.lib.popupctl by Gerrit van Dyk which is a combobox-like gizmo for poping up arbitrary controls. It is currently using wxDialog because of some issues with wxPopupWindow...

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