summaryrefslogtreecommitdiff
path: root/XI2proto.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for pointer barrier eventsJasper St. Pierre2012-12-091-1/+48
* Fix typo in commentPeter Hutterer2012-12-071-1/+1
* Fix two typos in spec/commentsPeter Hutterer2012-06-141-1/+1
* Unbreak protocol ABI for XIAllowEvents - inputproto 2.1.99.6inputproto-2.1.99.6Peter Hutterer2012-02-091-2/+17
* Drop wrong comment for sourceid in TouchOwnershipEventsPeter Hutterer2011-12-201-1/+1
* XI2: Use touchid, not touch_id in XIAllowEventsPeter Hutterer2011-11-041-1/+1
* Revert addition of active_touches to device eventsChase Douglas2011-09-161-1/+0
* Allow grabbing clients to accept or reject touches any timeChase Douglas2011-09-141-1/+2
* Extend XIAllowEvents for handling touch grab processingChase Douglas2011-09-141-17/+3
* Add event windows to ownership eventsChase Douglas2011-09-131-1/+5
* Merge remote-tracking branch 'inputproto/master' into multitouch-develChase Douglas2011-09-131-1/+17
|\
| * Move scroll information into a new class.Peter Hutterer2011-09-021-0/+15
| * Add sourceid to RawEvents (#34420)Peter Hutterer2011-09-021-1/+1
* | Use the same valuator axes for pointer and touch eventsChase Douglas2011-08-051-15/+0
* | Many more updates to the XI 2.1 protocolChase Douglas2011-03-101-0/+1
* | Add touch classes and events, bump to 2.1Daniel Stone2011-02-151-2/+62
|/
* Include stdint.hChase Douglas2010-12-221-0/+1
* XIWarpPointer needs to take FP1616 for positions.Peter Hutterer2009-08-211-5/+5
* Replace four leftover INT16 with int16_t.Peter Hutterer2009-08-211-4/+4
* Remove eventtype field from xXIRawEvent.Peter Hutterer2009-08-071-3/+1
* XI2proto.h: Remove special doxygen tags.Peter Hutterer2009-07-271-63/+4
* Device{,Raw}Event: Add flags field.Daniel Stone2009-07-141-1/+2
* Add effective group and modifiers to XIGroupInfo/XIModifierInfo.Peter Hutterer2009-06-231-2/+3
* Use the term 'labels' to refer to button and axes labels.Peter Hutterer2009-06-171-1/+1
* Include valuator value in XIValuatorClassesPeter Hutterer2009-06-161-0/+1
* Add a source field to the class information.Peter Hutterer2009-06-121-4/+8
* XISelectEventsReq should use win (not window), like all requests.Peter Hutterer2009-06-121-2/+2
* xXIHierarchyEvent should list num_info, not num_devices.Peter Hutterer2009-06-081-2/+2
* Rename XICreateMaster to XIAddMaster for consistency.Peter Hutterer2009-06-081-2/+2
* Update comment referring to an old naming scheme.Peter Hutterer2009-06-081-1/+1
* Add XIGetSelectedEvents request and reply.Peter Hutterer2009-05-251-1/+29
* XI2proto.h: fix two comments referring to the old naming scheme.Benjamin Close2009-05-191-2/+2
* Document naming conventions for XI2proto.h.Peter Hutterer2009-05-161-0/+26
* XI2proto: define Window, Cursor, Atom and Time as uint32_t.Peter Hutterer2009-05-161-4/+4
* XIQueryPointer needs to include sensible button/modifier state.Peter Hutterer2009-05-141-29/+28
* Remove superfluous "Device" from protocol requests and events.Peter Hutterer2009-05-121-40/+40
* Add per-device flags to XIDeviceHierarchyEventsPeter Hutterer2009-05-121-4/+8
* Define Cursor as CARD32.Peter Hutterer2009-05-121-0/+2
* XI2proto.h: doxygen-ifyPeter Hutterer2009-05-111-260/+292
* XI2proto.h: s/uint32_t/Time/ where appropriatePeter Hutterer2009-05-111-3/+3
* Add XI2 property requests.Peter Hutterer2009-05-071-1/+128
* XI2: add passive grabs.Peter Hutterer2009-05-071-1/+66
* Add XIAllowEvents.Peter Hutterer2009-04-201-1/+19
* Change FP1616 into a single int32_t.Peter Hutterer2009-04-191-5/+1
* Add GrabDevice and UngrabDevice XI2 requests.Peter Hutterer2009-04-191-1/+56
* We don't need to define KeyCode and Mask.Peter Hutterer2009-04-101-4/+0
* Undef Window, Time, etc. after usage again to avoid pollution.Peter Hutterer2009-04-101-0/+7
* Add XISetDeviceFocus and XIGetDeviceFocus requestsPeter Hutterer2009-03-201-1/+47
* Add focus eventsPeter Hutterer2009-03-121-0/+2
* Add buttons + modifier/group information to enter/leave events.Peter Hutterer2009-03-121-1/+3