summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2005-06-03 19:03:22 (GMT)
committerwolfsuit <wolfsuit>2005-06-03 19:03:22 (GMT)
commitf95b53973eee5e9a4db55dd31091598297a449b6 (patch)
treeee77cfda91c6451fa57699f509cc04b5d40910d5 /ChangeLog
parentb47015e039bd872d4575c1493788ba4d5d675f83 (diff)
downloadtk-f95b53973eee5e9a4db55dd31091598297a449b6.zip
tk-f95b53973eee5e9a4db55dd31091598297a449b6.tar.gz
tk-f95b53973eee5e9a4db55dd31091598297a449b6.tar.bz2
On Mac OS X scrollwheel events are sent to the window under the mouse, not
to the focus window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index f968337..d5c7dbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,17 @@
2005-06-02 Jim Ingham <jingham@apple.com>
- Another patch from M. Kirkham.
-
- * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc):
- Record the first mouse down point, and compute differences from
- that, rather than getting the mouse down each time through the
- loop. The old method would get fooled if you moved the mouse less
- than a text line height in the text widget.
- [Bug 1083728]
+ * generic/tkEvent.c (InvokeFocusHandlers): On Mac OS X the
+ scrollwheel events are sent to the window under the mouse,
+ not to the focus window.
+
+ Another patch from M. Kirkham.
+
+ * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc):
+ Record the first mouse down point, and compute differences from
+ that, rather than getting the mouse down each time through the
+ loop. The old method would get fooled if you moved the mouse less
+ than a text line height in the text widget.
+ [Bug 1083728]
2005-06-03 Daniel Steffen <das@users.sourceforge.net>