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

2000-11-20 17:31 georgetasker, revision 8763

Added From(), OrderBy() and Where() functions that correspons to the Set/GetWhereClause(), Set/GetOrderByClause() and Set/GetFromClause() functions. Changed signature of wxDbTable constructor to have the default value of tblPath be "" instead of NULL which prevents crashes in the logging code if the constructor initialization fails for some reason.

2000-11-20 17:25 georgetasker, revision 8762

SQL Server and (preliminary) DB2 support added Fixed some potentially uninitialized variables

2000-11-20 17:23 georgetasker, revision 8761

Added preliminary DB2 support. Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4 Changed functions to return const char * rather than char * on certain functions Added the wxDb::TablePrivileges() function Added wxDb copy constructors and wxDbGetConnection() copy constructors which are able to copy the typing definitions of data types retrieved from the source wxDb instance to the new data connection instance to avoid the network/database overhead of querying the datasource for its data types once they are already known once. SQL Server and (preliminary) DB2 support added If compiling with Visual C++, the wxDbCreateDataSource() can now be enabled

2000-11-20 17:17 georgetasker, revision 8760

Added preliminary DB2 support. Removed the #if EXPERIMENTAL_WXDB_FUNCTIONS blocks from around functions that will now be available in 2.4 Changed functions to return const char * rather than char * on certain functions Added the wxDb::TablePrivileges() function

2000-11-20 15:14 georgetasker, revision 8759

Fixed the wxDirExists() function so that if asked about the root directory of a drive (i.e. "d:\") or a UNC directory, WIN32 apps will correctly report whether the dir exists

2000-11-20 15:13 dwebster, revision 8758

Another DC fix.

2000-11-20 14:09 dwebster, revision 8757

Fix and errant commented out line of code in DoGetPixel.

2000-11-20 05:18 dwebster, revision 8756

More OS/2 Updates

2000-11-20 01:16 vadz, revision 8755

1. more work on line wrap - mostly works now 2. small fixes to wxStaticText (best size calc) and to check box

2000-11-19 16:42 juliansmart, revision 8754

Removed #if wxUSE_TREECTRL (not in setup0.h, and not applied consistently)

2000-11-19 00:32 dwebster, revision 8753

New module def for OS/2

2000-11-19 00:25 dwebster, revision 8752

Window proc processing updates

2000-11-18 19:49 vadz, revision 8751

more work on wxTextCtrl with line wrapping: drawing/scrolling seems to work, refresh still doesn't

2000-11-18 14:46 vaclavslavik, revision 8750

added wxCursor ctor for creation from bits array

2000-11-17 17:03 robind, revision 8749

Fixed stupid cut-and-paste error

2000-11-17 09:06 juliansmart, revision 8748

Updated info on handlers

2000-11-17 06:02 dwebster, revision 8747

New, reworked frame class for wxOS2 and more drawing routines in wxDC

2000-11-17 06:01 dwebster, revision 8746

New, reworked frame class for wxOS2

2000-11-16 13:48 vadz, revision 8745

added an entry for Italian

2000-11-16 13:47 vadz, revision 8744

patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

2000-11-16 13:38 vadz, revision 8743

patch from Mike Oliver <oliver@math.ucla.edu> to have correct position in wxTree/ListCtrl click events

2000-11-16 13:21 vadz, revision 8742

updates from Mattia Barbon <mbarbon@dsi.unive.it>

2000-11-15 22:57 vaclavslavik, revision 8741

applied Brian's patch

2000-11-15 16:54 dwebster, revision 8740

For some reason VA needs a default ctor for wxHtmlHelpTreeItemData for helpfrm to compile under VA 4.0

2000-11-15 16:52 dwebster, revision 8739

Need to define wxArrayGenericTreeItems as WX_DEFINE_WXPORTED_ARRAY instead of just WX_DEFINE_ARRAY to prevent msw .dll builds from complaining.