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-08-05 12:00 VZ, revision 7938

fixed 2d radiobox layout and kbd handling

2000-08-05 10:59 GT, revision 7937

Additional comments added for clarity and correctness

2000-08-05 10:49 GT, revision 7936

Fixed typos in comments

2000-08-04 20:15 VZ, revision 7935

better wording

2000-08-04 15:35 JS, revision 7934

Generic tree control text editor now has simple boder (no 3D effect)

2000-08-04 15:23 JS, revision 7933

Generic tree control fixes

2000-08-04 14:24 JS, revision 7932

Renamed generic tree control.

2000-08-04 14:09 JS, revision 7931

Added settings.h include

2000-08-04 13:59 JS, revision 7930

Modified generic wxTreeCtrl to work under non-Unix platforms simultaneously with the native control.

2000-08-04 11:03 GT, revision 7929

Fixed some crashing code in dialog cleanup in some exceptional cases Fixed memory leak Set return codes on the modal dialogs to avoid use of uninitialized values

2000-08-04 05:22 MB, revision 7928

Removed redundant m_left etc. variables

2000-08-04 05:16 MB, revision 7927

Removed redundant m_left etc. variables

2000-08-03 21:43 VS, revision 7926

fixed low resolution problem with wxPostScriptDC

2000-08-03 16:11 JS, revision 7925

Added ability to call wxWindow::OnPaint under Windows (experimental). Added wxTR_NO_LINES to remove lines from tree control (MSW only).

2000-08-03 13:20 VZ, revision 7924

another bug in ParseDate fixed

2000-08-03 12:38 VZ, revision 7923

fixed logic bug in ParseDate

2000-08-03 02:51 RD, revision 7922

Various tweaks, fixes, missing methods, etc.

2000-08-03 02:02 RD, revision 7921

Various tweaks, fixes, missing methods, etc.

2000-08-02 21:55 VZ, revision 7920

fixed bug with radiobox size being miscalculated if the label was too long

2000-08-02 14:59 JS, revision 7919

Corrected resource type

2000-08-02 14:45 JS, revision 7918

Made some member variables protected so derived classes can use them

2000-08-02 11:01 GT, revision 7917

Fixed MySQL specific problems with creating non-primary indexes on columns not defined as NOT NULL Fixed MySQL specific check on DropIndex error code 42S12

2000-08-02 10:58 GT, revision 7916

Fixed SLLOGfn crash problem, thought his change breaks binary compatability with 2.2.0 Added 2.4 code inside "#if EXPERIMENTAL_WXDB_FUNCTIONS...#endif blocks, defaults to 0 so the new functions are not compiled

2000-08-02 10:55 GT, revision 7915

Header changes for 2.4 added, but all are inside of #if...#endif blocks so that at compile time there is no changes to header from 2.2.0

2000-08-02 10:44 GT, revision 7914

Change return value of GetExtendedDBErrorMsg2 to be a const char * instead of char *.