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
2011-10-25
dix: move #if statement to stop compiler warning
Peter Hutterer
1
-2
/
+2
2011-09-29
Input: Convert acceleration code to using ValuatorMask
Daniel Stone
1
-54
/
+22
2011-09-29
Input: Widen pointer acceleration types to double
Daniel Stone
1
-118
/
+112
2011-09-29
Input: Use trunc instead of lrintf in acceleration code
Daniel Stone
1
-7
/
+2
2011-04-21
dix: improve control flow in QueryTrackers
Peter Hutterer
1
-8
/
+8
2011-04-21
dix: rename a bunch of variables to be more self-explanatory
Peter Hutterer
1
-19
/
+20
2011-04-21
dix: reduce scope of tmp and mult.
Peter Hutterer
1
-1
/
+4
2011-04-21
dix: reduce the work done by ApplySoftening
Peter Hutterer
1
-15
/
+16
2011-04-21
dix: split softening and constant deceleration into two functions
Peter Hutterer
1
-5
/
+10
2011-04-21
dix: use single return statement in ApplySimpleSoftening
Peter Hutterer
1
-6
/
+7
2011-04-21
dix: rename od, d to prev_delta, delta
Peter Hutterer
1
-9
/
+9
2011-04-21
dix: Don't use short as bool
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: rename "res" to "result" for improved readability
Peter Hutterer
1
-9
/
+9
2011-04-21
dix: change ProcessVelocityData2D to BOOL.
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: add some more documentation to ptraccel code
Peter Hutterer
1
-4
/
+13
2011-04-21
dix: don't pass the index for a tracker around, pass the tracker
Peter Hutterer
1
-10
/
+11
2011-04-21
dix: CalcTracker only uses the tracker, thus only pass the tracker.
Peter Hutterer
1
-6
/
+4
2011-04-21
dix: use single return statement in DoGetDirection
Peter Hutterer
1
-42
/
+49
2011-04-21
dix: use single return value in GetDirection
Peter Hutterer
1
-9
/
+8
2011-04-21
dix: document GetDirection
Peter Hutterer
1
-1
/
+7
2011-04-21
dix: document DoGetDirection's maths
Peter Hutterer
1
-2
/
+10
2011-04-21
dix: improve comment, directions flagged are 45° each
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: improve readbility of DoGetDirection.
Peter Hutterer
1
-12
/
+25
2011-04-21
dix: only use a single return where only one is needed.
Peter Hutterer
1
-2
/
+2
2011-04-21
dix: fix typo in direction calculation
Peter Hutterer
1
-1
/
+1
2011-03-02
dix: change all timestamps in pointer acceleration to CARD32
Simon Thum
1
-2
/
+2
2011-03-02
dix: update pointer acceleration code to use ValuatorMask
Simon Thum
1
-67
/
+58
2011-03-02
dix: refactor predictable scheme initialization
Simon Thum
1
-30
/
+58
2011-02-17
dix: avoid FP promotion during pointer acceleration
Simon Thum
1
-2
/
+2
2011-02-17
dix: refactor scheme init
Simon Thum
1
-8
/
+30
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
1
-5
/
+3
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
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
[next]