diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 22:59:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 22:59:47 (GMT) |
commit | 0a5d0843c169cfee7963b1feb685c3df23fed7c5 (patch) | |
tree | 7cd3c101d33a8fda6d4de37149c484975c458fd3 /ChangeLog | |
parent | 474bd9cda9c65a64819dd2992b1eb7cf3de2ca24 (diff) | |
download | tk-0a5d0843c169cfee7963b1feb685c3df23fed7c5.zip tk-0a5d0843c169cfee7963b1feb685c3df23fed7c5.tar.gz tk-0a5d0843c169cfee7963b1feb685c3df23fed7c5.tar.bz2 |
TIP#171 implementation - sanity for <MouseWheel> event handling!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-12-28 Donal K. Fellows <dkf@users.sf.net> + TIP #171 IMPLEMENTATION + + * win/tkWinX.c (GenerateXEvent): Redirect <MouseWheel> to the window + that contains the mouse. + * generic/tkEvent.c (InvokeFocusHandlers): Do not direct <MouseWheel> + through the focus mechanism. + * generic/tkImgPNG.c (ReadIDAT): Corrected code to transfer blocks of compressed data into the Tcl_ZlibStream. Allows the reading of all images from PngSuite set. Thanks to Michael Kirkham for fix/testing. |