Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src / msw / spinbutt.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-08-30  Vadim ZeitlinFix position carried in wxSpin{Button,Ctrl} events...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-09-20  Robert Roebling Made MSW wxSpinCtrl emit UPDATE event when validating
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-10  Vadim Zeitlinfixes for SetRange(): ensure that the value is valid...
2006-07-04  Stefan CsomorXTI adaption for new event name
2006-05-06  Paul Cornettcall static functions directly
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-09  Vadim Zeitlindefine UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-02-06  Julian SmartSpiner -> Spinner
2005-02-06  Vadim Zeitlinensure that _WIN32_IE is defined to max value before...
2005-01-12  Włodzimierz SkibaDon't overwrite 32bit value with 16bit one.
2004-12-28  Robert Roebling Check for range on wxSpinCtrl and wxSpinButton's...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-08-05  Włodzimierz SkibaUnused parameters markup.
2004-06-29  Robin Dunnminsize and attribute tweaks
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-07-07  Ron Leeput wx/app.h back though, for people without precompile...
2002-07-05  Vadim Zeitlinremoved unneeded inclusion of wx/wx.h
2002-07-04  Vadim Zeitlinargh, last compilation fix had a typo, fixed now
2002-07-04  Vadim Zeitlinold mingw32 compilation fix
2002-05-26  Vadim Zeitlinadd full 32 bit range support to wxSpinButton/Ctrl
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-16  Julian SmartCorrected my bug...
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-24  Vadim Zeitlinseveral mingw32 compilation fixes
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-22  Vadim Zeitlin1. corrected some owner-drawn buttons bugs
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-10-31  Julian SmartFixes for VC++ 4 compilation; fixed wxCommandEvent...
1999-10-24  Julian SmartMore Watcom C++ compilation stuff
1999-10-10  Vadim ZeitlinwxSpinCtrl
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-24  Patrick AlbertMinor corrections to be able to compile with VC++ 1...
1999-08-06  Ove KaavenMake it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-06-24  Vadim ZeitlinwxSpinButton::GetValue() returns correct result now
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-10  Vadim ZeitlinminValue and maxValue are interpreted correctly in...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-20  Karsten Ballüderadded some wxMSW stuff