Make wxWindow::HasScrollbar() respect wxScrolled::ShowScrollbars().
[wxWidgets.git] / include / wx / gtk / scrolwin.h
2013-08-27  Vadim ZeitlinMake wxWindow::HasScrollbar() respect wxScrolled::ShowS...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
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-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-05-17  Paul Cornettscrollbar handling simplification
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-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-02-06  Vadim Zeitlinuse DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS
2004-07-20  Robin DunnDoPrepareDC needs the dc.
2004-07-20  Vadim Zeitlinadded DoPrepareDC()
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
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
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-05-01  Robert Roebling Some minor clean-ups to the wxScrolledWindow code.
2001-05-01  Robert Roebling wxScrolledWindow next take, the Gizmo controls
2001-05-01  Robert Roebling wxScrolledWindow now emits wxScrollWinEvents. Something
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.