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]. FossilOrigin-Name: c62394546f5315ab8053ba1dc769ee48089d0bfb
* * win/tkWinDraw.c:hobbs1999-12-141-1/+37
| | | | | | | * win/tkWinPointer.c: added support for pointer warping and platform specific support for dash patch items FossilOrigin-Name: 182e9eb9199a03d0b4a6634ebe00d9871ecbadb2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-1/+2
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Backported "focus -force" patch from 8.1.redman1999-03-101-2/+2
| | | FossilOrigin-Name: ab02cc0aa4e2a2cadf2b5537fca8c1a670d5da78
* * win/tkWinPointer.c: Changed to cancel the mouse timer when astanton1999-02-041-1/+26
| | | | | | user initiated move/resize loop begins. FossilOrigin-Name: acad85f9757b9515c005dcaef7534d82b619c984
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* changed so focus -force also sets the foreground windowstanton1998-06-121-0/+9
| | | FossilOrigin-Name: d61bfcc0bf463c800ec34822ac5ea3b02917ae0f
* Initial revisionrjohnson1998-04-011-0/+457
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4