Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-01 | Move the XI2 index into versions[] over to XI2.h | Peter Hutterer | |
2009-03-20 | Remove IsFloating - we don't need this in XI 1.x anymore. | Peter Hutterer | |
2009-03-20 | Move XI_2_Major/Minor to XI2.h | Peter Hutterer | |
2009-03-20 | Move AttachToMaster, Floating to XI2.h | Peter Hutterer | |
2009-03-20 | Move CH_* constants to xi2 | Peter Hutterer | |
2009-03-20 | Remove XI2 requests from XIproto.h | Peter Hutterer | |
All requests been moved to XI2proto.h. Only ExtendedGrabDevice is gone for good. | |||
2009-03-11 | Split CH_ChangeAttachment into CH_AttachSlave and CH_DetachSlave | Peter Hutterer | |
CH_ChangeAttachment is still there, but won't be for long. | |||
2008-10-31 | Remove window access protocol requests. | Peter Hutterer | |
This is a bad idea. It didn't provide security and you can get the same functionality as you did with normal event registration. | |||
2008-09-26 | Remove default properties (XI_PROP_MODE, XI_PROP_ENABLED) | Peter Hutterer | |
These should be defined by the server, not the protocol. | |||
2008-09-19 | Remove Configure/QueryDeviceProperty. | Peter Hutterer | |
2008-09-19 | Add XI_JOYSTICK type. | Peter Hutterer | |
2008-09-18 | Don't include Xmd.h. | Peter Hutterer | |
2008-08-15 | Back out Device Properties from XI 2, push into XI 1.5. | Peter Hutterer | |
2008-07-29 | Add DeviceControlChanged define. | Peter Hutterer | |
This value is used for the devchange field in the DevicePresenceNotify event when a device's control has been modified. | |||
2008-07-13 | Add #defines for XI_PROP_ENABLED, XI_PROP_MODE | Peter Hutterer | |
These two props are expected to be supported by the server. | |||
2008-07-09 | Add XI device property requests and replies. | Peter Hutterer | |
New requests: ListDeviceProperties ... list all props of a device QueryDeviceProperty ... query meta-information about a property ChangeDeviceProperty ... change the content of a property DeleteDeviceProperty ... delete a property GetDeviceProperty ... retrieve a property New event: DevicePropertyChangedNotify ... the given property on the device has changed | |||
2008-05-12 | Remove a leftover typedef, the code that requires it has since been removed. | Peter Hutterer | |
Was part of the FakeDeviceData request, this request does not exist anymore. | |||
2008-05-12 | Merge branch 'master' into mpx | Peter Hutterer | |
Conflicts: XI.h | |||
2008-03-10 | Typo fix. | Adam Jackson | |
2008-03-10 | C sucks: define XEventClass in terms of unsigned int, not CARD32. | Adam Jackson | |
Apparently pulling in Xmd.h here breaks qt, since they both define an INT32 type (and incompatible ones even, since Xmd's is unsigned long on ILP32 because whoever wrote Xmd.h is a C novice). | |||
2008-02-25 | Remove GetPairedPointer, paired device can be found through ListInputDevices. | Peter Hutterer | |
2008-02-18 | Add WindowAccessAllowAll constant. | Peter Hutterer | |
Not surprisingly the inverse of DenyAll. | |||
2008-02-14 | Whitespace fixing and sz_RegisterPairedClient removal. | Peter Hutterer | |
2008-02-14 | Remove GrabAccessControl and FakeDeviceData. | Peter Hutterer | |
Both aren't thought out enough to justify their inclusion in the first version of MPX. | |||
2008-02-12 | Remove RawDeviceEvent - for now anyway. | Peter Hutterer | |
Wasn't quite as thought-out as it should be. Throwing it out for now, to get the rest of MPX more stable. | |||
2008-02-12 | Remove pairingChangedNotify event. | Peter Hutterer | |
I swear I already removed that before... Anyway, we don't need it anymore, since pairings can't be changed anyway. Hooray for the device hierarchy. | |||
2008-01-25 | Add a device id to XiSelectEvent. | Peter Hutterer | |
2008-01-21 | Use Xmd.h instead of X.h to pull in CARD32 definition | Jesse Barnes | |
On 64 bit hosts, CARD32 may be undefined unless we use Xmd.h to define it for us. Apparently X.h is no longer sufficient. | |||
2007-11-13 | Add DeviceClassesChangedEvent. | Peter Hutterer | |
2007-11-08 | Add DeviceHierarchyChangedEvent. | Peter Hutterer | |
Uses same event type as the now removed PointerKeyboardPairingChangedNotify. (removing the RandomStringEvent too, should have been gone a while ago) | |||
2007-10-19 | Add XChangeDeviceHierarchy and its components. | Peter Hutterer | |
2007-10-18 | Create new XAttachInfo class for attachment info (slave devices). | Peter Hutterer | |
Thanks to XLibs design we can't just change XDeviceInfo without breaking the ABI. So here's a new class that isn't actually a class on the wire. | |||
2007-10-18 | Add XI version 2 defines. | Peter Hutterer | |
2007-10-17 | xDeviceInfo: add "attached" field (replace previous padding). | Peter Hutterer | |
If use is set to IsXExtensionPointer/Keyboard/Devices, attached indicates the device ID of the master device it is attached to. If the device is floating, attached is set to IsFloating. | |||
2007-09-27 | XI.h needs X.h for CARD32 on 64-bit systems. | Eamon Walsh | |
2007-05-14 | Add ExtendedGrabRequest and the matching reply. | Peter Hutterer | |
2007-05-02 | Add xFakeDeviceDataReq | Peter Hutterer | |
2007-05-01 | Add XGE support and event types for RawDeviceEvent and PairingChanged event. | Peter Hutterer | |
2007-04-27 | Merge branch 'master' into mpx | Peter Hutterer | |
2007-04-24 | Add flags to be used for DevicePrensence's devchange field. | Peter Hutterer | |
2007-03-22 | add GetClientPointer request and reply. | Peter Hutterer | |
add GetPairedPointer request and reply. move declaration of _XiGetDevicePresenceNotifyEvent out of the macro and wrap it between extern "C". Otherwise C++ code won't be able to find it. | |||
2007-03-09 | add SetClientPointer request. | Peter Hutterer | |
fix typos and wrong names for access function declarations. | |||
2007-02-22 | add access control requests. | Peter Hutterer | |
fix wrong field lengths for RegisterPairing request and reply. | |||
2007-02-21 | add xRegisterPairingClient request and reply | Peter Hutterer | |
2007-01-29 | add ChangePointerKeyboardPairing request | Peter Hutterer | |
add pairingChangedNotify event | |||
2007-01-10 | add deviceEnterNotify event, DeviceEnterNotify, DeviceLeaveNotify support | Peter Hutterer | |
add MPX Major/Minor version numbers | |||
2007-01-08 | add ChangeDeviceCursor request | Peter Hutterer | |
2006-12-20 | add QueryDevicePointer request + reply | Peter Hutterer | |
add WarpDevicePointer request | |||
2006-10-21 | DEVICE_TOUCHPAD -> DEVICE_ABS_CALIB. | Zephaniah E. Hull | |
As it's really calibration for absolute devices, add some stuff. DEVICE_ABS_AREA Defines the area of the screen that an absolute device covers if it is sending core events. | |||
2006-10-20 | add DEVICE_ENABLE control, add core indication | Daniel Stone | |
Add DEVICE_ENABLE control, which allows specific devices to be enabled or disabled at runtime. Add 'iscore' flag to DEVICE_CORE, which indicates whether or not the device is a virtual core device. |