summaryrefslogtreecommitdiff
path: root/dix/ptrveloc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Revert "Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:"Oliver McFadden1-4/+0
2009-07-16Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:Oliver McFadden1-0/+4
2009-06-29dix: rename pDev->dev, pVel->vel for consistencySimon Thum1-164/+165
2009-06-29dix: improve pointer acceleration APISimon Thum1-26/+40
2009-05-28Merge branch 'master' into xi2Peter Hutterer1-8/+28
2009-05-08dix: remove superfluous includes from ptrveloc.cSimon Thum1-3/+0
2009-05-08dix: fix warning in pointer accelerationSimon Thum1-2/+8
2009-05-07dix: add 'none' pointer acceleration profile with number -1Simon Thum1-8/+28
2009-05-07dix: remove superfluous includes from ptrveloc.cSimon Thum1-3/+0
2009-05-07dix: fix warning in pointer accelerationSimon Thum1-2/+8
2009-04-19dix: correctly utilize tracker buffer and protect from timer overrunsSimon Thum1-11/+13
2009-04-19dix: fix pointer accelerations remainder handlingSimon Thum1-7/+7
2009-04-19dix: allow relative motion buffer to accumulate in a natural waySimon Thum1-6/+0
2009-04-10dix: correctly utilize tracker buffer and protect from timer overrunsSimon Thum1-11/+13
2009-04-10dix: fix pointer accelerations remainder handlingSimon Thum1-7/+7
2009-03-20dix/xfree86: simplified velocity approximation algorithmSimon Thum1-296/+197
2009-02-13dix: refactor pointer accelerationSimon Thum1-51/+93
2009-01-15dix: add property support for pointer acceleration.Simon Thum1-2/+209
2008-12-12dix: ptraccel - Add GetAccelerationProfile()Simon Thum1-32/+33
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-8/+8
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-5/+5
2008-11-21dix: memset DeviceVelocityPtr to zero.Peter Hutterer1-9/+2
2008-11-21dix: fix typos in comments, one formatting fix.Simon Thum1-2/+3
2008-08-08dix: remove misleading comment in ptrvelo.cSimon Thum1-3/+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-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 Thum1-2/+6
2008-07-28dix: add legal statements to ptrvelo.{c|h}Simon Thum1-0/+23
2008-07-16Make --enable-debug usable againDaniel Stone1-6/+17
2008-07-13Add support for multiple pointer acceleration schemes. #8583Simon Thum1-0/+759