Make default keyboard handling available in wxVarScrollHelperEvtHandler too.
[wxWidgets.git] / src / generic / vscroll.cpp
2013-09-15  Vadim ZeitlinMake default keyboard handling available in wxVarScroll...
2013-09-15  Vadim ZeitlinPropagate the event handling fixes to wxVarScrollHelper...
2013-09-15  Vadim ZeitlinAdd wxAnyScrollHelperBase to reduce code duplication...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-09-16  Vadim ZeitlinNo real changes, just remove an unneeded variable initi...
2011-09-21  Vadim ZeitlinFix scrolling in small wxVListBox with tall items.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-03-28  Václav SlavíkPreserve m_skipped in wx[Var]ScrollHelperEvtHandler...
2010-02-28  Jaakko SalliSometimes change in varscrollable window's size can...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-15  Bryan PettyFixed the incorrectly placed parenthesis so ScrollWindo...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-02-07  Julian SmartAvoid scrolling parts of the screen that don't belong...
2007-12-06  Bryan PettyPatch from David Warkentin fixing initialization of...
2007-07-25  Vadim Zeitlinfix warnings due to using deprecated-but-used-internall...
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-04-26  Chris Elliotttested and applied article.gmane.org/gmane.comp.lib...
2007-04-08  Vadim Zeitlincompilation fix for !USE_PCH (added missing wx/dc.h...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-03-12  Vadim Zeitlinfix window repainting when SetLineCount() is called...
2006-08-16  Michael WetherellAvoid warnings from VC++ 5.0
2006-04-26  Vadim Zeitlinremove the vertical scrollbar completely if the control...
2006-04-17  Vadim Zeitlincompilation fix for !WX_PRECOMP
2006-04-17  Vadim Zeitlinimplement Layout() so that sizers work correctly when...
2006-04-14  Vadim Zeitlindon't show vertical scrollbar if we don't need it
2006-04-14  Vadim Zeitlinreverted wxHVScrolledWindow patch (rev 1.19/1.21 of...
2006-03-24  Włodzimierz SkibaFixed missing usage of x during Layout.
2006-03-23  Włodzimierz SkibaWarning fix.
2006-02-25  Włodzimierz SkibaMake wxWinCE buildable (workaround eVC++ limitations).
2006-02-15  Robert Roebling Applied wxVScrolledWindow patch
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-05  Vadim Zeitlinadded GetVisibleBegin/End() to complement/replace GetFi...
2005-02-03  Robin DunnPatch [ 1114647 ] Mouse wheel support for wxVScrolledWindow
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-03-05  Robin DunnwxGTK2 sends *only* wxEVT_SCROLLWIN_THUMBTRACK (why...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Robin DunnAdded wxRTTI for the new wxVScrolledWindow, wxVListBox...
2003-07-04  Václav Slavíkadded wxprec.h
2003-07-04  Václav Slavíkadded wxprec.h
2003-06-26  Vadim Zeitlinadded EstimateTotalHeight
2003-06-13  Vadim Zeitlinfixed off by 1 bug in SelectRange()
2003-06-11  Vadim Zeitlinadded RefreshLines()
2003-06-03  Vadim Zeitlinpressing PageDown and then PageUp should return to...
2003-06-02  Vadim Zeitlinadded RefreshAll()
2003-06-01  Vadim Zeitlina workaround for Mac update problems
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...
2003-05-30  Vadim Zeitlinadded wxVScrolledWindow