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...