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

1999-10-07 23:19 RD, revision 3887

more release notes

1999-10-07 23:00 RD, revision 3886

bugfix dealing with where the CWD is...

1999-10-07 22:28 RD, revision 3885

distribution updates

1999-10-07 22:16 RD, revision 3884

wxPython documentation updates

1999-10-07 22:11 RD, revision 3883

more updates

1999-10-07 22:07 RD, revision 3882

some release notes

1999-10-07 22:05 RD, revision 3881

distribution updates

1999-10-07 18:49 RD, revision 3880

updated generated sources

1999-10-07 18:48 RD, revision 3879

new contributions

1999-10-07 18:18 VZ, revision 3878

wxLog::FlushActive added

1999-10-07 18:12 VZ, revision 3877

1. wxLog::FlushActive() added 2. threads can be used in console mode

1999-10-07 16:52 RD, revision 3876

updated generated sources

1999-10-07 16:51 RD, revision 3875

Added event class constructors

1999-10-07 16:50 RD, revision 3874

updated distribution list

1999-10-07 16:29 KB, revision 3873

added missing implementation (untested, but compiles)

1999-10-07 16:06 VZ, revision 3872

compilation fix

1999-10-07 16:02 VZ, revision 3871

item about Borland C++ dislike for objects in ternary operator added

1999-10-07 15:54 VZ, revision 3870

compile fix for BC++

1999-10-07 15:52 KB, revision 3869

typo

1999-10-07 14:19 GT, revision 3868

Added support for dBase, PostGres, MySQL, Access, MS SQL Server. Added QUERY_ONLY data connection types. SQL logging code addded. Cleaned up handling compilation under both 1.6x and 2.x. Added debug code to warn when connections were not released on program termination. MS-VC6 corrections due to larger memory buffers required. Parameter added to not require CreateView() and CreateTable() to drop the view or table first. DropView() function added. Database UserIDs can now be passed to functions that need them. SQLUnbind() called where needed now to prevent resource leaks. TableExists() function now handles dBase files. Dbms() function added to determine which database the program is currently running against. Comments have been added to the Dbms() function to indicate issues specific to different data sources. Dynamic cursor support added (no longer creates 5-7 cursors for every wxTable instance). wxTable dtor is now virtual. Parameter added to not require CreateIndex() and CreateTable() to drop the view or table first. DropIndex() and DropTable() functions added.

1999-10-07 14:07 VZ, revision 3867

some fixes after global _T() => T() change

1999-10-07 12:02 VZ, revision 3866

Unicode overview added

1999-10-07 11:06 GT, revision 3865

no message

1999-10-07 11:04 GT, revision 3864

Fixed the GUI so it will now work correctly when widgets are clicked/used. This demo program was not really even usable, although the database portions worked correctly.

1999-10-07 07:55 JL, revision 3863

switch /MD /MDd depend on FINAL