Add wxSpinCtrl::SetBase() to allow entering hexadecimal numbers.
[wxWidgets.git] / include / wx / msw / spinctrl.h
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-03-04  Vadim ZeitlinNo changes, just add wxSpinCtrl::Init() to wxMSW.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-10-30  Vadim ZeitlinFix fatal bug in wxGetWindowFromHWND() for radio buttons.
2009-09-08  Vadim ZeitlinUse correct visual attributes for wxSpinCtrl.
2009-09-06  Vadim ZeitlinRecognize the buddy text control as part of wxSpinCtrl.
2009-08-23  Vadim ZeitlinAllow entering minus sign in wxMSW wxSpinCtrl if needed.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-05-24  Robert RoeblingDont send spin text update event from SetValue()
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2007-12-06  Václav Slavíkfixed wxSpinCtrl's client size computation in wxMSW...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2006-09-20  Robert Roebling Made MSW wxSpinCtrl emit UPDATE event when validating
2006-06-26  Vadim Zeitlinforce showing 0 in the spin control instead of leaving...
2006-01-17  Julian SmartCommitted forgotten files
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-28  Vadim Zeitlinshow tooltips for the text control part of the spin...
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-03-24  Vadim Zeitlinfix Alt-letter navigation with spin controls (bug 672974)
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-02-07  Vadim Zeitlina hack to fix the MSW build for now, pending better...
2001-01-09  Julian SmartExtended ProcessTextCommand so processes SETFOCUS/KILLF...
2000-12-21  Vadim ZeitlinwxSpinCtrl now sens TEXT_UPDATED events as in wxGTK
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-08  Guillermo Rodrigue... ops. SetFocus should be public
2000-01-07  Guillermo Rodrigue... Fixed problem with tab traversal in wxSpinCtrl (added...
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-28  Vadim Zeitlin1. more code commented out by DW (@#%#%!#%!@) uncommented
1999-10-10  Vadim ZeitlinwxSpinCtrl