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

1999-10-21 00:22 VZ, revision 4087

added dobjcmn.cpp

1999-10-20 22:41 DW, revision 4086

no message

1999-10-20 20:38 RR, revision 4085

Fixed problem with mouse events getting sent to wrong children when these were scrolled. wxCheckBox and wxRadioButton now have cursors and will do other things more sanely.

1999-10-20 18:30 RD, revision 4084

Since wxPanel is now AutoLayout aware, removed indirect auto layouting of child windows from wxNotebook and wxSplitter, as per Robert's request.

1999-10-20 18:23 VS, revision 4083

does compile under MSW now

1999-10-20 17:46 RD, revision 4082

fixed compile error for FINAL=1

1999-10-20 17:31 RD, revision 4081

Size the notebook page when it is added to the notebook.

1999-10-20 16:53 RD, revision 4080

forgot the clean target

1999-10-20 16:51 RD, revision 4079

Will now make glcanvas_d.lib if FINAL=0

1999-10-20 15:30 RR, revision 4078

Minor Reparent() and SetToolBar() fix for wxFrame. Corrected size reported by wxToolBar.

1999-10-20 08:49 VS, revision 4077

wxHtmlEasyPrinting now uses wxThePrintSetupData - creates local copy

1999-10-20 05:08 RD, revision 4076

made wxPanel be auto layout aware

1999-10-20 04:57 RD, revision 4075

made wxPanel be auto layout aware

1999-10-20 04:42 DW, revision 4074

*** empty log message ***

1999-10-19 22:18 JS, revision 4073

Fixed wxSlider95 bug; updated .dsp files; added Set/GetLastDirectory to wxDocManager

1999-10-19 22:13 RR, revision 4072

Further DnD changes. Untested.

1999-10-19 21:03 DW, revision 4071

Fixes for long to wxCoord

1999-10-19 18:53 DW, revision 4070
  • D /wxWidgets/trunk/src/os2/statusbr.cpp

no message

1999-10-19 15:12 RR, revision 4069

Changed two conflicting defines in defs.h DnD multiformat fine-tuning

1999-10-19 13:58 VZ, revision 4068

accels for menu commands

1999-10-19 13:58 VZ, revision 4067

some more TODOs

1999-10-19 13:57 VZ, revision 4066

never undefine inline for C++ sources

1999-10-19 10:51 RR, revision 4065

Added size hints to dialog, Corrected client data "code" for wxChoice,

1999-10-19 09:21 MB, revision 4064

Removed #pragma implementation "appbase.h" which caused duplicate symbols to between app.o and appcmn.o

1999-10-19 07:27 MB, revision 4063

Added demo of handling EVT_GRID_SELECT_CELL. A couple of other minor tweaks.