Add wxAnyScrollHelperBase to reduce code duplication in wxVarScrollHelperBase.
[wxWidgets.git] / include / wx / scrolwin.h
2013-09-15  Vadim ZeitlinAdd wxAnyScrollHelperBase to reduce code duplication...
2013-08-27  Vadim ZeitlinMake wxWindow::HasScrollbar() respect wxScrolled::ShowS...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-10  Vadim ZeitlinAccount for scrolling when setting the background brush...
2012-12-22  Vadim ZeitlinNo changes, just improve wxScrolled::EnableScrolling...
2012-11-27  Stefan Csomorworkaround, see #14856
2012-11-10  Vadim ZeitlinSimplify wxEVT_PAINT handling in wxScrollHelperBase.
2012-10-04  Vadim ZeitlinAdd support for wxALWAYS_SHOW_SB style to wxScrolled<>.
2010-07-13  Vadim ZeitlinFix file paths in the header comments.
2010-07-11  Vadim ZeitlinAllow user code to override key events in generic wxLis...
2009-10-22  Vadim ZeitlinSuppress VC6 warnings about non-DLL-exported class...
2009-09-23  Vadim ZeitlinRemove DLL export declaration from wxScrolled.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-25  Vadim Zeitlinmake Scroll() itself virtual too as existing code might...
2008-12-25  Vadim Zeitlindeprecate OnScroll() which existed for compatibility...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinprovide generic implementation for ShowScrollbars(...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-10-18  Vadim Zeitlinremove assert from GetSizeAvailableForScrollTarget
2008-09-26  Vadim Zeitlineliminate the hysteresis when scrollbars didn't disappe...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-08-02  Vadim ZeitlinVC6 compilation warning fix for non-defined template...
2008-04-02  Vadim ZeitlinwxMac compilation fix: must explicitly qualify non...
2008-04-01  Václav Slavíkcompilation fix for wxMSW and r52961
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-12-21  Václav Slavíkfixed wxScrolledWindow best size calculation: compute...
2007-12-19  Václav Slavíkwhen a window inside scrolled window receives focus...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-12  Robert Roebling Add const to GetTargetSize()
2006-05-02  Paul Cornettcorrect access specifier for virtuals
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-10-11  Vadim Zeitlincompilation fix for !USE_PCH: added missing wx/panel...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-04-05  Włodzimierz SkibaFix the warning about code sensitive to packing (VisualC).
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2004-09-29  Julian SmartApplied patch [ 1036833 ] Hiding declaration of wxScrol...
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-08  Vadim Zeitlinrenamed wxScrollHelper::GetRect() to GetScrollRect...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-06-18  Vadim Zeitlinadded ViewStart() as synonym for GetViewStart() in...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-03-17  Václav Slavíkadded Calc(Un)ScrolledPosition taking wxPoint
2001-12-02  Vadim Zeitlinfixed event processing for the target window
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-11-23  Vadim Zeitlinadded comment for OnScroll
2001-11-23  Julian SmartFixed Plot compilation, aliased OnScroll to HandleOnScroll
2001-08-13  Vadim Zeitlinimplemented (untested) work around for wxScrolledWindow...
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-01  Julian SmartAdded #define for apps to detect new situation
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-05-20  Karsten BallüderInitial revision