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-01-31 18:38 VZ, revision 5763

new wxStringTokenizer

2000-01-31 18:31 VZ, revision 5762

makefiles changes (@top_srcdir@ adjusted)

2000-01-31 18:26 VZ, revision 5761

1. configre/makefiles changes a) wxBase compilation/installation/dist works, added wxBase.spec b) list of files is include by Makefile.in, not embedded into it c) configure runs "subconfigures" for samples/demos/utils 2. wxTokenizer class from Gregory Pietsch

2000-01-31 17:37 RR, revision 5760

Using the best visual is now an option.

2000-01-31 17:31 KB, revision 5759

Added the "guessed" icon path for Debian/Corel Linux with KDE

2000-01-31 16:25 VZ, revision 5758

wxWS_EX_VALIDATE_RECURSIVELY set by default if parent has it

2000-01-31 16:08 KB, revision 5757

gtk-config now checks for gthread

2000-01-31 16:02 KB, revision 5756

FreeBSD library naming fix

2000-01-31 15:44 GT, revision 5755

Replaced tabs and cleaned up indentations. Replaced all the char arrays I could with wxStrings. Should noticably reduce memory used by classes. Fixed "for (int i=0...)" occurances

2000-01-31 15:41 GT, revision 5754

Removed tabs and cleaned up indentations. Added SQL_LOG_FILENAME and SQL_CATALOG_FILENAME constants to remove embedded text filenames

2000-01-31 15:08 BJ, revision 5753

wxString fix (c_str()) in doc.cpp

2000-01-31 15:02 BJ, revision 5752

add busycursors and remove fonts

2000-01-31 14:36 BJ, revision 5751

suppres some warnings, suppress assert failure for fonts

2000-01-31 14:22 BJ, revision 5750

Handle Cancel button in userdlg

2000-01-31 14:16 DW, revision 5749

VA 4.0 fixes

2000-01-31 13:20 BJ, revision 5748

Userdlg uses constraints (better for wxMotif). Also added Id for cvs

2000-01-31 11:43 GT, revision 5747

Fixed file names to be the 8.3 name style

2000-01-31 10:43 BJ, revision 5746

re-indent sources

2000-01-31 09:51 BJ, revision 5745

fix Makefile.in

2000-01-31 09:30 BJ, revision 5744

add makefile.b32

2000-01-30 18:29 GT, revision 5743

Added dbbrowse demo to the list of demos

2000-01-30 18:28 GT, revision 5742

Fixed target name to dbbrowse rather than dbrrowser

2000-01-30 18:27 GT, revision 5741

Added the dbbrowse demo to the demo builds

2000-01-30 15:29 JS, revision 5740

Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp to 16-bit compile list; edited isql.h for 16-bit (but not right since doesn't link)

2000-01-30 13:43 JS, revision 5739

Cured memory leak report in wxDateTime; wxGLCanvas corrections