GNOME Bugzilla – Bug 748014
W32: Tilting mousewheel left/right does not scroll horizontally
Last modified: 2015-04-28 04:45:28 UTC
Because MW_MOUSEHWHEEL message is not being handled.
Created attachment 301768 [details] [review] W32: Support horizontal mouse wheel scrolling
Note that attachment 301768 [details] [review], when applied to 3.16.2, has scrolling occurring in reverse (GDK_SCROLL_LEFT scrolls right). This may be a bug in GDK itself (been mentioned on IRC).
Review of attachment 301768 [details] [review]: This looks fine to me. Just add the missing space. The left/right confusion is higher up, in gtk ::: gdk/win32/gdkevents-win32.c @@ +2503,3 @@ event->scroll.window = window; + + if (msg->message ==WM_MOUSEWHEEL) Missing space after == here
Attachment 301768 [details] pushed as c0e0a15 - W32: Support horizontal mouse wheel scrolling
*** Bug 747440 has been marked as a duplicate of this bug. ***
so the question is when this gtk+ update will be pushed into GIMP.
Cherry-picked and pushed to gtk-2-24 branch. Tested and working on Windows 7 in a Virtualbox VM, with Mitch. commit 92fb170917468b4e8946e3f0b94c5a3eeb0b33d9 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Thu Apr 16 23:11:14 2015 +0000 W32: Support horizontal mouse wheel scrolling https://bugzilla.gnome.org/show_bug.cgi?id=748014 (cherry picked from commit c0e0a1508be3ccf349717497af2e8a4d77027649)