summaryrefslogtreecommitdiff
path: root/dix/ptrveloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-3/+3
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
2016-04-22dix/ptraccel: Remove float literalsSimon Thum1-19/+19
2016-04-22dix/ptraccel: Fix memory leak in InitPredictableAccelerationSchemeSimon Thum1-2/+8
2013-07-17dix: allow a ConstantDeceleration between 0 and 1 (#66134)Peter Hutterer1-3/+2
2013-02-08dix: unify prefix for ptraccel debugging in DebugAccelF macroPeter Hutterer1-11/+14
2013-02-08dix: use BUG_RETURN_VAL for an error messagePeter Hutterer1-5/+2
2013-02-08dix: add some more info to a ptraccel debug msgPeter Hutterer1-1/+2
2013-02-08dix: fix ptraccel debugging printfsPeter Hutterer1-6/+5
2013-01-11dix: typo fix in commentPeter Hutterer1-1/+1
2012-05-16dix: indentation fixes for pointer accelerationSimon Thum1-1/+2
2012-05-14dix: Remove redundant declarations.Michal Suchanek1-3/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-369/+330
2011-10-25dix: move #if statement to stop compiler warningPeter Hutterer1-2/+2
2011-09-29Input: Convert acceleration code to using ValuatorMaskDaniel Stone1-54/+22
2011-09-29Input: Widen pointer acceleration types to doubleDaniel Stone1-118/+112
2011-09-29Input: Use trunc instead of lrintf in acceleration codeDaniel Stone1-7/+2
2011-04-21dix: improve control flow in QueryTrackersPeter Hutterer1-8/+8
2011-04-21dix: rename a bunch of variables to be more self-explanatoryPeter Hutterer1-19/+20
2011-04-21dix: reduce scope of tmp and mult.Peter Hutterer1-1/+4
2011-04-21dix: reduce the work done by ApplySofteningPeter Hutterer1-15/+16
2011-04-21dix: split softening and constant deceleration into two functionsPeter Hutterer1-5/+10
2011-04-21dix: use single return statement in ApplySimpleSofteningPeter Hutterer1-6/+7
2011-04-21dix: rename od, d to prev_delta, deltaPeter Hutterer1-9/+9
2011-04-21dix: Don't use short as boolPeter Hutterer1-1/+1
2011-04-21dix: rename "res" to "result" for improved readabilityPeter Hutterer1-9/+9
2011-04-21dix: change ProcessVelocityData2D to BOOL.Peter Hutterer1-1/+1
2011-04-21dix: add some more documentation to ptraccel codePeter Hutterer1-4/+13
2011-04-21dix: don't pass the index for a tracker around, pass the trackerPeter Hutterer1-10/+11
2011-04-21dix: CalcTracker only uses the tracker, thus only pass the tracker.Peter Hutterer1-6/+4
2011-04-21dix: use single return statement in DoGetDirectionPeter Hutterer1-42/+49
2011-04-21dix: use single return value in GetDirectionPeter Hutterer1-9/+8
2011-04-21dix: document GetDirectionPeter Hutterer1-1/+7
2011-04-21dix: document DoGetDirection's mathsPeter Hutterer1-2/+10
2011-04-21dix: improve comment, directions flagged are 45° eachPeter Hutterer1-1/+1
2011-04-21dix: improve readbility of DoGetDirection.Peter Hutterer1-12/+25
2011-04-21dix: only use a single return where only one is needed.Peter Hutterer1-2/+2
2011-04-21dix: fix typo in direction calculationPeter Hutterer1-1/+1
2011-03-02dix: change all timestamps in pointer acceleration to CARD32Simon Thum1-2/+2
2011-03-02dix: update pointer acceleration code to use ValuatorMaskSimon Thum1-67/+58
2011-03-02dix: refactor predictable scheme initializationSimon Thum1-30/+58
2011-02-17dix: avoid FP promotion during pointer accelerationSimon Thum1-2/+2
2011-02-17dix: refactor scheme initSimon Thum1-8/+30
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-5/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard1-22/+9
2010-01-01dix: add smooth limited pointer acceleration profileSimon Thum1-1/+27
2009-11-25dix: clean up accel old scheme data when switching schemes.Peter Hutterer1-12/+52
2009-07-17Revert "Coverity Prevent: RESOURCE_LEAK in AccelSetProfileProperty:"Oliver McFadden1-4/+0