diff options
author | mdejong <mdejong> | 2003-02-18 06:22:44 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-02-18 06:22:44 (GMT) |
commit | 1821e19bc72152b13ef6a7789b22bf239d713846 (patch) | |
tree | 4c81cd56ef843501912d782732a5165b523d2f02 /ChangeLog | |
parent | a90f19807e0282b4c15f10bd77b96d1c281b22d3 (diff) | |
download | tk-1821e19bc72152b13ef6a7789b22bf239d713846.zip tk-1821e19bc72152b13ef6a7789b22bf239d713846.tar.gz tk-1821e19bc72152b13ef6a7789b22bf239d713846.tar.bz2 |
* generic/tkEvent.c (Tk_HandleEvent): Fixup button
press state saving code, it was incorrectly converting
normal motion events into button press and motion
events in some cases.
* generic/tkInt.h: Add mouseButtonWindow member
to the TkDisplay structure.
* tests/event.test: Add test case for faulty
button motion logic.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-02-14 Mo DeJong <mdejong@users.sourceforge.net> + + * generic/tkEvent.c (Tk_HandleEvent): Fixup button + press state saving code, it was incorrectly converting + normal motion events into button press and motion + events in some cases. + * generic/tkInt.h: Add mouseButtonWindow member + to the TkDisplay structure. + * tests/event.test: Add test case for faulty + button motion logic. + 2003-02-14 Jeff Hobbs <jeffh@ActiveState.com> * README: Bumped to 8.4.2. |