haiku/src
Ryan Leavengood 9f5864ab09 Handle the scroll wheel changing over scrollbars.
* Extract the scrollbar change based on the mouse wheel delta into a protected
  method of BView.
* Call that method from BScrollBar's MessageReceived.

With this change it is now a bit easier to scroll horizontally around the
system by putting the mouse cursor over a horizontal scrollbar and using the
wheel.

Fixes #8631.
2012-06-24 10:50:42 -04:00
..
add-ons Minor cleanup, no functional change. 2012-06-17 20:04:37 +02:00
apps Fixed redrawing bug when coming out of fullscreen mode. 2012-06-23 20:53:42 +02:00
bin
build
data
documentation
kits Handle the scroll wheel changing over scrollbars. 2012-06-24 10:50:42 -04:00
libs
preferences Cosmetic change: Set minimal size of TouchPad sliders. 2012-06-13 17:16:52 +02:00
servers
system Logging calculations was done outside the #def TRACE_VM_PAGE, but never printed. 2012-06-23 22:43:24 +02:00
tests Fixed BootLoaderTest build and debug build. 2012-06-18 21:52:30 +02:00
tools
Jamfile