]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/spinctrl.h
remove wxGraphicsContext dependency for transparent background support
[wxWidgets.git] / include / wx / gtk / spinctrl.h
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-11-10  Paul CornettwxSpinCtrl values are always integral, they don't need...
2009-11-10  Paul CornettwxSpinCtrl::SetIncrement is supposed to take an int...
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinuse wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-01-08  Robert Roeblinguse wxRound(x) instead of int( x+0.5 )
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2006-08-30  Paul Cornettheader includes cleanup
2006-08-25  Vadim ZeitlinMany changes:
2006-05-18  Paul Cornettgtk spinctrl code simplification
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-01-22  Vadim Zeitlinimplemented SetSelection
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2000-01-02  Robert Roebling wxSpinCtrl no longer emits event when changed program...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-11-27  Robert Roeblingsdasd
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-28  Vadim ZeitlinwxGTK::wxSpinCtrl API synchronised with wxMSW
1999-10-11  Robert Roebling added SpinCtrl,