Age | Commit message (Expand) | Author | Files | Lines |
2008-08-22 | Xi: don't include .c files. | Peter Hutterer | 1 | -2/+1 |
2008-08-22 | Xi: swap devices property replies. | Peter Hutterer | 3 | -0/+55 |
2008-08-15 | Backport device properties to XI 1.5 instead of XI 2.0 | Peter Hutterer | 3 | -59/+72 |
2008-08-14 | Xi: byte-swap device property requests. | Peter Hutterer | 1 | -12/+32 |
2008-08-12 | Xi: return the state from the correct keyboard in QueryDevicePointer. | Peter Hutterer | 1 | -2/+4 |
2008-07-29 | Xi: ChangeDeviceControl presence events should set the appropriate devchange. | Peter Hutterer | 1 | -1/+1 |
2008-07-24 | Shape extension is built-in and mandatory. | Adam Jackson | 1 | -2/+0 |
2008-07-13 | Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property. | Peter Hutterer | 3 | -0/+50 |
2008-07-13 | Xi: protect against NULL handlers, don't try to dereference. | Peter Hutterer | 1 | -2/+4 |
2008-07-13 | Xi: remove ChangeDeviceControl for CoreCtl. | Peter Hutterer | 1 | -14/+3 |
2008-07-13 | Xi: GetDeviceProperty reply includes deviceid. | Peter Hutterer | 1 | -0/+1 |
2008-07-10 | Xi: pack the property stuff into a struct, make handlers a linked list. | Peter Hutterer | 1 | -38/+116 |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer | 4 | -4/+817 |
2008-07-10 | Revert "Xi: add support for input device properties." | Peter Hutterer | 4 | -804/+4 |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer | 4 | -4/+804 |
2008-07-10 | Xext: store the GenericMasks in the resource system. | Peter Hutterer | 1 | -1/+1 |
2008-06-26 | input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id. | Peter Hutterer | 1 | -2/+2 |
2008-06-19 | Make button down state a bitmask. Master buttons track union of slave buttons | Keith Packard | 1 | -20/+21 |
2008-06-18 | input: fix up usage of button->down, used to be a bitmask, is now an array. | Peter Hutterer | 2 | -6/+10 |
2008-06-18 | Xi: don't drop the grab status in XExtendedGrabDevice(). | Peter Hutterer | 1 | -10/+5 |
2008-06-15 | Xi: avoid double button mapping. | Keith Packard | 1 | -4/+9 |
2008-06-13 | Fix "warning: unused variable `tsize'". | Eamon Walsh | 1 | -1/+1 |
2008-06-13 | Fix "warning: ‘rc’ may be used uninitialized in this function". | Eamon Walsh | 1 | -1/+1 |
2008-05-26 | dix: store the absolute values in the motion history. | Peter Hutterer | 1 | -1/+1 |
2008-05-26 | If core motion history is required, scale back to screen coords and INT16. | Peter Hutterer | 1 | -1/+1 |
2008-05-26 | Ensure the motion history is merged for master devices. | Peter Hutterer | 2 | -11/+3 |
2008-05-25 | Remove GetMotionProc from ValuatorClassRec. | Peter Hutterer | 1 | -3/+3 |
2008-05-25 | Xi: reset motion history when swapping device classes. | Peter Hutterer | 1 | -0/+2 |
2008-05-24 | Xi: remove deprecated comment. | Peter Hutterer | 1 | -2/+0 |
2008-05-23 | Xi: update device valuators based on the event. | Peter Hutterer | 1 | -75/+35 |
2008-05-23 | Revert "dix: Correct values in the device axisVal are calculated in GPE" | Peter Hutterer | 1 | -2/+101 |
2008-05-23 | input: instead of lastx/y, use a last.valuators[] array on the device. | Peter Hutterer | 1 | -2/+2 |
2008-05-23 | dix: Correct values in the device axisVal are calculated in GPE | Magnus Vigerlöf | 1 | -101/+2 |
2008-05-21 | Replace UniSA with full Uni name in Author affiliation. | Peter Hutterer | 20 | -20/+20 |
2008-05-16 | Xi: assemble button/modifier state before updating the device. #15934 | Peter Hutterer | 1 | -22/+21 |
2008-05-13 | Xi: Fix up ProcIVector, got out of sync with the protocol. | Peter Hutterer | 1 | -10/+10 |
2008-05-02 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -0/+2 |
2008-04-30 | input: replace -1 as default axis limit with NO_AXIS_LIMIT define. | Peter Hutterer | 1 | -2/+11 |
2008-04-29 | Xi: stop excessive use of _X_EXPORT. | Peter Hutterer | 3 | -5/+5 |
2008-04-29 | Xi: add IEventBase global variable. Stores event base for X Input events. | Peter Hutterer | 2 | -0/+4 |
2008-04-29 | Xi: change UpdateDeviceState to be _X_EXPORT. | Peter Hutterer | 1 | -1/+1 |
2008-04-29 | Xi: apply ValuatorEvent data to the device's valuators. | Peter Hutterer | 1 | -17/+85 |
2008-04-28 | Xi: Only return VCP, VCK and floating SDs to Xi 1.x clients. | Peter Hutterer | 2 | -35/+59 |
2008-04-26 | Xi: whoops, stray ! caused a bit of memory mess. | Peter Hutterer | 1 | -1/+1 |
2008-04-26 | Revert "Xi: disable XI for clients < XI 2.0" | Peter Hutterer | 1 | -4/+1 |
2008-04-26 | Xi: if a pre-XI2 client tries to list the devices, pretend we don't have any. | Peter Hutterer | 1 | -17/+47 |
2008-04-26 | Xi: disable XI for clients < XI 2.0 | Peter Hutterer | 1 | -1/+4 |
2008-04-26 | Xi: add versioning support. | Peter Hutterer | 3 | -1/+51 |
2008-04-25 | Xi: remove some superflous code | Peter Hutterer | 1 | -8/+4 |
2008-04-25 | Standardise copyright headers for all new files created as part of MPX. | Peter Hutterer | 20 | -513/+464 |