platform/upstream/inputproto.git
2009-06-12 Peter HuttererEnsure XIAnyModifier is an unsigned int.
2009-06-12 Peter HuttererXISelectEventsReq should use win (not window), like...
2009-06-12 Peter HuttererXI2proto: document XSetClientPointer behaviour on None...
2009-06-08 Peter Huttererinputproto 1.9.99.11 inputproto-1.9.99.11
2009-06-08 Peter HuttererxXIHierarchyEvent should list num_info, not num_devices.
2009-06-08 Peter HuttererRename XICreateMaster to XIAddMaster for consistency.
2009-06-08 Peter HuttererUpdate comment referring to an old naming scheme.
2009-06-08 Peter HuttererDocument BadValue error for XIHierarchyEvents selection...
2009-06-04 Peter HuttererXIQueryVersion may return a BadValue for major_version...
2009-05-31 Peter HuttererMove the XI2 index into versions[] over to XI2.h
2009-05-29 Peter HuttererSpecify modifier interactions with attached slave devic...
2009-05-28 Peter Huttererinputproto 1.9.99.10 inputproto-1.9.99.10
2009-05-28 Peter HuttererMirror the core enter/focus modes and add the passive...
2009-05-27 Peter HuttererAdd Enter/FocusIn passive grabs.
2009-05-27 Peter HuttererXI2proto.txt: remove one more keycode mentioning, fix...
2009-05-25 Peter HuttererAdd XIGetSelectedEvents request and reply.
2009-05-19 Benjamin CloseXI2proto.h: fix two comments referring to the old namin...
2009-05-16 Peter Huttererinputproto 1.9.99.9 inputproto-1.9.99.9
2009-05-16 Peter HuttererDocument naming conventions for XI2proto.h.
2009-05-16 Peter HuttererXI2proto: define Window, Cursor, Atom and Time as uint32_t.
2009-05-16 Peter HuttererXI2.h: remove XI2Mask, add XISetMask and friends.
2009-05-16 Peter HuttererAdd XIAnyButton and XIAnyKeysym.
2009-05-14 Peter HuttererXIQueryPointer needs to include sensible button/modifie...
2009-05-14 Peter HuttererAdd an introduction to XI2proto.txt
2009-05-12 Peter HuttererXI2proto.txt: remove more mentioning of keycode grabs
2009-05-12 Peter HuttererRemove superfluous "Device" from protocol requests...
2009-05-12 Peter HuttererAdd per-device flags to XIDeviceHierarchyEvents
2009-05-12 Peter HuttererDefine Cursor as CARD32.
2009-05-11 Peter HuttererXI2proto.h: doxygen-ify
2009-05-11 Peter HuttererXI2proto.h: s/uint32_t/Time/ where appropriate
2009-05-07 Peter HuttererPrefix all XI2 constants with "XI" -> inputproto 1... inputproto-1.9.99.8
2009-05-07 Peter HuttererAdd XI2 property requests.
2009-05-07 Peter HuttererXI2: add passive grabs.
2009-04-25 Peter HuttererXI2 spec: Add some more Grab/Ungrab/AllowEvents documen...
2009-04-22 Benjamin CloseDefine the Cursor datasize correctly
2009-04-22 Paul "TBBle... Fix typo in XI2proto.txt
2009-04-20 Peter HuttererAdd XIAllowEvents.
2009-04-19 Peter HuttererChange FP1616 into a single int32_t.
2009-04-19 Peter HuttererAdd GrabDevice and UngrabDevice XI2 requests.
2009-04-10 Peter HuttererRevert "Add major/minor version as supported by client...
2009-04-10 Peter HuttererXI2proto.txt: fix typo
2009-04-10 Peter HuttererWe don't need to define KeyCode and Mask.
2009-04-10 Peter HuttererUndef Window, Time, etc. after usage again to avoid...
2009-03-20 Peter HuttererRemove IsFloating - we don't need this in XI 1.x anymore.
2009-03-20 Peter HuttererMove XI_2_Major/Minor to XI2.h
2009-03-20 Peter HuttererMove AttachToMaster, Floating to XI2.h
2009-03-20 Peter HuttererMove CH_* constants to xi2
2009-03-20 Peter HuttererRemove XI2 requests from XIproto.h
2009-03-20 Peter HuttererBump to 1.9.99.7 inputproto-1.9.99.7
2009-03-20 Peter HuttererAdd XISetDeviceFocus and XIGetDeviceFocus requests
2009-03-12 Peter HuttererAdd focus events
2009-03-12 Peter HuttererAdd buttons + modifier/group information to enter/leave...
2009-03-12 Peter HuttererDefine FP1616 as one int16_t, one uint16_t.
2009-03-12 Peter HuttererValuatorInfo moved to FP3232
2009-03-12 Peter HuttererAdd FP3232 typedef.
2009-03-12 Peter HuttererXI2: remove button state from the RawEvent.
2009-03-11 Peter HuttererSplit CH_ChangeAttachment into CH_AttachSlave and CH_De...
2009-03-11 Peter HuttererAdd XI2.h and XI2proto.h, and a few required defines...
2009-02-26 Peter HuttererAdd XI2 protocol specification document.
2009-02-26 Peter HuttererWhitespace cleanups.
2009-01-27 Paulo Cesar... Janitor: Correct make distcheck and dont distribute...
2008-10-31 Peter HuttererBump to 1.9.99.6. inputproto-1.9.99.6
2008-10-31 Peter HuttererPropertyNotify, move deviceid back to last byte.
2008-10-31 Peter HuttererRemove window access protocol requests.
2008-10-15 Julien CristauUndef Atom after we're done so we don't pollute users...
2008-10-15 Peter HuttererMake sure Atoms are defined as CARD32.
2008-09-26 Peter HuttererBump to 1.9.99.5. inputproto-1.9.99.5
2008-09-26 Peter HuttererRemove default properties (XI_PROP_MODE, XI_PROP_ENABLED)
2008-09-18 Peter HuttererRemove Configure/QueryDeviceProperty.
2008-09-18 Peter HuttererAdd XI_JOYSTICK type.
2008-09-18 Peter HuttererDon't include Xmd.h.
2008-08-15 Peter Huttererinputproto 1.9.99.4 inputproto-1.9.99.4
2008-08-15 Peter HuttererProtect against C++ includes.
2008-08-15 Peter HuttererRemove RCS tags, typo fix.
2008-08-15 Peter HuttererBack out Device Properties from XI 2, push into XI...
2008-07-29 Alan Hourihanebump to 1.99.9.3 inputproto-1.9.99.3
2008-07-28 Peter HuttererAdd DeviceControlChanged define.
2008-07-21 Alan HourihaneBump to 1.9.99.2 for inputproto inputproto-1.9.99.2
2008-07-13 Peter HuttererAdd #defines for XI_PROP_ENABLED, XI_PROP_MODE
2008-07-09 Peter HuttererSet IEVENTS back to 18, got set to 8 inadvertantly.
2008-07-09 Peter HuttererAdd XI device property requests and replies.
2008-05-28 Peter HuttererBump to 1.9.99.1. inputproto-1.9.99.1
2008-05-12 Peter HuttererRemove a leftover typedef, the code that requires it...
2008-05-12 Peter HuttererMerge branch 'master' into mpx
2008-04-26 Peter HuttererAdd major/minor version as supported by client to GetEx...
2008-04-25 Peter HuttererRemove XInput.h. This file is now part of libXi.
2008-04-25 Peter HuttererAdd #define IREQUESTS 45. Specifies the number of reque...
2008-03-10 Adam JacksonTypo fix.
2008-03-10 Adam JacksonC sucks: define XEventClass in terms of unsigned int...
2008-03-06 Adam Jacksoninputproto 1.4.3 inputproto-1.4.3
2008-03-04 Peter HuttererAdd deviceid to QueryDevicePointer reply.
2008-02-25 Peter HuttererSquash opcode range for MPX XI requests.
2008-02-25 Peter HuttererRemove GetPairedPointer, paired device can be found...
2008-02-25 Peter HuttererRemove "ungrab" from ExtendedGrabDevice request, remove...
2008-02-18 Peter HuttererAdd WindowAccessAllowAll constant.
2008-02-14 Peter HuttererChange XChangeDeviceHieararchy API.
2008-02-14 Peter HuttererMake XAnyDeviceHierarchyChangeInfo a union of the possi...
2008-02-13 Peter HuttererWhitespace fixing and sz_RegisterPairedClient removal.
2008-02-13 Peter HuttererRemove GrabAccessControl and FakeDeviceData.
2008-02-12 Peter HuttererRemove RawDeviceEvent - for now anyway.
next