summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXi 1.7.5libXi-1.7.5Peter Hutterer2015-09-101-1/+1
* Fix version check in _XIAllowEventsCosimo Cecchi2015-02-241-1/+1
* XIGrabDevice: Unlock display in error path.Michal Srb2014-11-041-2/+9
* Refactor XGetExtensionVersion.Michal Srb2014-11-033-19/+12
* Fix logic in _XIAllowEvents and prevent double unlock.Michal Srb2014-11-031-2/+2
* XIGetClientPointer: Return False on error.Michal Srb2014-11-031-1/+1
* Do not return NoSuchExtension casted to pointer as an error.Michal Srb2014-11-038-8/+8
* XIChangeHierarchy: Add missing unlock.Michal Srb2014-11-031-5/+9
* Fix double unlock when _XiCheckExtInit return -1.Michal Srb2014-11-035-7/+16
* Advance the request buffer by the right amount in XIChangeHierarchyJulien Cristau2014-10-281-1/+1
* libXi 1.7.4libXi-1.7.4Peter Hutterer2014-07-181-1/+1
* Fix locking bugs with XIAllowTouchEvents() and XIUngrabTouchBegin()Owen W. Taylor2014-07-142-6/+2
* libXi 1.7.3libXi-1.7.3Peter Hutterer2014-07-101-1/+1
* XIPassiveGrab: Fix completely broken locking in XIGrabTouchBeginJasper St. Pierre2014-07-101-0/+1
* XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error pathsJasper St. Pierre2014-07-101-9/+9
* Remove fallback for _XEatDataWords, require libX11 1.6 for itMichael Joost2013-11-252-20/+1
* man: Update XIQueryVersion docs to match new version compatibility semanticsKeith Packard2013-07-261-4/+16
* libXi 1.7.2libXi-1.7.2Peter Hutterer2013-07-031-1/+1
* Remove check that can never be true.Thomas Klausner2013-06-281-3/+0
* libXi 1.7.1.901libXi-1.7.1.901Peter Hutterer2013-06-271-1/+1
* Include limits.h to prevent build error: missing INT_MAXPeter Hutterer2013-06-272-0/+2
* If the XGetDeviceDontPropagateList reply has an invalid length, return 0Peter Hutterer2013-06-271-1/+3
* Change size += to size = in XGetDeviceControlPeter Hutterer2013-06-271-5/+5
* Fix potential corruption in mask_len handlingPeter Hutterer2013-06-273-12/+45
* Don't overwrite the cookies serial numberPeter Hutterer2013-05-241-1/+0
* sign extension issue in XListInputDevices() [CVE-2013-1995]Alan Coopersmith2013-05-231-6/+10
* Avoid integer overflow in XListInputDevices() [CVE-2013-1984 8/8]Alan Coopersmith2013-05-231-4/+6
* Avoid integer overflow in XGetDeviceProperties() [CVE-2013-1984 7/8]Alan Coopersmith2013-05-231-24/+37
* integer overflow in XIGetSelectedEvents() [CVE-2013-1984 6/8]Alan Coopersmith2013-05-231-6/+19
* integer overflow in XIGetProperty() [CVE-2013-1984 5/8]Alan Coopersmith2013-05-231-4/+7
* integer overflow in XGetDeviceMotionEvents() [CVE-2013-1984 4/8]Alan Coopersmith2013-05-231-5/+17
* integer overflow in XGetDeviceDontPropagateList() [CVE-2013-1984 3/8]Alan Coopersmith2013-05-231-3/+5
* integer overflow in XGetFeedbackControl() [CVE-2013-1984 2/8]Alan Coopersmith2013-05-231-5/+19
* integer overflow in XGetDeviceControl() [CVE-2013-1984 1/8]Alan Coopersmith2013-05-231-7/+24
* unvalidated lengths in XQueryDeviceState() [CVE-2013-1998 3/3]Alan Coopersmith2013-05-231-5/+12
* memory corruption in _XIPassiveGrabDevice() [CVE-2013-1998 2/3]Alan Coopersmith2013-05-231-1/+1
* Stack buffer overflow in XGetDeviceButtonMapping() [CVE-2013-1998 1/3]Alan Coopersmith2013-05-231-8/+13
* Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith2013-05-2315-20/+36
* Copy the sequence number into the target event too (#64687)Peter Hutterer2013-05-201-0/+9
* Expand comment on the memory vs. reply ordering in XIGetSelectedEvents()Alan Coopersmith2013-04-301-2/+8
* libXi 1.7.1libXi-1.7.1Peter Hutterer2013-04-051-1/+1
* Require XFixes for PointerBarrier, remove duplicate typedefPeter Hutterer2013-04-054-2/+5
* libXi 1.7libXi-1.7Peter Hutterer2013-03-071-1/+1
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Add missing XI_RawTouch* in XInputCopyCookieBenjamin Tissoires2013-01-151-0/+3
* libXi 1.6.99.1libXi-1.6.99.1Peter Hutterer2012-12-261-1/+1
* Merge branch 'barriers'Peter Hutterer2012-12-178-3/+274
|\
| * man: add man-page for XIBarrierReleasePointerPeter Hutterer2012-12-092-0/+79
| * Add support for pointer barrier eventsJasper St. Pierre2012-12-096-2/+194