Make default keyboard handling available in wxVarScrollHelperEvtHandler too.
[wxWidgets.git] / src / generic / scrlwing.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-08-27  Vadim ZeitlinMake wxWindow::HasScrollbar() respect wxScrolled::ShowS...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-11  Stefan Csomoradapting to new x wheel behavior, see #15269
2013-01-09  Paul Cornettdon't use deprecated wxMouseState functions
2013-01-08  Julian SmartFill in mouse button and key state when generating...
2012-11-10  Vadim ZeitlinSimplify wxEVT_PAINT handling in wxScrollHelperBase.
2012-11-10  Vadim ZeitlinSet ID correctly for wxScrollWinEvents generated by...
2012-01-23  Vadim ZeitlinFix incorrect scroll positions used in SetScrollbars().
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-07-11  Vadim ZeitlinAllow user code to override key events in generic wxLis...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-02  Vadim ZeitlinFix recently broken forwarding of events between event...
2010-05-21  Vadim ZeitlinYet another fix to event propagation in scrolled windows.
2010-05-20  Vadim ZeitlinFix wxScrollHelperEvtHandler broken by recent changes...
2010-03-28  Václav SlavíkPreserve m_skipped in wx[Var]ScrollHelperEvtHandler...
2009-08-05  Vadim ZeitlinGenerate scroll events for key presses in wxScrolledWindow.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomorupdating conditions for OSX
2009-04-29  Vadim Zeitlinno changes, just use an accessor method instead of...
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
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-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
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-12-17  Vadim Zeitlindon't scroll to the child which gets focus if it is...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-08-07  Julian SmartFixed scrolling bug where scrollbar was taken to be...
2008-07-09  Robin DunnApplied patch from Ticket #9563. Use just the rectangl...
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-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-28  Robin DunnIt is possible for a scrolled window to get focus event...
2007-12-21  Václav Slavíkfixed wxScrolledWindow best size calculation: compute...
2007-12-20  Václav SlavíkwxScrolledWindow can get wxEVT_CHILD_FOCUS event for...
2007-12-19  Václav Slavíkwhen a window inside scrolled window receives focus...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Vadim Zeitlindon't do anything before including the PCH header
2007-07-03  Robert RoeblingLet GtkScrolledWindow handle scroll wheel events.
2007-05-22  Vadim Zeitlinremove unused static function (avoids a warning about it)
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-04-08  Vadim Zeitlindon't skip the scroll position validity check in CalcSc...
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-02-10  Julian SmartDon't optimize if there are child windows
2007-02-08  Vadim Zeitlincorrected return value and skipped flag setting in...
2007-02-04  Stefan Csomorusing scroll axis in translation to scrollwin events...
2006-11-08  Václav Slavíkmore efficient version of the wxUniv scrolling fix...
2006-11-06  Vadim Zeitlinupdate window before changing the scrolling position...
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-12  Robert Roebling More RTL fixes.
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-13  Julian SmartIf we processed a command event, return true, or we...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
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-04-29  Julian SmartAdjustScrollbars can go into an infinite loop, so bail...
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-17  Vadim Zeitlindon't set virtual size of the window to (0, 0) if scrol...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-09  Robert Roebling Compilo.
2005-03-08  Robert Roebling Override OnSize in the scrollsub sample to disable
2005-02-13  Robert Roebling Comment out line that set the VirtualSizeHints()...
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-12  Robert Roebling Revert patch again, as the scrollbars are now always...
2005-02-12  Robert Roebling ALso correct scrollbar calc to not clip division...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2004-08-09  Robin DunnAll wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL...
2004-07-30  Włodzimierz SkibaWarning cleaning.
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-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-09-23  Julian SmartFixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLay...
2003-08-30  Stefan Csomorremoving all updates specially for mac
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-14  Vadim Zeitlinfixed extraneous scrolling when scrollbars are added...
2003-08-13  Vadim Zeitlincontinue setting scrollbars even if only width/height...
2003-08-11  Julian SmartMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-11  Julian SmartMore WinCE mods
2003-07-09  Vadim ZeitlinwxScrolledWindow scrollbar update fix (patch 680427...
2003-07-08  Vadim Zeitlinrenamed wxScrollHelper::GetRect() to GetScrollRect...
next