summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Stick an error into configure.ac, tell people to use master instead.mpxPeter Hutterer1-0/+1
2008-05-12Remove a leftover typedef, the code that requires it has since been removed.Peter Hutterer1-2/+0
2008-05-12Merge branch 'master' into mpxPeter Hutterer5-13/+21
2008-04-26Add major/minor version as supported by client to GetExtensionVersionReq.Peter Hutterer1-1/+6
2008-04-25Remove XInput.h. This file is now part of libXi.Peter Hutterer2-1448/+0
2008-04-25Add #define IREQUESTS 45. Specifies the number of requests in XI.Peter Hutterer1-0/+1
2008-03-10Typo fix.Adam Jackson1-0/+2
2008-03-10C sucks: define XEventClass in terms of unsigned int, not CARD32.Adam Jackson1-9/+6
2008-03-05inputproto 1.4.3inputproto-1.4.3Adam Jackson1-1/+1
2008-03-04Add deviceid to QueryDevicePointer reply.Peter Hutterer1-1/+1
2008-02-25Squash opcode range for MPX XI requests.Peter Hutterer1-6/+6
2008-02-25Remove GetPairedPointer, paired device can be found through ListInputDevices.Peter Hutterer3-39/+0
2008-02-25Remove "ungrab" from ExtendedGrabDevice request, remove XUngrabExtDevice().Peter Hutterer2-6/+2
2008-02-18Add WindowAccessAllowAll constant.Peter Hutterer1-0/+1
2008-02-14Change XChangeDeviceHieararchy API.Peter Hutterer1-2/+2
2008-02-14Make XAnyDeviceHierarchyChangeInfo a union of the possible types.Peter Hutterer1-7/+10
2008-02-14Whitespace fixing and sz_RegisterPairedClient removal.Peter Hutterer1-4/+2
2008-02-14Remove GrabAccessControl and FakeDeviceData.Peter Hutterer3-74/+0
2008-02-12Remove RawDeviceEvent - for now anyway.Peter Hutterer3-51/+0
2008-02-12Remove pairingChangedNotify event.Peter Hutterer2-24/+0
2008-02-12Remove "shared" field from QueryDevicePointer.Peter Hutterer2-3/+2
2008-01-25Add a device id to XiSelectEvent.Peter Hutterer3-1/+5
2008-01-21Use Xmd.h instead of X.h to pull in CARD32 definitionJesse Barnes1-1/+1
2007-12-18Move deviceid in XDeviceCrossingEvent up to follow window.Peter Hutterer1-1/+1
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-4/+10
2007-11-13Remove RegisterPairingClient, deprecated with the device hierarchy now.Peter Hutterer2-38/+0
2007-11-13Add DeviceClassesChangedEvent.Peter Hutterer3-4/+53
2007-11-08Add DeviceHierarchyChangedEvent.Peter Hutterer3-52/+30
2007-10-19Add XChangeDeviceHierarchy and its components.Peter Hutterer3-11/+93
2007-10-18Create new XAttachInfo class for attachment info (slave devices).Peter Hutterer2-0/+18
2007-10-18Add XI version 2 defines.Peter Hutterer1-2/+3
2007-10-17xDeviceInfo: add "attached" field (replace previous padding).Peter Hutterer2-2/+3
2007-09-27XI.h needs X.h for CARD32 on 64-bit systems.Eamon Walsh1-1/+2
2007-09-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/inputprotoJames Cloos1-1/+1
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-31Bump to 1.4.2.1inputproto-1.4.2.1Peter Hutterer1-1/+1
2007-07-10Change some calls to use XID* instead of char* for device id lists.Paulo Ricardo Zanoni1-6/+6
2007-05-17Move deviceid around in deviceEnterNotify, make room for detail field.Peter Hutterer1-3/+4
2007-05-17Add event_type to RawDeviceEvent to store matching core event type.Peter Hutterer2-1/+5
2007-05-14Add ExtendedGrabRequest and the matching reply.Peter Hutterer3-0/+63
2007-05-02Add xFakeDeviceDataReqPeter Hutterer3-0/+38
2007-05-02Providing a device id for a RawDeviceEvent may not be a bad idea.Peter Hutterer2-1/+2
2007-05-01Add XGE support and event types for RawDeviceEvent and PairingChanged event.Peter Hutterer3-16/+130
2007-04-27Merge branch 'master' into mpxPeter Hutterer3-2/+8
2007-04-26bump to 1.4.2inputproto-1.4.2Peter Hutterer1-1/+1
2007-04-24Add flags to be used for DevicePrensence's devchange field.Peter Hutterer2-1/+7
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-1/+1
2007-03-22Change XSetClientPointer API to use an XDevice instead of deviceid.Peter Hutterer1-1/+1
2007-03-22add GetClientPointer request and reply.Peter Hutterer3-2/+85
2007-03-09add SetClientPointer request.Peter Hutterer3-5/+34