fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / msw / scrolbar.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-18  Vadim ZeitlinNo changes, just minor wxMSW code cleanup: use WinStruct<>.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-02-28  Vadim ZeitlinSimplify and correct bugs in wxMSW wxScrollBar message...
2010-02-28  Vadim ZeitlinNo real changes, just cleanup wxMSW wxScrollBar a little.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-05-30  Włodzimierz SkibaInclude wx/scrolbar.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-06  Vadim Zeitlinre-reversed SB_TOP/BOTTOM undoing rev 1.21 change ...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Vadim Zeitlinadded wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_...
2005-05-31  Vadim Zeitlinkeep correct default background but allow overriding...
2005-05-31  Julian SmartRestored scrollbar background
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-03-14  Dimitri Schoolwerthrefactored scrollbar creation code to use CreateControl...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-06-24  Robin Dunnremoved a SetFont(parent->GetFont())
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)
2004-04-11  Dimitri Schoolwerthapplied patch #933086: "scrollbar stops compilation...
2004-04-09  Dimitri Schoolwerthimplemented a simple DoGetBestSize() for MSW's wxScrollBar
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
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-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-11  Julian SmartMore WinCE mods
2003-05-17  Julian SmartCorrected wxScrollBar style
2003-05-07  Julian SmartRemoved some commented-out code
2003-05-06  Julian SmartRevamped border handling.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-10  Vadim Zeitlinset orientation for scrolbar events
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-09  Vadim Zeitlinadded ENDSCROLL event (patch 576176)
2002-07-09  Vadim Zeitlinthe handling of Home/End in wxScrollBar was reversed...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
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-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-01-18  Guillermo Rodrigue... Added IsScrollng() support for scroll and scrollwin...
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-06  Julian SmartSome more WXWIN_COMPATIBILITY fixes.
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added 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-07-02  Julian SmartVarious changes for 16-bit compilation
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-05-20  Karsten Ballüderadded some wxMSW stuff