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

2001-05-15 14:51 JS, revision 10163

Corrected some casting errors -> XtPointer

2001-05-15 13:12 GT, revision 10162

Added buttons to allow a dump of DB DATATYPES and DB DIAGNOSTIC info via wxLogMessage() to the sample app

2001-05-15 01:00 GT, revision 10161

dBase fix on creating index General cleanup of code in the sample

2001-05-15 00:58 GT, revision 10160

Fixed problems which prevented creation/recreation of tables with MSAcces General cleanup of code in the sample

2001-05-14 21:29 DW, revision 10159

More scrolling stuff

2001-05-14 21:28 VZ, revision 10158

warning fixed

2001-05-14 17:50 RR, revision 10157

Appied patch for non-Latin keys.

2001-05-14 16:13 JS, revision 10156

Fixes for 16-bit compilation

2001-05-14 14:49 JS, revision 10155

Added missing #include in settings.cpp; corrected erroneous event type in controls.cpp; updated manual date

2001-05-14 13:25 JS, revision 10154

Added some missing makefiles

2001-05-14 12:38 JS, revision 10153

Added event sample

2001-05-14 12:37 JS, revision 10152

Added event.rc

2001-05-14 12:30 JS, revision 10151

Mods to release scripts

2001-05-14 10:28 JS, revision 10150

Misc release-related mods

2001-05-14 09:37 GRG, revision 10149

Backported fix for PROCESS_EVENTS to work properly in MT programs

2001-05-14 09:33 GRG, revision 10148

- Corrected a bug in reader.cpp where copy ctors of stream classes were incorrectly being used. - Replaced GetFilename with GetPath in the file selector dialog in life.cpp, otherwise it doesn't work for files outside the current directory.

2001-05-14 09:12 GRG, revision 10147

settings.h was missing if precompiled headers were not used (will someone ever check that? :)

2001-05-14 07:43 GRG, revision 10146

Better now, when not using precompiled headers it only includes string.h and intl.h instead of the whole wx.h

2001-05-14 07:40 GRG, revision 10145

Compilation broken under mingw32 (and any compiler w/o precompiled headers) complaining about implicit declaration of _(...). I just #included <wx.h> to solve this.

2001-05-13 22:11 VS, revision 10144

mgl sample to samples

2001-05-13 22:10 VS, revision 10143

finished wxFont and related stuff

2001-05-13 22:10 VS, revision 10142

fixed a lie in docs (underlining is not limited to Windows anymore)

2001-05-13 22:10 VS, revision 10141

wxFont tests added

2001-05-13 22:09 VS, revision 10140

now outputs errors to stderr

2001-05-13 13:09 GD, revision 10139

applied SourceForge patch #423532 ensure that menus appear correctly under Mac OS X