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-04-13 09:52 GD, revision 9738

added spinctrl implementation

2001-04-12 22:45 DW, revision 9737

Filling out common controls now.

2001-04-12 22:29 VZ, revision 9736

focus fixes for toolbars and splitters

2001-04-12 22:05 VZ, revision 9735

another VC++ fix

2001-04-12 22:01 VZ, revision 9734

compilation fix

2001-04-12 21:59 VZ, revision 9733

conflicts resolved, typo fixed

2001-04-12 08:40 SC, revision 9732

corrected cw6 project files and other small problems

2001-04-12 08:34 SC, revision 9731

corrected cw6 project files and other small problems

2001-04-12 08:31 SC, revision 9730

corrected cw6 project files

2001-04-12 02:53 RD, revision 9729

Updated infoframe from Chris Fama

2001-04-11 22:21 VS, revision 9728

wxBitmap compilation fix for BCC enforced typecast in resource.cpp

2001-04-11 18:05 DW, revision 9727

DC updates and an associated .Def file update

2001-04-11 18:04 DW, revision 9726

DC updates

2001-04-11 18:04 VS, revision 9725

applied fix to fix BCC's wxBitmap ctor problem

2001-04-11 18:00 VS, revision 9724

added remark about wxMENU_TEAROFF being wxGTK only

2001-04-11 16:17 GT, revision 9723

Updated to alert the user to the need for them to edit this file to set the location of the libxml install so that XML will compile. Also tells them where to download libxml if they need to know that

2001-04-11 15:03 VZ, revision 9722

warning fix

2001-04-11 15:02 GT, revision 9721

Updated to reflect changes in the wxDb/wxDbTable classes

2001-04-11 14:37 GT, revision 9720

A couple more 'int' to UWORD conversions I had not merged into my previous checkin.

2001-04-11 14:20 GT, revision 9719

Experimental BLOB code added - set wxODBC_BLOB_EXPERIMENT to 1 in dbtest.h if you want to help work on this Added some more test functions that have no GUI hook yet, but will be used in wxBase buidls eventually Fixed handling of checks for TableExists() and TablePrivileges() to use the (HOPEFULLY) now working functions. Better exception handling when the .CFG file does not exist Better reporting of database errors shown by example

2001-04-11 14:11 GT, revision 9718

Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 14:10 GT, revision 9717

All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 12:07 JS, revision 9716

More fixes

2001-04-11 06:32 GD, revision 9715

added destructor (correction for Mac OS X)

2001-04-11 06:18 GD, revision 9714

ifdef pi which is already defined by Mac OS X