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

2003-06-27 19:02 RD, revision 21448

Added a sample of using wxFileDialog for saving

2003-06-27 18:39 RD, revision 21447

Use wxSTC in the demo for displaying the soucre code of the samples.

2003-06-27 13:47 VS, revision 21446

misc win32 fixes

2003-06-27 13:41 VS, revision 21445

install setup.h before compiling on windows

2003-06-27 13:38 VS, revision 21444

fixed linking against builtin 3rd party libs

2003-06-27 13:25 VS, revision 21443

1) Added INC_FOO variable with include directory for 3rd party libraries 2) Don't compile ODBC on Windows

2003-06-27 10:09 VS, revision 21442

compilation fix

2003-06-27 09:59 VS, revision 21441

another compilation fix

2003-06-27 09:57 VS, revision 21440

compilation fix for wxMSW

2003-06-27 09:55 VS, revision 21439

Windows compilation fix

2003-06-27 09:32 VS, revision 21438

changed WXTOPDIR definition to not begin with /

2003-06-27 00:16 VZ, revision 21437

moved GetOSVersion() to the base traits class; implement it in platform-specific files

2003-06-27 00:07 VZ, revision 21436

TryParent()/ProcessEvent() were included in both base and GUI

2003-06-26 23:46 VZ, revision 21435

__WXBASE__ -> wxUSE_BASE

2003-06-26 22:16 VS, revision 21434

CR/LF fixes

2003-06-26 21:30 VS, revision 21433

preliminary work on borland bakefiles

2003-06-26 21:17 VS, revision 21432

fixed dependency tracking if . not in PATH

2003-06-26 21:17 VS, revision 21431

build event.cpp into both wxBase and wxGUI

2003-06-26 17:47 JS, revision 21430

Removed 16-bit conditional compilation

2003-06-26 17:29 JS, revision 21429

Corrected small typo

2003-06-26 17:26 JS, revision 21428

Removed WIN16 references

2003-06-26 17:10 JS, revision 21427

Removed obsolete code

2003-06-26 15:39 VZ, revision 21426

added EstimateTotalHeight

2003-06-26 13:15 JS, revision 21425

Added m_ prefix to wxColourData and wxFontData members for consistency. Fixed some typos in comments. Fixed wizard constructor doc.

2003-06-26 13:00 VZ, revision 21424

pass event to validators fisrt, before using the dynamic event table