summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-12dix: remove superfluous check.Peter Hutterer1-3/+0
2008-08-11The smart scheduler is not optional.Mathieu Bérard2-18/+0
2008-08-09Move string comparaison functions to from dix/ to os/.Matthieu Herrb3-137/+1
2008-08-08dix: don't try to create events if we don't have a screen. #16898Peter Hutterer1-0/+2
2008-08-08dix: remove misleading comment in ptrvelo.cSimon Thum1-3/+2
2008-08-08dix: remove obsolete FIXME comment.Peter Hutterer1-4/+0
2008-08-08dix: SetModifierMapping should only apply to the ClientPointer and it's SDs.Peter Hutterer1-1/+2
2008-08-08dix: simplified debugging helper for pointer accelerationSimon Thum1-27/+23
2008-08-08dix: simplify velocity tracking filtersSimon Thum1-2/+1
2008-08-05Redefine clients as a fixed arrayTomas Carnecky2-5/+2
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky3-8/+2
2008-08-04dix: export driver-side functions for accelerationSimon Thum1-3/+12
2008-08-04dix: use average of pointer accel profileSimon Thum1-29/+109
2008-07-28some trivial changes regarding C compat, indentation, etc.Simon Thum1-7/+16
2008-07-28dix: preparation change: make runtime exchange of filter chain safeSimon Thum1-1/+7
2008-07-28dix: optimize precision in device velocity estimationSimon Thum1-25/+63
2008-07-28dix: improve the driver interface to predictable pointer accelerationSimon Thum1-6/+16
2008-07-28dix: introduce defines for accel profile numbersSimon Thum1-12/+14
2008-07-28dix: rename classic accel _scheme_ to lightweight to avoid confusion withSimon Thum2-5/+16
2008-07-28dix: add legal statements to ptrvelo.{c|h}Simon Thum1-0/+23
2008-07-28dix: fix up enter/leave system once again.Peter Hutterer1-5/+8
2008-07-25Fix AddExtension now that CloseDownProc can be NULL.Mathieu Bérard1-1/+1
2008-07-24Allow extension closedown hook to be null.Adam Jackson1-1/+2
2008-07-24Shape extension is built-in and mandatory.Adam Jackson3-40/+0
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-21dix: Remove insane BC hacksDaniel Stone1-12/+1
2008-07-17Give priority to clients that are receiving expose and configure eventsSøren Sandmann1-1/+1
2008-07-17Nuke some ancient code for commandline-challenged OSes.Adam Jackson1-4/+0
2008-07-17Remove duplicate load of freetype font renderer.Jie Luo1-1/+0
2008-07-16Remove loadable font renderer support.Adam Jackson1-13/+14
2008-07-16Remove the numVideoScreens xprintism.Adam Jackson2-15/+3
2008-07-16Make --enable-debug usable againDaniel Stone1-6/+17
2008-07-16DIX: Add strcasestr from FreeBSDDaniel Stone2-1/+66
2008-07-16strcasecmp: Actually use the right licenseDaniel Stone1-25/+28
2008-07-16DIX: Add strncasecmp from FreeBSD, make strcasecmp args constDaniel Stone1-1/+20
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 Thum4-81/+826
2008-07-10Fix incorrect test regarding keyboard map.Ander Conselvan de Oliveira1-1/+2
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-07-10Xext: store the GenericMasks in the resource system.Peter Hutterer1-7/+7
2008-07-10dix: free GenericMask allocations when destroying window.Peter Hutterer1-0/+13
2008-06-27Fix a leak of window devPrivates in window.c/CrushTree().Eamon Walsh1-0/+1
2008-06-26input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id.Peter Hutterer1-3/+4
2008-06-26dix: don't dereference dev->key if it doesn't exist.Peter Hutterer1-1/+1