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

2000-04-11 11:26 JS, revision 7113

Small changes

2000-04-11 11:23 JS, revision 7112

Doc fixes

2000-04-11 10:26 RR, revision 7111

CentreOnParent() didn't work at all for top level windows on top level windows.

2000-04-11 01:48 GT, revision 7110

Added a #define for wxODBC_BACKWARD_COMPATABILITY

2000-04-11 00:52 GRG, revision 7109

Fixed WXDIR

2000-04-11 00:51 GRG, revision 7108

Added a few samples

2000-04-11 00:36 GRG, revision 7107

Removed the unused wxOsVersion var

2000-04-10 21:57 GRG, revision 7106

Sorry, forgot to add a comment to the previous changelog! Under MSW, WXHINSTANCE is now defined as void WXFAR * instead of unsigned long. [this commit itself adds nothing]

2000-04-10 21:54 GRG, revision 7105

The CASTWNDPROC logic was not necessary since this file always includes <windows.h>. Replaced with a typedef to WNDPROC or FARPROC (depending on whether STRICT mode is being used). Change proposed by Christoph Schulz

2000-04-10 21:50 GRG, revision 7104

The WXDLLEXPORT macros now used __declspec (double leading underscore) for all MSW compilers. Change proposed by Christoph Schulz.

2000-04-10 21:13 VZ, revision 7103

small correction for wxUSE_GUI definition

2000-04-10 19:41 OK, revision 7102

Seems I forgot to commit a wxRename fix in here (again)

2000-04-10 14:09 SN, revision 7101

Fixed several keyboard handling problems: - KeyUp event handlers added to label windows - pass a "TRUE"for ShiftDown upon selection events triggered by release of Shift Key (so one can see from the generated event, that we are _adding_ to the current selection). - Shrinking the selection by keyboard should now be possible, even if the selection starts at the border of the grid.

2000-04-10 12:45 GT, revision 7100

Sample was missing the call to SQLFreeEnv() required to release the ODBC environment handle memory

2000-04-10 12:24 GT, revision 7099

Fixed a "char *" usage to use "const char *" as it should have

2000-04-09 19:26 RL, revision 7098

quick fix for locale/Makefile

2000-04-09 07:07 RD, revision 7097

More updates and generated code for wxGTK

2000-04-09 03:07 RD, revision 7096

updates to track changes in CVS

2000-04-08 21:55 VZ, revision 7095

wxWindowCreate/DestroyEvent now derive from wxCommandEvent

2000-04-08 21:50 VZ, revision 7094

added a modal dialog test

2000-04-08 21:19 SN, revision 7093

Added include to os2/private.h to make EMX compile again. Removed second conditional include to wx/defs.h after an unconditional include.

2000-04-08 20:44 VZ, revision 7092

wxDialUpManager docs

2000-04-08 15:50 OK, revision 7091

wxRemove and wxRename takes const wxChar*, do NOT use fn_str()

2000-04-08 15:48 OK, revision 7090

Fallback implementation of wxRemove and wxRename

2000-04-08 15:47 OK, revision 7089

Fallback prototypes for wxRemove and wxRename