diff options
author | das <das> | 2005-12-13 03:44:33 (GMT) |
---|---|---|
committer | das <das> | 2005-12-13 03:44:33 (GMT) |
commit | 3bdbff63fb0c811a2c2a1603ea18ac664882e8aa (patch) | |
tree | 6a819ca1e2c3174079895898e9a9b6227bb745e7 /ChangeLog | |
parent | e084245ccaf3d2437d5779d2846af55a36677cc6 (diff) | |
download | tk-3bdbff63fb0c811a2c2a1603ea18ac664882e8aa.zip tk-3bdbff63fb0c811a2c2a1603ea18ac664882e8aa.tar.gz tk-3bdbff63fb0c811a2c2a1603ea18ac664882e8aa.tar.bz2 |
* library/demos/cscroll.tcl: add MouseWheel bindings for aqua.
* macosx/tkMacOSXCarbonEvents.c (TkMacOSXInitCarbonEvents):
* macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent,
GenerateMouseWheelEvent): add support for kEventMouseScroll events
(smooth mouse wheel scrolling from mighty mouse or scrolling trackpad)
by handling kEventMouseWheelMoved on application target as well as on
dispatcher, in order to pick up synthesized MouseWheel events from
HIObject handler (c.f. QA1453); add support for horizontal scrolling
events by generating MouseWheel XEvent with Shift modifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2005-12-13 Daniel Steffen <das@users.sourceforge.net> + + * library/demos/cscroll.tcl: add MouseWheel bindings for aqua. + + * macosx/tkMacOSXCarbonEvents.c (TkMacOSXInitCarbonEvents): + * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent, + GenerateMouseWheelEvent): add support for kEventMouseScroll events + (smooth mouse wheel scrolling from mighty mouse or scrolling trackpad) + by handling kEventMouseWheelMoved on application target as well as on + dispatcher, in order to pick up synthesized MouseWheel events from + HIObject handler (c.f. QA1453); add support for horizontal scrolling + events by generating MouseWheel XEvent with Shift modifier. + 2005-12-12 Jeff Hobbs <jeffh@ActiveState.com> * unix/tcl.m4, unix/configure: Fix sh quoting error reported in @@ -55,7 +68,7 @@ * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c - [Bug 1336531]. + [RFE 1336531]. * macosx/tkMacOSXInt.h: sync comments with core-8-4-branch. |