Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / tglbtn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-03-05  Vadim ZeitlinUse wxWindow::ReleaseMouse() instead of MSW ::ReleaseCa...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-19  Robert RoeblingImplemented wxBitmapToggleButton generically for now
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2006-10-04  Vadim Zeitlinhonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-01-18  Julian SmartMust strip menu codes from labels before measuring...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2004-11-22  Julian SmartChanged Rocketeer licence to wxWindows licence, by...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-14  Robin DunnPatch #952053, wxToggleButton gains WS_VISIBLE flag
2003-05-26  Julian SmartMore style fixes
2003-05-07  Julian SmartRemoved some commented-out code
2003-05-06  Julian SmartRevamped border handling.
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...