summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
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