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