summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-11-04dix: clean up GetPointerEvents and GetKeyboardValuatorEvents.Peter Hutterer1-155/+237
2008-11-04DIX: Remove unnecessary prototypeDaniel Stone1-1/+0
2008-11-04Remove XEvIEDaniel Stone2-123/+2
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: SwitchCorePointer is long gone, bury it.Peter Hutterer1-16/+0
2008-10-31dix: PairDevices() can be static, remove from input.Peter Hutterer1-32/+32
2008-10-31Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.Peter Hutterer2-4/+0
2008-10-31Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.Peter Hutterer2-13/+13
2008-10-30xace: Fix an incorrect call to the RECEIVE_ACCESS hook.Eamon Walsh1-3/+2
2008-10-26Ansify declaration of FontToXError()Julien Cristau1-2/+1
2008-10-26Nuke unused variablesJulien Cristau2-2/+1
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-22dix: init remaining three xkb fields to zero in a new client.Peter Hutterer1-0/+2
2008-10-13Xi: check all handlers before applying property changes.Peter Hutterer1-5/+9
2008-10-13dix: remove duplicate code in ReleaseActiveGrabsPeter Hutterer1-6/+0
2008-10-10dix: silence "unused variable" compiler warning.Peter Hutterer1-1/+0
2008-10-08mi: functions here are carrying 'time' without need.Tiago Vignatti1-1/+1
2008-10-07Reinstate cursorScreenDevPrivAdam Jackson1-0/+2
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson7-16/+14
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-44/+2
2008-10-06xalloc+bzero -> xcallocAdam Jackson3-31/+7
2008-10-03Remove unused wrapping for visual initialization.Adam Jackson1-1/+0
2008-10-03Remove the Must_have_memory hack.Adam Jackson1-18/+7
2008-10-03const cleanupAdam Jackson1-1/+1
2008-10-03Remove an utterly, utterly ancient changelog.Adam Jackson2-18/+1
2008-10-03dix: fix axis scaling.Peter Hutterer1-2/+6
2008-10-03dix: don't lose subpixel precision when scaling.Peter Hutterer1-7/+11
2008-10-03dix: fix non-initialization of pointer accel in master devices.Simon Thum1-2/+7
2008-10-02Don't inherit XAUTHORITY from the environment.Adam Jackson1-4/+0
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-23Rename SaveSetMap() to SaveSetShouldMap().Adam Jackson1-2/+2
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor2-4/+4
2008-09-22Don't remap windows for SaveSetUnmapOwen W. Taylor1-0/+5
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson2-8/+7
2008-09-22Don't use our version of ffs() if the system has oneJulien Cristau1-0/+4
2008-09-18dix: calloc, not malloc, ValuatorClassRec.Peter Hutterer1-1/+1
2008-09-12Array-index based devPrivates implementation.Eamon Walsh1-101/+108
2008-09-02Don't try to destroy a NULL pixmap.Daniel Drake1-1/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky3-4/+8
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-0/+2
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson3-2/+1
2008-08-15dix: stick a warning in about loss of subpixel precision.Peter Hutterer1-0/+1
2008-08-13Eviscerate save-under support.Adam Jackson2-159/+2