Add wxAnyScrollHelperBase to reduce code duplication in wxVarScrollHelperBase.
[wxWidgets.git] / include / wx / vscroll.h
2013-09-15  Vadim ZeitlinAdd wxAnyScrollHelperBase to reduce code duplication...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-12-22  Robin DunnAvoid a problem in Phoenix by making UpdateMacScrollWin...
2010-07-13  Vadim ZeitlinFix file paths in the header comments.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-25  Vadim Zeitlinfix warnings due to using deprecated-but-used-internall...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-05  Bryan PettyAdded deprecation warnings to old wxVScrolledWindow...
2007-04-26  Chris Elliotttested and applied article.gmane.org/gmane.comp.lib...
2007-04-18  Václav Slavíkcompilation fix
2007-04-15  Vadim Zeitlinremoved unnecessary return in a void function
2007-04-09  Vadim Zeitlinfix unused parameter warning introduced by last commit
2007-04-09  Vadim Zeitlinmake wxVarVScrollLegacyAdaptor::OnGetLineHeight() non...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2006-04-26  Vadim Zeitlinremove the vertical scrollbar completely if the control...
2006-04-17  Vadim Zeitlinimplement Layout() so that sizers work correctly when...
2006-04-14  Vadim Zeitlinreverted wxHVScrolledWindow patch (rev 1.19/1.21 of...
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-07  Vadim Zeitlinno changes, just added a couple of virtual keywords
2005-02-03  Robin DunnPatch [ 1114647 ] Mouse wheel support for wxVScrolledWindow
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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-30  Vadim Zeitlinadded wxVListBox::OnDrawBackground(); fixed warnings
2003-07-04  Václav Slavíkadded wxprec.h
2003-06-26  Vadim Zeitlinadded EstimateTotalHeight
2003-06-13  Vadim Zeitlinadded def value for Create() id parameter
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 Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...
2003-05-31  Vadim Zeitlinmissing WXDLLEXPORT added
2003-05-30  Vadim Zeitlinadded wxVScrolledWindow