summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20man: note that XListInputDevices does not list other MDs.Peter 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-11Add Generic XIEvent struct.Peter Hutterer
2009-03-11XIint.h fix compile error, include XInput.hPeter Hutterer
2009-03-11XExtInt compile fix - include XI2.hPeter Hutterer
2009-03-11XInput2.h: Get rid of the /* foo */ in the declarations.Peter Hutterer
2009-03-11include: Move events up to before function definitions.Peter 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-03Require inputproto 1.9.99.7.Peter 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-02-25Remove leftover WindowAccess function declarations.Peter Hutterer
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith
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
2009-01-13Fix build when xmlto is not availableDan Nicholson
2009-01-13Be smarter about generating man pagesDan Nicholson
2008-12-21Hide private functionsJulien Cristau
2008-12-19COPYING: add Peter's copyright notice and licenseJulien Cristau
2008-12-08Restore XAllowDeviceEvents()Peter Hutterer
2008-11-17Bump to 1.2.99.1libXi-1.2.99.1Peter Hutterer
2008-11-12man: fix out of source builds.Peter Hutterer
2008-10-31Purge device-based window access code.Peter Hutterer
2008-09-29Add XI_JOYSTICK to list of defined types.Peter Hutterer
2008-09-26Build fix: remove dropped man pages for Conrigure/QueryDeviceProperty.Shunichi Fuji
2008-09-26Require inputproto 1.9.99.5.Peter Hutterer
2008-09-26Adjust to new property API.Peter Hutterer