Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / generic / spinctlg.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-09  Vadim ZeitlinUse generic spin control itself as parent for its children.
2012-11-28  Vadim ZeitlinSelect the entire spin control contents when changing...
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-20  Vadim ZeitlinMake wxSpinCtrlGenericBase a wxCompositeWindow.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-17  Vadim ZeitlinAdd wxNOEXCEPT and use it for std::streambuf-derived...
2012-10-09  Vadim ZeitlinGenerate text events in generic wxSpinCtrl itself.
2012-08-30  Vadim ZeitlinExplicitly reject the use of wxTE_PASSWORD in generic...
2012-08-30  Vadim ZeitlinGenerate wxEVT_COMMAND_TEXT_ENTER events for generic...
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinRefactor text to/from double conversion in wxSpinCtrlGe...
2012-01-21  Vadim ZeitlinFix reparenting generic wxSpinCtrl.
2011-12-29  Vadim ZeitlinBetter fix for wxSpinCtrlGeneric enabling/disabling...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-01  Václav SlavíkMake wxSpinCtrlGeneric usable as wxDVC editor control.
2011-03-15  Vadim ZeitlinFix setting tooltips for generic wxSpinCtrl.
2011-02-26  Vadim ZeitlinDon't use wxTE_PROCESS_ENTER in wxSpinCtrlGeneric.
2011-02-26  Vadim ZeitlinDon't use wxTE_NOHIDESEL in wxSpinCtrlGeneric.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-25  Vadim ZeitlinMake the margin between wxSpinCtrlGeneric sub-windows...
2010-12-25  Vadim ZeitlinCorrect bug in the wxSpinCtrlGeneric sub-controls resizing.
2010-07-22  Vadim ZeitlinFix compilation of wxSpinCtrlGenericBase when PCH are...
2010-07-22  Vadim ZeitlinUpdate wxSpinCtrlDouble::m_digits in its SetDigits().
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-13  Vadim ZeitlinNever enable wxSpinCtrlGenericBase window itself at...
2010-05-06  Vadim ZeitlinDon't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when...
2010-05-06  Vadim ZeitlinAlways update the value of generic spin control when...
2009-09-25  Julian SmartApplied #8804 ([wxMac] wxSpinCtrl behaviour)
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-10  Vadim Zeitlinalso fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
2009-03-10  Vadim Zeitlinhonour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
2009-03-07  Vadim Zeitlinstore our styles in wxSpinCtrlGenericBase ctor (needed...
2009-03-07  Vadim Zeitlinsupport wxSP_WRAP in generic implementation (closes...
2008-05-08  Vadim Zeitlincorrect the signature of the overriden Reparent()
2008-03-22  Vadim Zeitlinrename classes use by generic wxSpinCtrl implementation...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-12  Mattia Barbon Honous initial position for wxSpinCtrl.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibaCode cleaning.
2004-05-17  Robin DunnwxMac should use /src/mac/carbon/spinctrl.cpp, applied...
2004-05-15  Robin DunnTweaks to the generic scpinctrl to handle layouts on...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-06  Vadim Zeitlingenerate spinctrl event when the button was clicked...
2002-08-31  Vadim ZeitlinSetSelection() for generic wxSpinCtrl (forgot to commit...
2002-08-14  Stefan Csomorcleanup code
2002-07-29  Mattia BarbonGenerate EVT_SPINCTRL_UPDATED for wxMotif, too
2002-07-28  Mattia BarbonImplemented wxSpinButton for wxMotif.
2002-05-23  Robert Roebling wxSPinCtrl no longer set focus to its text field
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-02-14  Václav Slavíkcreate wxSpinCtrl with default pos+size first, so that...
2002-01-21  Václav Slavíkfixed incorrect positioning of controls in generic...
2001-12-10  Julian SmartEvent typo fixed
2001-12-09  Stefan Csomoradded changes in order to make at least button events...
2001-12-05  Stefan Csomorchanged DoMoveWindow not to change the height of the...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-07-16  Robert RoeblingTried to make button events interceptable in generic...
2001-07-15  Stefan Csomorno message
2001-07-11  Stefan Csomorseveral mac fixes (Mark Newsams patches)
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-29  Julian SmartFurther wxUniv fixes