summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-25Remove XChangePointerKeyboardPairing call.Peter Hutterer
2008-02-26Remove XGetPairedPointer(), was removed from the protocol.Peter Hutterer
2008-02-26Remove XExtendedUngrabDevice. XUngrabDevice does the same.Peter Hutterer
2008-02-18XChangeDeviceHiearchy has changed to take a array of unions.Peter Hutterer
2008-02-14XQueryDevicePointer: remove unused variables.Peter Hutterer
2008-02-14XQueryDevicePointer: "shared" parameter removed.Peter Hutterer
2008-02-14Remove XFakeDeviceData call.Peter Hutterer
2008-02-14Remove RawDeviceEvent parsing. These events have been removed.Peter Hutterer
2008-02-14Remove XGrabAccessControl and XUngrabAccessControl calls.Peter Hutterer
2008-01-26XiSelectEvent: add additional device parameter.Peter Hutterer
2007-11-29Coverity #743/744: Returned without freeing storage bufp/savpAlan Coopersmith
2007-11-27GetDeviceControl: calculate the length field correctly.Peter Hutterer
2007-11-27GetDeviceControl: calculate the length field correctly.Peter Hutterer
2007-11-14Remove XRegisterPairingClient and XUnregisterPairingClient.Peter Hutterer
2007-11-13Add XDeviceClassesChangedEvent parsing.Peter Hutterer
2007-11-08Remove PKPairingChangedEvent, replace with DeviceHierarchyChangedNotify event.Peter Hutterer
2007-11-07Add XChangeDeviceHierarchy.Peter Hutterer
2007-10-18Create AttachInfo class for all devices, containing attachment info.Peter Hutterer
2007-10-18Add XI_2_Major and XI_2_Minor to versions.Peter Hutterer
2007-08-01XSetDeviceFocus: Add missing extension checkDaniel Stone
2007-08-01XGetSelectedExtensionEvents: Still more locking bugsDavid Weinehall
2007-08-01XChangeDeviceControl: Fix completely broken lockingDaniel Stone
2007-08-01DevicePresenceNotify: Don't make non-static function, staticDaniel Stone
2007-07-10Access control: change calls to use XID* instead of char*.Paulo Ricardo Zanoni
2007-05-17Squish flag and same_screen into the upper bits of mode (DeviceEnterLeave).Peter Hutterer
2007-05-14Add XExtendedGrabDevice and XExtendedUngrabDevice.Peter Hutterer
2007-05-07Add XiSelectEvent call.Peter Hutterer
2007-05-02Add XFakeDeviceData call.Peter Hutterer
2007-05-02Add deviceid and ev-to-wire conversion for RawDeviceEvent.Peter Hutterer
2007-05-01Add XGE support. Supporting RawDeviceEvents and PairingChangedNotifies.Peter Hutterer
2007-03-22Change XSetClientPointer API to use XDevice argument instead of deviceid.Peter Hutterer
2007-03-22Add XGetClientPointer call.Peter Hutterer
2007-03-09Add XSetClientPointer call.Peter Hutterer
2007-02-22Add calls to allow per-device window access controlPeter Hutterer
2007-02-21Adding XRegisterPairingClient and XUnregisterPairingClient calls.Peter Hutterer
2007-02-15Use flags byte in deviceEnterNotify and XDeviceCrossingEvents.Peter Hutterer
2007-01-29Adding XChangePointerKeyboardPairing call.Peter Hutterer
2007-01-10Adding DeviceEnterNotify and DeviceLeaveNotify callsPeter Hutterer
2007-01-08Adding XDefineDeviceCursor and XUndefDeviceCursor callsPeter Hutterer
2006-12-20Adding XWarpDevicePointer and XQueryDevicePointer calls.Peter Hutterer
2006-11-19Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases.Jamey Sharp
2006-11-08DevicePresenceNotify: remove verbosity, fill out all fieldsDaniel Stone
2006-10-21re-enable iscore in DEVICE_CORE, re-enable DEVICE_ENABLElibXi-1.1.0Daniel Stone
2006-10-21Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.input-hotplugZephaniah E. Hull
2006-10-20add DEVICE_ENABLE control, add iscore to DEVICE_COREDaniel Stone
2006-10-15Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is ...Jamey Sharp
2006-10-15Don't call XInput_find_display in _XiGetExtensionVersion, while the Display l...Jamey Sharp
2006-10-14Add *.o to .gitignore.Jamey Sharp
2006-07-18add DevicePresenceNotify eventDaniel Stone
2006-07-18add sensible DEVICE_TOUCHSCREEN and DEVICE_CORE controlsDaniel Stone