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-12 11:27 GT, revision 7138

Added #if wxODBC_BACKWARD_COMPATABILITY checking to determine whether deprecated functions/classes/enums/etc are available or not. Cleaned up various naming conventions. from/orderBy/where are now wxString type if wxODBC_BACKWARD_COMPATABILITY is 0 Accessors added for member variables If wxODBC_BACKWARD_COMPATABILITY is 0, then member variables that have accessors are now defined in the PRIVATE: section of the class, rather than the PUBLIC:.

2000-04-12 04:40 DW, revision 7137

Set proper handles for the menubar

2000-04-12 03:06 RD, revision 7136

FileBrowseButton now has history, updated demo Added ActiveXWrapper and demos. It can't do callback events yet, but I'm working on it. Can curently embed a control and make method calls to it. Updated the wxCalendar (python version) and it's demo. It now has printing support.

2000-04-12 00:50 DW, revision 7135

minor OS/2 VA 3.0 #ifdefs

2000-04-12 00:46 DW, revision 7134

no message

2000-04-12 00:11 VZ, revision 7133

1. spin ctrl now generates char/key events 2. grid sets focus to the number editor

2000-04-12 00:09 VZ, revision 7132

some fixes for missing/incorrect links

2000-04-11 22:08 RR, revision 7131

Missing accessors for wxSizer items.

2000-04-11 21:05 DW, revision 7130

Wrong Tiff library specified in wxwindll.icc

2000-04-11 21:03 DW, revision 7129

Added needed copies (dosyacc and doslex) to the VA 4.0 .icc files

2000-04-11 16:14 VZ, revision 7128

compilation fix inside WXWIN_COMPATIBILITY

2000-04-11 16:10 VZ, revision 7127

const cast inside WXWIN_COMPATIBILITY

2000-04-11 16:06 VZ, revision 7126

added -mt note for Sun CC 4.2

2000-04-11 15:56 GT, revision 7125

Fixed spelling typos

2000-04-11 15:50 GT, revision 7124

Added checks for mismatched curly braces so that when docs are generated, a count of the curly braces that have been processed are kept track of. If they mismatch, the file name is reported as having mismatched braces. If more closed braces are detected than open braces, then the line that the first extra close brace is detected on is reported.

2000-04-11 15:47 VZ, revision 7123

mention wxNB_LEFT/RIGHT/BOTTOM styles

2000-04-11 15:38 BS, revision 7122

Forgot to remove debug code.

2000-04-11 15:31 BS, revision 7121

Missing create_wps_objects() prototype.

2000-04-11 15:29 BS, revision 7120

Added ability to make Start Menu Program folders and shortcuts.

2000-04-11 14:34 VZ, revision 7119

fixed double eol problem

2000-04-11 13:52 SN, revision 7118

Moved most of the code from Insert/Append/DeleteRows/Columns to Redimension. Put call to CalcDimension inside 'if (!GetBatchCount)' and added a call to CalcDimension to wxGrid's Refresh.

2000-04-11 12:38 BS, revision 7117

Added wxInstall a self extracting installation program using wxWindows.

2000-04-11 12:12 JS, revision 7116

Added HTML Help file list

2000-04-11 12:11 JS, revision 7115

Small mods

2000-04-11 11:32 JS, revision 7114

Further fixes