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-03-17 12:45 SN, revision 6788

bool->int, since gcc doesn't like bool in _C_ code

2000-03-17 12:01 JS, revision 6787

Added back gnuwin32 include

2000-03-17 11:18 GT, revision 6786

RCS left a turd in the previous checkin

2000-03-17 11:15 GT, revision 6785

Fixed compilation in release mode

2000-03-17 10:08 JS, revision 6784

Added some makefiles, more BC++/win16 fixes

2000-03-17 09:19 JS, revision 6783

Doc updates; new grid disabled for BC++/WIN16 (too much global data)

2000-03-17 08:44 MJ, revision 6782

db.h

2000-03-17 08:43 MJ, revision 6781

browsedb.cpp browsedb.h doc.cpp doc.h

2000-03-17 08:10 MT, revision 6780

added WS_CLIPSIBLINGS

2000-03-17 08:07 MT, revision 6779

no message

2000-03-16 23:24 DW, revision 6778

more framework fixes for menu displays

2000-03-16 21:57 GRG, revision 6777

Removed bool params and retvalues in GSocket interface to avoid mismatch between C-compiled bools in gsocket and C++ real bools as passed by wxSocket

2000-03-16 21:57 GRG, revision 6776

Removed bool params and retvalues in GSocket interface to avoid mismatch between C-compiled bools in gsocket and C++ real bools as passed by wxSocket

2000-03-16 20:46 GRG, revision 6775

Fixed a problem in GAddress related to CHECK_ADDRESS macro

2000-03-16 20:41 RR, revision 6774

Next take at getting mini-frames even with Life! to work...

2000-03-16 20:09 GRG, revision 6773

More debug code

2000-03-16 19:47 RR, revision 6772

Fixed mini-frame problems.

2000-03-16 19:42 GT, revision 6771

Fixed a typo in wxDbConnectionsInUse()

2000-03-16 19:27 SN, revision 6770

Readded #if wxUSE_UNICODE to ~wxApp.

2000-03-16 19:09 GT, revision 6769

Modified to use the newly defined names for functions/classes/structs defined to match the wxWindows conventions for naming (primarily prefacing these items with wx). Fixed program so it would not crash when using FILE|EXIT Fixed widget alignment issues

2000-03-16 19:02 GT, revision 6768

Modified to use the newly defined names for functions/classes/structs defined to match the wxWindows conventions for naming (primarily prefacing these items with wx).

2000-03-16 19:00 GT, revision 6767

Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names Added a wxDbCreateDataSource() function, though it only works under MSW using VC6, because the API is not available with iODBC. To use this, it requires linking in odbccp32.lib and #including odbcinst.h in db.h. This function is disabled with #if 0 for now.

2000-03-16 19:00 GT, revision 6766

Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL

2000-03-16 18:59 GT, revision 6765

Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names Undid RRs last change, as it breaks backward compatabilty with using this class with 1.6x (GetData() is still a supported function, and is used in dozens of other places in this file, so it could not have broken compilation). Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL

2000-03-16 17:57 VZ, revision 6764

added test for bug #38