summaryrefslogtreecommitdiffstats
path: root/win/tkWinPointer.c
Commit message (Collapse)AuthorAgeFilesLines
* * win/tkWinPointer.c: Changed Mod2Mask in TkWinGetModifierState toericm2000-04-191-2/+2
| | | | | | | | | | | | | | | | ALT_MASK, to fix some event problems [Bugs: 1160, 5088]. * win/tkWinX.c: Changed Mod2Mask in GetState to ALT_MASK, to fix some event problems [Bugs: 1160, 5088]. * generic/tkInt.h: Moved definition of ALT_MASK and META_MASK here so that it would be accessible from other modules than tkBind.c. * generic/tkBind.c: Added code in BindEvent to check for ALT_MASK and META_MASK in the event state field, as this field may not be set up with the correct display modifier mask bits if the XEvent structure was created by [event generate] or by the Windows X emulation. [Bugs: 1160, 5088].
* * win/tkWinDraw.c:hobbs1999-12-141-1/+37
| | | | | * win/tkWinPointer.c: added support for pointer warping and platform specific support for dash patch items
* * Merged 8.1 branch into the main trunkstanton1999-04-161-1/+2
|
* Backported "focus -force" patch from 8.1.redman1999-03-101-2/+2
|
* * win/tkWinPointer.c: Changed to cancel the mouse timer when astanton1999-02-041-1/+26
| | | | user initiated move/resize loop begins.
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* changed so focus -force also sets the foreground windowstanton1998-06-121-0/+9
|
* Initial revisionrjohnson1998-04-011-0/+457