summaryrefslogtreecommitdiff
path: root/src/filter-touchpad.c
Commit message (Expand)AuthorAgeFilesLines
* filter: add scroll movement type to the custom acceleration profileYinon Burgansky2023-02-241-0/+1
* filter: simplify speed_factor()Tobias Bengfort2023-02-081-12/+2
* filter: add helper functions to create/destroy a delta smoothenerPeter Hutterer2023-01-171-6/+1
* filter: constify the interfaces and make them staticPeter Hutterer2022-09-081-1/+1
* filter: remove an unnecessary layer of indirectionPeter Hutterer2022-09-081-42/+13
* filter: correct comments about the threshold's unitPeter Hutterer2021-03-161-2/+2
* touchpad: use the same speed for scrolling as the baseline of the accel curvePeter Hutterer2019-10-141-2/+11
* filter-touchpad.c: remove unused includesKonstantin Kharlamov2019-09-121-2/+0
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-221-2/+3
* filter: improve touchpad accelerationPeter Hutterer2018-05-211-45/+65
* filter: duplicate the pointer_accelerator struct into the bits that use itPeter Hutterer2018-04-181-16/+33
* filter: namespace the various trackers_* functionsPeter Hutterer2018-04-181-5/+5
* filter: drop the ntrackers argument from init_trackersPeter Hutterer2018-04-181-6/+1
* filter: tidy up the touchpad filterPeter Hutterer2018-04-181-30/+9
* filter: split the touchpad acceleration code into a separate filePeter Hutterer2018-04-181-0/+332