index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
ptrveloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-5
/
+5
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-22
/
+9
2010-01-01
dix: add smooth limited pointer acceleration profile
Simon Thum
1
-1
/
+27
2009-11-25
dix: clean up accel old scheme data when switching schemes.
Peter Hutterer
1
-12
/
+52
2009-07-17
Revert "Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:"
Oliver McFadden
1
-4
/
+0
2009-07-16
Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:
Oliver McFadden
1
-0
/
+4
2009-06-29
dix: rename pDev->dev, pVel->vel for consistency
Simon Thum
1
-164
/
+165
2009-06-29
dix: improve pointer acceleration API
Simon Thum
1
-26
/
+40
2009-05-28
Merge branch 'master' into xi2
Peter Hutterer
1
-8
/
+28
2009-05-08
dix: remove superfluous includes from ptrveloc.c
Simon Thum
1
-3
/
+0
2009-05-08
dix: fix warning in pointer acceleration
Simon Thum
1
-2
/
+8
2009-05-07
dix: add 'none' pointer acceleration profile with number -1
Simon Thum
1
-8
/
+28
2009-05-07
dix: remove superfluous includes from ptrveloc.c
Simon Thum
1
-3
/
+0
2009-05-07
dix: fix warning in pointer acceleration
Simon Thum
1
-2
/
+8
2009-04-19
dix: correctly utilize tracker buffer and protect from timer overruns
Simon Thum
1
-11
/
+13
2009-04-19
dix: fix pointer accelerations remainder handling
Simon Thum
1
-7
/
+7
2009-04-19
dix: allow relative motion buffer to accumulate in a natural way
Simon Thum
1
-6
/
+0
2009-04-10
dix: correctly utilize tracker buffer and protect from timer overruns
Simon Thum
1
-11
/
+13
2009-04-10
dix: fix pointer accelerations remainder handling
Simon Thum
1
-7
/
+7
2009-03-20
dix/xfree86: simplified velocity approximation algorithm
Simon Thum
1
-296
/
+197
2009-02-13
dix: refactor pointer acceleration
Simon Thum
1
-51
/
+93
2009-01-15
dix: add property support for pointer acceleration.
Simon Thum
1
-2
/
+209
2008-12-12
dix: ptraccel - Add GetAccelerationProfile()
Simon Thum
1
-32
/
+33
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-8
/
+8
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-11-21
dix: memset DeviceVelocityPtr to zero.
Peter Hutterer
1
-9
/
+2
2008-11-21
dix: fix typos in comments, one formatting fix.
Simon Thum
1
-2
/
+3
2008-08-08
dix: remove misleading comment in ptrvelo.c
Simon Thum
1
-3
/
+2
2008-08-08
dix: simplified debugging helper for pointer acceleration
Simon Thum
1
-27
/
+23
2008-08-08
dix: simplify velocity tracking filters
Simon Thum
1
-2
/
+1
2008-08-04
dix: export driver-side functions for acceleration
Simon Thum
1
-3
/
+12
2008-08-04
dix: use average of pointer accel profile
Simon Thum
1
-29
/
+109
2008-07-28
some trivial changes regarding C compat, indentation, etc.
Simon Thum
1
-7
/
+16
2008-07-28
dix: preparation change: make runtime exchange of filter chain safe
Simon Thum
1
-1
/
+7
2008-07-28
dix: optimize precision in device velocity estimation
Simon Thum
1
-25
/
+63
2008-07-28
dix: improve the driver interface to predictable pointer acceleration
Simon Thum
1
-6
/
+16
2008-07-28
dix: introduce defines for accel profile numbers
Simon Thum
1
-12
/
+14
2008-07-28
dix: rename classic accel _scheme_ to lightweight to avoid confusion with
Simon Thum
1
-2
/
+6
2008-07-28
dix: add legal statements to ptrvelo.{c|h}
Simon Thum
1
-0
/
+23
2008-07-16
Make --enable-debug usable again
Daniel Stone
1
-6
/
+17
2008-07-13
Add support for multiple pointer acceleration schemes. #8583
Simon Thum
1
-0
/
+759