Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / stubs /
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Julian SmartSome warnings removed.
1999-02-02  Harco de Hilsteradded wxTextCtrl::AppendText, used by TextCtrl operator <<
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-02-01  Vadim Zeitlinfile I forgot to commit with other "filedlg.h"s
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-04  Julian SmartSome small corrections and setup.h additions
1998-12-17  Julian SmartJust a teeny change -- addition of wxFrame::IsMaximized...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-12-02  Julian SmartAdded wxRegion version of wxWindowDC::SetClippingRegion
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-12  Julian SmartAccelerators implemented for wxMotif; some wxComboBox...
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-11-08  Julian SmartMinor changes
1998-11-04  Julian SmartAdded GetRect to region iterator; cured window.cpp...
1998-10-20  Vadim Zeitlinadded back the missing "unsigned"s to wxColour ctor
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartMore Motif stuff
1998-09-20  Julian SmartMore Motif stuff, minor stubs correction
1998-09-18  Julian Smartmenuitem.h is now per port, since some ports (e.g....
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-17  Julian SmartSimplified app initialisation in wxMSW and wxStubs
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-09  Julian SmartStub header changes.
1998-08-08  Julian SmartAdded stub include files; also a couple more Dialog...