index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xipassivegrab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
Implement passive touch ungrabbing
Chase Douglas
1
-2
/
+7
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-4
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-70
/
+65
2011-12-21
Xi: assign correct grab_mode/other_device_mode in XI2 passive grabs
Carlos Garnacho
1
-2
/
+8
2011-12-21
Xi: add the hooks for passive touch grabs
Peter Hutterer
1
-2
/
+15
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
1
-4
/
+4
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
1
-4
/
+9
2011-12-09
dix: allocate temporary grabs on the heap
Peter Hutterer
1
-15
/
+22
2011-11-29
Xi: use single return code from XIPassiveGrabDevice
Peter Hutterer
1
-16
/
+20
2011-09-26
Merge remote-tracking branch 'whot/next'
Keith Packard
1
-3
/
+10
2011-09-27
Xi: Fix passive XI2 ungrabs on XIAll[Master]Devices
Carlos Garnacho
1
-3
/
+10
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-26
/
+21
2011-04-18
Xi: don't swap the status byte in the XIPassiveGrab replies
Peter Hutterer
1
-4
/
+7
2011-04-18
Xi: exit with error value if CheckGrabValues failed.
Peter Hutterer
1
-0
/
+2
2011-04-18
Xi: return the bad device ID if a passive grab fails with BadDevice.
Peter Hutterer
1
-0
/
+3
2011-03-09
Xi: fix XI2 passive grab reply length calculation
Peter Hutterer
1
-2
/
+2
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-8
/
+2
2010-12-31
Input: Set client error value for invalid mask bits
Daniel Stone
1
-1
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-2
/
+2
2009-09-03
Xi: Unify checking for invalid bits in grab masks.
Peter Hutterer
1
-9
/
+3
2009-09-03
Xi: don't overrun memory for grab masks.
Peter Hutterer
1
-1
/
+3
2009-07-22
input: remove XI2 keysym grabs, use keycode grabs instead.
Peter Hutterer
1
-4
/
+4
2009-06-18
input: bump to ints for deviceids - XI2 requires 16-bit deviceids.
Peter Hutterer
1
-9
/
+0
2009-06-11
input: remove dependency on XI2 protocol for XI_LASTEVENT.
Peter Hutterer
1
-2
/
+2
2009-06-05
Xi: return BadImplementation for deviceids 256 and above
Peter Hutterer
1
-0
/
+9
2009-06-02
input: add support for XIAllDevices and XIAllMasterDevices passive grabs.
Peter Hutterer
1
-3
/
+10
2009-06-01
input: Add grabtype to GrabParameters.
Peter Hutterer
1
-0
/
+1
2009-05-29
Xi: passively grabbing slave devices must be possible.
Peter Hutterer
1
-8
/
+0
2009-05-27
Xi: Add support for Enter and FocusIn grabs.
Peter Hutterer
1
-4
/
+32
2009-05-27
Xi: set the passive grab's resource mask on ungrabbing.
Peter Hutterer
1
-0
/
+1
2009-05-27
Xi: use GetMaster(MASTER_KEYBOARD) to get the modifier device for XI2 pgrabs
Peter Hutterer
1
-4
/
+4
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-3
/
+3
2009-05-16
Xi: take the paired device as modifier device only for MD pointers.
Peter Hutterer
1
-1
/
+1
2009-05-16
Xi: check cursor and grab_window before attempting the passive grab.
Peter Hutterer
1
-0
/
+18
2009-05-16
Xi: set the correct length for XIPassiveGrab replies.
Peter Hutterer
1
-0
/
+1
2009-05-08
input: update to inputproto 1.9.99.8 XI2 defines.
Peter Hutterer
1
-7
/
+7
2009-05-06
Xi: add GrabButton and GrabKeysym code.
Peter Hutterer
1
-0
/
+269