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