Make default keyboard handling available in wxVarScrollHelperEvtHandler too.
[wxWidgets.git] / src / generic / scrlwing.cpp
2003-05-12  Vadim Zeitlinreworked vertical scrolling code to correspond better...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-12  Mattia Barbon Remove use of deprecated KeyCode accessor.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-27  Julian SmartImproved SetScrollbars fix using client size and max...
2002-12-23  Julian SmartDon't pass zero width or height to SetVirtualSize or...
2002-12-10  Julian SmartApplied patch [ 651649 ] Scrollbar not updated without...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-19  Robin DunnFix for mousewheel events when it is set to page mode...
2002-06-07  Vadim Zeitlinfixed wxScrolledWindow::SetScrollbars() which was broke...
2002-04-22  Julian SmartFixed wxMotif compilo
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-10  Julian SmartwxScrolledWindow::GetVirtualSize now returns client...
2002-03-17  Václav Slavíkadded Calc(Un)ScrolledPosition taking wxPoint
2002-03-16  Vadim Zeitlinrestore Robin's code (reverted previous commit)
2002-03-15  Julian SmartAdded sizer.h
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-01-25  Vadim Zeitlinreplaced DeleteEvtHandler with a call to RemoveEventHandler
2001-12-24  Vadim Zeitlinfixed memory leak when SetTargetWindow() was called...
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
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-10-06  Vadim Zeitlinfixed the bug with the order of 2 size events when...
2001-09-18  Vadim Zeitlinfix for event processing in wxScrollHelper
2001-08-13  Vadim Zeitlinimplemented (untested) work around for wxScrolledWindow...
2001-07-30  Robin DunnApplied patch #445873
2001-07-27  Julian SmartAdded fix to send scroll messages from mouse wheel...
2001-07-17  Vadim Zeitlinblind fix for wxScrolledWindow problem
2001-07-14  Robert RoeblingCorrected wxScrolledWindow's OnSize behaviour.
2001-07-10  Vadim Zeitlinfixed scrollbar refresh
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...