Update OpenVMS makefile
[wxWidgets.git] / include / wx / control.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-09  Václav SlavíkRemove "safety margin" from wxControl::Ellipsize().
2010-03-28  Francesco Montorsino real changes: just a small optimization on wxStaticT...
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-09-26  Vadim ZeitlinMove wxControl::GetCompositeControlsDefaultAttributes...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-01  Vadim ZeitlinVC6 compilation fix after r57689 (closes #10318)
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-28  Francesco Montorsimove Ellipsize() to wxControl so it can be easily used...
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlinremove declaration of EscapeMnemonics() which doesn...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-04-17  Julian SmartAdded some reserved functions
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
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