index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xipassivegrab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-08
Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]
Alan Coopersmith
1
-2
/
+10
2014-02-21
Xi: check for invalid modifiers for XI2 passive grabs
Peter Hutterer
1
-0
/
+4
2014-01-25
Xi: fix modifier offset in XIPassiveGrab swapping function
Peter Hutterer
1
-1
/
+1
2013-05-10
dix: AllocGrab can copy if an argument is passed in
Peter Hutterer
1
-1
/
+1
2012-11-19
Xi: Fix modifier swapping in XIPassiveGrabDevice
Daniel Martin
1
-5
/
+3
2012-07-09
Use C99 designated initializers in Xinput Replies
Alan Coopersmith
1
-7
/
+7
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
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