summaryrefslogtreecommitdiff
path: root/src/XIPassiveGrab.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-10Add support for XI 2.4 gesture eventsPovilas Kanapickas1-0/+59
2018-02-06_XIPassiveGrabDevice needs to set time valueJeff Smith1-6/+8
2014-07-14Fix locking bugs with XIAllowTouchEvents() and XIUngrabTouchBegin()Owen W. Taylor1-0/+1
2014-07-10XIPassiveGrab: Fix completely broken locking in XIGrabTouchBeginJasper St. Pierre1-0/+1
2014-07-10XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error pathsJasper St. Pierre1-9/+9
2013-06-27Include limits.h to prevent build error: missing INT_MAXPeter Hutterer1-0/+1
2013-06-27Fix potential corruption in mask_len handlingPeter Hutterer1-1/+8
2013-05-23memory corruption in _XIPassiveGrabDevice() [CVE-2013-1998 2/3]Alan Coopersmith1-1/+1
2011-12-21Implement support for XI 2.2Peter Hutterer1-0/+33
2011-11-12Include config.h from source filesPeter Hutterer1-0/+3
2011-06-03Use Data, not Data32 in XIPassiveGrabDevicePeter Hutterer1-2/+2
2011-03-08Don't discard extra data for passive grabs.Peter Hutterer1-1/+1
2011-03-03Require XI 2 for all XI 2 calls.Peter Hutterer1-2/+2
2011-01-11Fix passive grabs.Philipp Reh1-1/+1
2009-07-22Replace keysym grabs with keycode grabs.Peter Hutterer1-4/+4
2009-05-28Add support for Enter/FocusIn passive grabs.Peter Hutterer1-0/+38
2009-05-27Fix wrong pointer argument in _XIPassiveUngrabDevice.Peter Hutterer1-1/+1
2009-05-19XIPassiveGrab: take the address of modifiers for memcpy, not the value.Peter Hutterer1-1/+1
2009-05-14Return failed modifiers for passive XI2 grabs.Peter Hutterer1-10/+24
2009-05-12Adust to new device names (less "Device" in function names)Peter Hutterer1-3/+3
2009-05-07Use the new prefixed constants for XI2 and require inputproto 1.99.9.8Peter Hutterer1-4/+4
2009-05-07Add XIPassiveGrabDevice.Peter Hutterer1-0/+158