]> git.saurik.com Git - wxWidgets.git/history - src/generic/spinctlg.cpp
correct the signature of the overriden Reparent()
[wxWidgets.git] / src / generic / spinctlg.cpp
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