Age | Commit message (Expand) | Author |
2009-03-26 | XIint.h only needs XI.h as include, not the rest. | Peter Hutterer |
2009-03-26 | Remove public declarations for SizeClassInfo and ParseClassInfo. | Peter Hutterer |
2009-03-20 | Add XISetDeviceFocus and XIGetDeviceFocus | Peter Hutterer |
2009-03-20 | man: note that XListInputDevices does not list other MDs. | Peter Hutterer |
2009-03-20 | Handle XI2 focus events. | Peter Hutterer |
2009-03-11 | Add support for XI2 Enter/Leave events | Peter Hutterer |
2009-03-11 | Remove if 0 code block | Peter Hutterer |
2009-03-11 | Add support for Raw events. | Peter Hutterer |
2009-03-11 | Add support for XIHierarchyEvent. | Peter Hutterer |
2009-03-11 | Add support for XIDeviceChangedEvent | Peter Hutterer |
2009-03-11 | Add XIFreeEventData | Peter Hutterer |
2009-03-11 | Add support for XIDeviceEvents. | Peter Hutterer |
2009-03-11 | Add Generic XIEvent struct. | Peter Hutterer |
2009-03-11 | XIint.h fix compile error, include XInput.h | Peter Hutterer |
2009-03-11 | XExtInt compile fix - include XI2.h | Peter Hutterer |
2009-03-11 | XInput2.h: Get rid of the /* foo */ in the declarations. | Peter Hutterer |
2009-03-11 | include: Move events up to before function definitions. | Peter Hutterer |
2009-03-11 | Add XIQueryDevice implementation. | Peter Hutterer |
2009-03-11 | Add XIQueryVersion() - query and announce the supported XI version. | Peter Hutterer |
2009-03-11 | XISelectEvent: make sure padding is zeroed out. | Peter Hutterer |
2009-03-11 | Replace XiSelectEvent() with XISelectEvent(). | Peter Hutterer |
2009-03-11 | Replace all XDevice* with ints. | Peter Hutterer |
2009-03-11 | Change XIGetClientPtr to take an int, not an XID | Peter Hutterer |
2009-03-11 | Fix the already existing XI2 calls to the new XI2 protocol. FIXME | Peter Hutterer |
2009-03-03 | Move current XI2 stuff out of XInput.h, into XInput2.h | Peter Hutterer |
2009-03-03 | Require inputproto 1.9.99.7. | Peter Hutterer |
2009-03-03 | XIint.h: include XIproto.h for xAnyClassPtr. | Peter Hutterer |
2009-03-03 | Disable generic event handling for now to allow bisecting. | Peter Hutterer |
2009-03-03 | Back out the XQueryInputVersion hack, restore previous state. | Peter Hutterer |
2009-02-25 | Remove XExtendedGrabDevice. | Peter Hutterer |
2009-02-25 | Remove DeviceEnter/LeaveNotify handling. | Peter Hutterer |
2009-02-25 | Remove AttachClass handling from ListDevices. | Peter Hutterer |
2009-02-25 | XGetDeviceControl: size the libXi structs, not the wire structs (#20293) | Peter Hutterer |
2009-02-25 | XGetDeviceControl: Add a missing break leading to wrong length calculation. | Peter Hutterer |
2009-02-25 | Remove leftover WindowAccess function declarations. | Peter Hutterer |
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith |
2009-01-29 | Return NULL on error, and match LockDisplay with UnlockDisplay. | Paulo Cesar Pereira de Andrade |
2009-01-29 | Janitor: make distcheck, compile warnings, extra .gitignore files. | Paulo Cesar Pereira de Andrade |
2009-01-13 | Fix build when xmlto is not available | Dan Nicholson |
2009-01-13 | Be smarter about generating man pages | Dan Nicholson |
2008-12-21 | Hide private functions | Julien Cristau |
2008-12-19 | COPYING: add Peter's copyright notice and license | Julien Cristau |
2008-12-08 | Restore XAllowDeviceEvents() | Peter Hutterer |
2008-11-17 | Bump to 1.2.99.1libXi-1.2.99.1 | Peter Hutterer |
2008-11-12 | man: fix out of source builds. | Peter Hutterer |
2008-10-31 | Purge device-based window access code. | Peter Hutterer |
2008-09-29 | Add XI_JOYSTICK to list of defined types. | Peter Hutterer |
2008-09-26 | Build fix: remove dropped man pages for Conrigure/QueryDeviceProperty. | Shunichi Fuji |
2008-09-26 | Require inputproto 1.9.99.5. | Peter Hutterer |
2008-09-26 | Adjust to new property API. | Peter Hutterer |