summaryrefslogtreecommitdiff
path: root/src/filter.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-23filter: move the threshold/accel into the filter structPeter Hutterer1-2/+12
2014-09-23filter: add a filter-private.h header filePeter Hutterer1-0/+1
2014-09-23Replace pointer acceleration with a much simpler linear onePeter Hutterer1-36/+11
2014-07-21filter: move get_direction into shared headerPeter Hutterer1-58/+2
2014-07-09touchpad: normalize the touchpad resolution to 400dpi, not 10 units/mmPeter Hutterer1-1/+8
2014-07-09filter: drop constant accelerationPeter Hutterer1-5/+3
2014-07-09filter: use a separate variable for the final accel factorPeter Hutterer1-5/+6
2014-07-09filter: annotate the various variables we have with unitsPeter Hutterer1-20/+20
2014-07-09accel_profile_smooth_simple: Make 0.0-1.0 accel range depend on thresholdHans de Goede1-2/+2
2014-07-09accel_profile_smooth_simple: Fix jump in acceleration curveHans de Goede1-1/+3
2014-07-09accel_profile_smooth_simple: CleanupHans de Goede1-9/+12
2014-07-09filter: drop delta-softeningPeter Hutterer1-23/+0
2014-07-09filter: rename motion_filter_destroy to filter_destroyPeter Hutterer1-9/+9
2014-05-29filter: Ignore non-suitable trackers when calculating initial velocityJonas Ådahl1-20/+11
2014-05-29filter: Fix get_direction for short vectorsJonas Ådahl1-2/+2
2014-05-29Add basic mouse pointer accelerationJonas Ådahl1-1/+46
2014-05-29filter: Add motion filter destruction helperJonas Ådahl1-0/+9
2014-05-26filter: Fix coding styleJonas Ådahl1-2/+1
2014-05-22Change internal timestamps to uint64_t to properly deal with wrappingHans de Goede1-8/+8
2013-11-12Port evdev code to be used as a shared libraryJonas Ådahl1-13/+10
2013-11-12filter: Remove unused variableJonas Ådahl1-1/+0
2013-11-10configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-11-10Replace fprintf() by weston_log()Martin Minarik1-1/+0
2013-11-10evdev: Improve touchpad support and add motion filtersJonas Ådahl1-0/+337