Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not...
[wxWidgets.git] / include / wx / control.h
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Vadim Zeitlincall SetInitialBestSize(), not SetBestSize(), when...
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-01  Vadim Zeitlinremoved (well, kept empty shell to avoid breaking exist...
2004-04-01  Vadim Zeitlinno changes
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-09  Vadim Zeitlinadded missing #include <wx/defs.h> (parts of patch...
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-02  Vadim Zeitlinmissing WXDLLEXPORT_DATA added
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-11-08  David WebsterOS/2 PM specific fixes for validators and fonts
1999-10-12  Robert Roebling Refresh() problem from DialogEd solved
1999-07-28  Robert Roebling Added tmake template for simple wxGTK makefile
1999-07-28  David Webster*** empty log message ***
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision