Age | Commit message (Expand) | Author |
2009-06-29 | dix: ensure Activate/DeactivateGrab has a valid value. | Peter Hutterer |
2009-01-30 | Don't alter device button maps in DoSetPointerMapping | Thomas Jaeger |
2009-01-30 | Xi: fix use of button->down - bitflags instead of int arrays. | Peter Hutterer |
2009-01-11 | Let the DDX decide on the XkbRulesDefaults. | Peter Hutterer |
2009-01-09 | xfree86: If an input device failed to activate, return immediately. | Peter Hutterer |
2008-12-01 | input: don't switch MDs' classes around between SDs. | Peter Hutterer |
2008-11-26 | dix: Enable core devices in InitCoreDevices already. | Peter Hutterer |
2008-11-26 | Revert "dix: Enable core devices in InitCoreDevices already." | Peter Hutterer |
2008-11-25 | dix: updated enter/leave core event model. | Peter Hutterer |
2008-11-24 | dix: Enable core devices in InitCoreDevices already. | Peter Hutterer |
2008-11-24 | dix: fix false comment. | Peter Hutterer |
2008-11-21 | dix: fix typos in comments, one formatting fix. | Simon Thum |
2008-10-31 | dix: FreeDeviceClass() and friends can be static. | Peter Hutterer |
2008-10-31 | dix: remove unused GuessFreePointerDevice(). | Peter Hutterer |
2008-10-31 | dix: NextFreePointerDevice() can be static. | Peter Hutterer |
2008-10-31 | dix: PairDevices() can be static, remove from input. | Peter Hutterer |
2008-10-31 | Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency. | Peter Hutterer |
2008-10-23 | dix: fix two more endian issues, correct initial "enabled" value. #18111 | Peter Hutterer |
2008-10-23 | dix: don't allow VCP/VCK be disabled through properties. | Peter Hutterer |
2008-10-23 | dix: fix endianess issue in AddInputDevice. #18111 | Peter Hutterer |
2008-10-13 | Xi: check all handlers before applying property changes. | Peter Hutterer |
2008-10-10 | dix: silence "unused variable" compiler warning. | Peter Hutterer |
2008-10-06 | xalloc+memset(0) -> xcalloc | Adam Jackson |
2008-10-06 | xalloc+bzero -> xcalloc | Adam Jackson |
2008-10-03 | dix: fix non-initialization of pointer accel in master devices. | Simon Thum |
2008-09-26 | Push server-known properties into xserver-properties.h. | Peter Hutterer |
2008-09-26 | Xi: add "deletable" flag to properties, add DeleteProperty handler. | Peter Hutterer |
2008-09-26 | Xi: allow Set/GetProperties to return a status, and honour this status code. | Peter Hutterer |
2008-09-26 | Xi: remove configure/query device property calls. | Peter Hutterer |
2008-09-18 | dix: calloc, not malloc, ValuatorClassRec. | Peter Hutterer |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky |
2008-08-12 | dix: remove superfluous check. | Peter Hutterer |
2008-08-08 | dix: SetModifierMapping should only apply to the ClientPointer and it's SDs. | Peter Hutterer |
2008-07-28 | dix: rename classic accel _scheme_ to lightweight to avoid confusion with | Simon Thum |
2008-07-22 | dix: reset potential lastSlaves when disabling an SD | Keith Packard |
2008-07-21 | dix: shift the duplicate button mapping check to ProcSetPointerMapping. | Peter Hutterer |
2008-07-13 | Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property. | Peter Hutterer |
2008-07-13 | Add support for multiple pointer acceleration schemes. #8583 | Simon Thum |
2008-07-10 | Xi: pack the property stuff into a struct, make handlers a linked list. | Peter Hutterer |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer |
2008-07-10 | Revert "Xi: add support for input device properties." | Peter Hutterer |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer |
2008-06-26 | input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id. | Peter Hutterer |
2008-06-19 | Make button down state a bitmask. Master buttons track union of slave buttons | Keith Packard |
2008-06-18 | input: fix up usage of button->down, used to be a bitmask, is now an array. | Peter Hutterer |
2008-06-13 | Fix "warning: implicit declaration of function ‘miPointerGetScreen’". | Eamon Walsh |
2008-06-05 | dix: set dst->mapWidth when allocating a new map. | Peter Hutterer |
2008-06-02 | xkb: delete default rules when devices are closed. | Peter Hutterer |
2008-05-31 | dix: null out dummyDev, otherwise Xephyr dereferences random pointers. | Peter Hutterer |
2008-05-26 | If core motion history is required, scale back to screen coords and INT16. | Peter Hutterer |