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