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-12 16:10 GL, revision 6638

Latex doc compilation fixes

2000-03-12 15:37 RR, revision 6637

Corrected scrollwin thumb release event, Reenabled horizontal scrolling, cannot currently reproduce misbehaviour.

2000-03-12 15:04 JS, revision 6636

Added project files for STC; fixed wxStringList memory leaks; small doc changes;

2000-03-12 11:49 RL, revision 6635

separated wxDash type from platform specific wxGTKDash type

2000-03-12 11:29 JS, revision 6634

Made iniconf compile on BC++ 5.01 (involved adding Set... accessors to wxConfigBase); added SafeWord patch to Dialog Editor

2000-03-12 11:27 JS, revision 6633

Added Mmedia makefile

2000-03-12 09:11 MJ, revision 6632

dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po

2000-03-12 00:49 VZ, revision 6631

fixed (rare but fatal) bug in wxWindowDisabler

2000-03-12 00:26 VZ, revision 6630

1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows 2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them) 3. Esc won't close the dialogs without cancel button under MSW 4. status bar can be child of windows of clases other than wxFrame (updated statbar sample to show it)

2000-03-11 22:38 RD, revision 6629

reenabled the old wxGrid.

2000-03-11 19:31 VS, revision 6628

fixed incorrect use of _() where it should be wxT()

2000-03-11 19:31 VS, revision 6627

some != NULL checks

2000-03-11 19:31 VS, revision 6626

fixed DoGetBestSize -- it returned too small bounding box

2000-03-11 18:01 SN, revision 6625

*** empty log message ***

2000-03-11 17:28 SN, revision 6624

Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF

2000-03-11 16:38 VZ, revision 6623

replaced make with $MAKE

2000-03-11 13:59 SN, revision 6622

Added many WXUNUSED, untabified once again.

2000-03-11 13:27 SN, revision 6621

Fixed remaining int vs. long warnings.

2000-03-11 12:28 VS, revision 6620

fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_gc_set_hashes, argument 3 gint8* vs. char*

2000-03-11 10:49 JS, revision 6619

Oops, compile errors...

2000-03-11 10:12 VS, revision 6618

documented wxSpinCtrl

2000-03-11 10:06 VS, revision 6617

documented wxSpinCtrl

2000-03-11 10:05 VS, revision 6616

documented wxFontMapper

2000-03-11 10:05 VS, revision 6615

now compiles with wxBase

2000-03-11 10:05 VS, revision 6614

fixed documentation of wxList::Clear behavior after DeleteContents(TRUE)