summaryrefslogtreecommitdiff
path: root/src/filter.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer1-0/+5
2015-08-20filter: add a "filter_constant" hook to the filter interfacePeter Hutterer1-0/+22
2015-08-12filter: split trackpoint acceleration outPeter Hutterer1-0/+8
2015-08-11filter: revamp to create device-specific filters, rather than accel functionsPeter Hutterer1-2/+12
2015-07-02filter: add a custom low-dpi accelerationPeter Hutterer1-0/+5
2015-07-02filter: pass the DPI to the acceleration filterPeter Hutterer1-1/+2
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-06-11touchpad: restart the motion filter on touch beginPeter Hutterer1-0/+5
2015-05-28Update Red Hat's copyrightPeter Hutterer1-0/+1
2015-04-27evdev: use a different filter for low resolution touchpad on the Lenovo X230Benjamin Tissoires1-0/+5
2015-03-19filter: switch to normalized_coordsPeter Hutterer1-5/+3
2015-03-17Push the touchpad magic slowdown to the touchpad accel codePeter Hutterer1-0/+5
2015-03-10Move DEFAULT_MOUSE_DPI to evdev.h, provide a conversion macroPeter Hutterer1-3/+0
2015-03-02cosmetic: more duplicate empty line removalPeter Hutterer1-1/+0
2014-12-02Change default DPI to 1000Peter Hutterer1-1/+1
2014-12-02Move DEFAULT_MOUSE_DPI to filter.hPeter Hutterer1-0/+3
2014-12-02filter: fix a comment, 400 isn't hard-coded anymorePeter Hutterer1-1/+1
2014-10-31filter: Fix typoDerek Foreman1-1/+1
2014-09-23filter: add a configurable speed interfacePeter Hutterer1-0/+7
2014-09-23filter: add a filter-private.h header filePeter Hutterer1-12/+0
2014-09-23Replace pointer acceleration with a much simpler linear onePeter Hutterer1-9/+4
2014-09-19cosmetic: Remove prototype for nonexistent create_linear_acceleration_filter()Derek Foreman1-3/+0
2014-07-16Include stdint.h from filter.hPeter Hutterer1-0/+2
2014-07-09touchpad: normalize the touchpad resolution to 400dpi, not 10 units/mmPeter Hutterer1-1/+1
2014-07-09filter: rename motion_filter_destroy to filter_destroyPeter Hutterer1-2/+2
2014-05-29Add basic mouse pointer accelerationJonas Ådahl1-0/+14
2014-05-29filter: Add motion filter destruction helperJonas Ådahl1-0/+3
2014-05-22Change internal timestamps to uint64_t to properly deal with wrappingHans de Goede1-3/+3
2013-11-12Port evdev code to be used as a shared libraryJonas Ådahl1-22/+18
2013-11-12filter: Remove unused variableJonas Ådahl1-1/+0
2013-11-10Add more missing config.h includesDaniel Stone1-0/+2
2013-11-10evdev: Improve touchpad support and add motion filtersJonas Ådahl1-0/+65