summaryrefslogtreecommitdiffstats
path: root/win/tkWinPointer.c
Commit message (Collapse)AuthorAgeFilesLines
* merge core-8-4-branchbug_3508771jan.nijtmans2012-06-051-8/+8
|\
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-6/+7
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
* | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-5/+9
|/
* Purge RCS Keywords.dgp2011-06-081-2/+0
|
* * 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