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