Age | Commit message (Expand) | Author | Files | Lines |
2008-11-04 | xkb: extract the correct device in XkbFilterEvents. | Peter Hutterer | 1 | -0/+32 |
2008-11-04 | Purge device-based WindowAccess code. | Peter Hutterer | 6 | -374/+8 |
2008-10-31 | Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h. | Peter Hutterer | 1 | -1/+0 |
2008-10-31 | Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency. | Peter Hutterer | 2 | -8/+8 |
2008-10-26 | Nuke unused variables | Julien Cristau | 1 | -1/+0 |
2008-10-13 | Xi: check all handlers before applying property changes. | Peter Hutterer | 1 | -12/+22 |
2008-10-10 | Xi: don't memcpy the KeyClassRec from SD to MD. #16167 | Peter Hutterer | 1 | -2/+0 |
2008-10-06 | Loader: Unexport a handful of consumerless symbols from dixsym. | Adam Jackson | 1 | -1/+1 |
2008-10-06 | xalloc+bzero -> xcalloc | Adam Jackson | 1 | -5/+2 |
2008-09-26 | Push server-known properties into xserver-properties.h. | Peter Hutterer | 1 | -0/+1 |
2008-09-26 | Xi: add "deletable" flag to properties, add DeleteProperty handler. | Peter Hutterer | 1 | -1/+35 |
2008-09-26 | Xi: allow Set/GetProperties to return a status, and honour this status code. | Peter Hutterer | 1 | -22/+41 |
2008-09-26 | Xi: remove configure/query device property calls. | Peter Hutterer | 3 | -277/+69 |
2008-09-19 | Xi: don't include client-side headers. | Peter Hutterer | 1 | -1/+0 |
2008-09-18 | Xi: remove broken SDeviceEnterNotifyEvent, replace with ...Leave... | Peter Hutterer | 1 | -11/+1 |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky | 1 | -1/+2 |
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 |