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-06-11 01:57 VZ, revision 10514

regenerated with autoconf 2.13

2001-06-10 23:44 VZ, revision 10513

fix to alphabetic order of classes

2001-06-10 23:38 VZ, revision 10512

fixed doc bug

2001-06-10 23:20 GT, revision 10511

Fixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0

2001-06-10 23:15 VZ, revision 10510

another compilation fix

2001-06-10 22:26 VS, revision 10509

changes to work with autoconf 2.50

2001-06-10 20:20 GD, revision 10508

corrected wxWindows library name under Mac OS X corrected detection of wchar_t under Mac OS X tweaked detection of pthread library under Mac OS X

2001-06-10 20:17 GD, revision 10507

corrected Mac OS X resource file name

2001-06-10 18:17 GD, revision 10506

corrected wchar handling for Mac OS X

2001-06-10 17:12 GT, revision 10505

Added code to show off wxDbGrid (contributed by Paul and Roger Gammans) in wxUSE_NEW_GRID is set to 1. If grid is not enabled, the program does not compile in the wxDbGrid portion of the sample Fixed a bug in the SetColDef() descriptions that had the Contribs column defined as a UCHAR but the SQL data type was set to be SQL_C_SHORT when it needed to be SQL_C_UTINYINT to match the size of the UCHAR data variable General code cleanup TRUE/FALSE changed to true/false Now uses new wxDbLogExtendedErrorMsg() function for reporting human readable ODBC errors

2001-06-10 17:09 GT, revision 10504

Added wxDbGrid files

2001-06-10 17:08 GT, revision 10503

wxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections from George Tasker

2001-06-10 17:07 GT, revision 10502

wxDbGrid additions Changed all TRUE/FALSEs to true/false General code cleanup

2001-06-10 17:06 GT, revision 10501

wxDbGrid additions Changed all TRUE/FALSEs to true/false Added wxDbLogExtendedErrorMsg() function to retrieve human readable ODBC error information from the ODBC driver General code cleanup

2001-06-10 17:05 GT, revision 10500

wxDbGrid additions Changed all TRUE/FALSEs to true/false Added wxDbLogExtendedErrorMsg() function to retrieve human readable ODBC error information from the ODBC driver

2001-06-10 17:04 GT, revision 10499

wxDbGrid additions - Added support for ODBC date types

2001-06-10 17:01 GT, revision 10498

Initialized m_startint in the constructor to avoid cloning of uninitialized value

2001-06-10 17:00 VZ, revision 10497

compilation fix for SIZEOF_WCHAR_T being undefined

2001-06-10 12:49 RR, revision 10496

More from the PopUp patch.

2001-06-10 12:48 RR, revision 10495

More from the PopUp patch.

2001-06-10 12:13 RR, revision 10494

Backported PopUpMenu patch. Will compile soon :-)

2001-06-10 11:58 JS, revision 10493

Renamed project files

2001-06-10 11:52 JS, revision 10492

Renamed XRC project files

2001-06-09 23:22 VZ, revision 10491

add #error for platforms with weird sizeof(wchar_t)

2001-06-09 22:43 VS, revision 10490

changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h