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-13 15:44 ROL, revision 25153
  • D /wxWidgets/trunk/wxPython/wx/tools/XRCed/CHANGES

replaced by CHANGES.txt

2004-01-13 15:31 JS, revision 25152

Corrected wrong reference to Gizmos location

2004-01-13 14:48 JS, revision 25151

Improved colours in wxUniv -- white (window colour) was being used as the default.

2004-01-13 14:45 JS, revision 25150

Suppress spurious icon-related log messages

2004-01-13 14:37 JS, revision 25149

Added extra check in case CopyFromIcon fails

2004-01-13 13:32 JS, revision 25148

Must have event.Skip() in OnSize for wxUniv

2004-01-13 03:42 RD, revision 25147

Starting to update the tarball and rpm spec files for 2.5. Mostly done but some fine tuning still needs done.

2004-01-13 03:41 RD, revision 25146

Use "import wx". wxPython.wx now has backwards compatible DC's and so since this module was using the new DC's it could no longer use wxPython.wx.

2004-01-13 03:33 RD, revision 25145

Fixed the docstring, default module is now wx, not wxPython.wx

2004-01-13 03:32 RD, revision 25144

Forgot to output the first string

2004-01-13 03:31 RD, revision 25143

Don't allow parameterless wxDropSource

2004-01-13 03:28 RD, revision 25142

API and etc. updates

2004-01-13 03:25 RD, revision 25141

new DC API fix

2004-01-13 03:17 RD, revision 25140

More demo conversion and cleanup from Jeff

2004-01-13 02:07 DS, revision 25139

To use "#pragma warning" a #ifdef __VISUALC__ guard should be used, not a #ifdef _MSC_VER one (CW defines _MSC_VER).

2004-01-13 02:02 DS, revision 25138

Applied patch #875647, fixes an unused variable warning reported by Borland; Some minor changes such as tab removal, TRUE/FALSE->true/false.

2004-01-13 01:36 RD, revision 25137

x11/popupwin.h wasn't being installed

2004-01-12 11:42 JS, revision 25136

Added some constants. wxRAISED_BORDER not GTK+-only.

2004-01-12 10:51 JS, revision 25135

Unicode and ODBC are now compatible

2004-01-11 22:08 JS, revision 25134

Applied patch [ 825396 ] dbbrowse demo compatible with Unicode Wlodzimierz Skiba

2004-01-11 20:58 JS, revision 25133

Applied patch [ 838940 ] notebook labels are not shown when built with GTK2

2004-01-11 20:52 JS, revision 25132

Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland

2004-01-11 18:41 JS, revision 25131

Applied patch [ 851052 ] [msw] Clipboard: Allow automatic format conversions By Kevin Edwards (ingenuus)

2004-01-11 17:38 JS, revision 25130

Reverted bad fix.

2004-01-11 17:32 JS, revision 25129

Reverted last change.