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-04-05 18:29 RD, revision 7063

Lots of little changes. Added wrappers for the new wxGrid, and beginings of the demo of it. Changed version number

2000-04-05 00:13 VZ, revision 7062

Unicode related compilation and run-time fixes (wxUSE_MULTIBYTE removed)

2000-04-04 21:10 VS, revision 7061

synchronized strings

2000-04-04 16:45 GRG, revision 7060

Changed xpmi.h to XpmI.h (the correct file name) in an #include directive to avoid problems when cross-compiling from Linux to Windows/mingw

2000-04-04 01:28 VZ, revision 7059

1. wxDateTime almost finished 2. wxCalendarCtrl documented

2000-04-03 22:35 GT, revision 7058

Now uses wxDB_XXXX naming for constants

2000-04-03 22:34 GT, revision 7057

Provided wxDB_XXXX naming for constants

2000-04-03 22:18 VZ, revision 7056

Watcom 11 added

2000-04-03 17:41 GL, revision 7055

Changed a little the initialization code

2000-04-03 13:55 DW, revision 7054

env file for VA 3.0 to use new wx22.def module definition file for .dll builds

2000-04-03 13:25 DW, revision 7053

Resource file specifically for VisualAge V4.0

2000-04-03 12:39 GT, revision 7052

Adjusted demo to reflect class name changes

2000-04-03 12:32 GT, revision 7051

Adjusted sample to reflect class name changes

2000-04-03 12:11 GT, revision 7050

Class renaming so that all ODBC related classes begin with wxDbXxxxx. Backward compatability is maintained using typedefs.

2000-04-03 12:11 GT, revision 7049

Class renaming so that as ODBC related functions begin with wxDbXxxxx. Backward compatability is maintained using typedefs.

2000-04-03 08:16 VS, revision 7048

fixed bug with details list not being shown under fvwm2 and windowmaker

2000-04-03 04:47 DW, revision 7047

Adding new module definition file for VisualAge V3.0 for OS/2

2000-04-03 04:45 DW, revision 7046
  • D /wxWidgets/branches/WX_2_2_BRANCH/lib/wx214.def

Removing old OS/2 module definition file

2000-04-03 04:45 DW, revision 7045

VA4.0 update for building a .dll

2000-04-03 04:23 DW, revision 7044

Multiple fixes for OS/2 including getting rid of the C++ unfriendly direct.h and substituting control program io. Various GUI fixes, too.

2000-04-03 04:22 DW, revision 7043

Getting rid of std 'C' io for OS/2 and substituting friendlier Control Program io.

2000-04-03 01:07 VZ, revision 7042

compilation fixes for non unicode mode

2000-04-03 00:40 VZ, revision 7041

non Unicode VC++ fix

2000-04-03 00:39 VZ, revision 7040

1. wxWizard docs added 2. wxDllLoader docs added (not wxLibrary though - have no idea about this one) 3. some minor fixes to wxCmdLineParser and wx[F]File docs

2000-04-02 21:58 RD, revision 7039

Added "wxPaintDC dc(this);" to wxGrid::OnPaint prevent too many paintevents that don't actually do anything.