summaryrefslogtreecommitdiff
path: root/dix/devices.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-16dix: use PickPointer() and PickKeyboard instead of inputInfo.pointer/keyboard.Peter Hutterer1-7/+12
2009-03-16dix: fix ProcChangePointerControl's wrong inputInfo.pointer usage.Peter Hutterer1-10/+10
2009-03-12dix: Merge DevicePresence notify events generation into a single function.Peter Hutterer1-40/+20
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+2
2009-02-05dix: die if we can't activate or init the VCP/VCK.Peter Hutterer1-9/+20
2009-02-04ISO C90: Move declaration to the beginning of the functionTomas Carnecky1-1/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson1-12/+10
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-25/+29
2009-01-22Input: Centralise pointer map changingDaniel Stone1-63/+11
2009-01-22Input: Clean up keymap change notificationsDaniel Stone1-79/+71
2009-01-22Input: Remove modifierKeyMapDaniel Stone1-117/+19
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-145/+14
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-96/+23
2009-01-15dix: add property support for pointer acceleration.Simon Thum1-0/+10
2009-01-11dix: fix cast from pointer to integerJulien Cristau1-1/+1
2009-01-11dix: ANSI cleanupsJulien Cristau1-6/+4
2009-01-08Don't alter device button maps in DoSetPointerMappingThomas Jaeger1-23/+9
2009-01-05xfree86: If an input device failed to activate, return immediately.Peter Hutterer1-0/+2
2008-12-23dix: don't disable uninitialized devices.Peter Hutterer1-4/+8
2008-12-18dix: Allocate the space for the DCCE when the last SD is removed.Peter Hutterer1-6/+13
2008-12-12dix: fix compiler warning (mixing declarations + statements)Peter Hutterer1-2/+2
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-39/+39
2008-12-03Let the DDX decide on the XkbRulesDefaults.Peter Hutterer1-1/+0
2008-12-02Xi: fix use of button->down - bitflags instead of int arrays.Peter Hutterer1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-22/+22
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