summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-19libxi: Unlock display after XIQueryVersionPaul "TBBle" Hampson
2009-04-16Add XIAllowEventsPeter Hutterer
2009-04-16Add XIGrabDevicePeter Hutterer
2009-04-12parse subpixelsPeter Hutterer
2009-03-26XIint.h only needs XI.h as include, not the rest.Peter Hutterer
2009-03-26Remove public declarations for SizeClassInfo and ParseClassInfo.Peter Hutterer
2009-03-20Add XISetDeviceFocus and XIGetDeviceFocusPeter Hutterer
2009-03-20Handle XI2 focus events.Peter Hutterer
2009-03-11Add support for XI2 Enter/Leave eventsPeter Hutterer
2009-03-11Remove if 0 code blockPeter Hutterer
2009-03-11Add support for Raw events.Peter Hutterer
2009-03-11Add support for XIHierarchyEvent.Peter Hutterer
2009-03-11Add support for XIDeviceChangedEventPeter Hutterer
2009-03-11Add XIFreeEventDataPeter Hutterer
2009-03-11Add support for XIDeviceEvents.Peter Hutterer
2009-03-11XIint.h fix compile error, include XInput.hPeter Hutterer
2009-03-11XExtInt compile fix - include XI2.hPeter Hutterer
2009-03-11Add XIQueryDevice implementation.Peter Hutterer
2009-03-11Add XIQueryVersion() - query and announce the supported XI version.Peter Hutterer
2009-03-11XISelectEvent: make sure padding is zeroed out.Peter Hutterer
2009-03-11Replace XiSelectEvent() with XISelectEvent().Peter Hutterer
2009-03-11Replace all XDevice* with ints.Peter Hutterer
2009-03-11Change XIGetClientPtr to take an int, not an XIDPeter Hutterer
2009-03-11Fix the already existing XI2 calls to the new XI2 protocol. FIXMEPeter Hutterer
2009-03-03Move current XI2 stuff out of XInput.h, into XInput2.hPeter Hutterer
2009-03-03XIint.h: include XIproto.h for xAnyClassPtr.Peter Hutterer
2009-03-03Disable generic event handling for now to allow bisecting.Peter Hutterer
2009-03-03Back out the XQueryInputVersion hack, restore previous state.Peter Hutterer
2009-02-25Remove XExtendedGrabDevice.Peter Hutterer
2009-02-25Remove DeviceEnter/LeaveNotify handling.Peter Hutterer
2009-02-25Remove AttachClass handling from ListDevices.Peter Hutterer
2009-02-25XGetDeviceControl: size the libXi structs, not the wire structs (#20293)Peter Hutterer
2009-02-25XGetDeviceControl: Add a missing break leading to wrong length calculation.Peter Hutterer
2009-01-29Return NULL on error, and match LockDisplay with UnlockDisplay.Paulo Cesar Pereira de Andrade
2009-01-29Janitor: make distcheck, compile warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade
2008-12-21Hide private functionsJulien Cristau
2008-12-08Restore XAllowDeviceEvents()Peter Hutterer
2008-10-31Purge device-based window access code.Peter Hutterer
2008-09-26Adjust to new property API.Peter Hutterer
2008-08-13Backport device property code to XI 1.5.Peter Hutterer
2008-08-13Remove RCS tags.Peter Hutterer
2008-07-09Add XDevicePropertyNotifyEvent support.Peter Hutterer
2008-07-09Add support for input device properties requests.Peter Hutterer
2008-05-22Ansify the XI 2 functions.Peter Hutterer
2008-05-22Merge branch 'master' into mpxPeter Hutterer
2008-05-20libXi ansification.Paulo Cesar Pereira de Andrade
2008-04-30Fix up AM_CFLAGS, pulled in the system-includes before the local ones.Peter Hutterer
2008-04-28Merge branch 'master' into mpxPeter Hutterer
2008-04-27Deprecate XGetExtensionVersion(), replace with XQueryInputVersion().Peter Hutterer
2008-04-25Add XInput.h file from inputproto package.Peter Hutterer