summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-thumb.c
Commit message (Expand)AuthorAgeFilesLines
* touchpad: only identify for pinch in a distinct pinch positionPeter Hutterer2019-09-251-4/+7
* touchpad: drop useless asserts()Peter Hutterer2019-09-251-3/+0
* touchpad: stricter thumb detection if no pressure/sizeMatt Mayfield2019-07-171-1/+3
* touchpad: don't detect speed-based thumbs if there's already a thumbMatt Mayfield2019-07-171-1/+2
* touchpad: revamp thumb detectionMatt Mayfield2019-07-171-107/+223
* touchpad: add a helper function for supressing a thumbPeter Hutterer2019-07-151-1/+7
* touchpad: rename the thumb detection methodsPeter Hutterer2019-07-151-2/+4
* touchpad: extract some bits of thumb detection into helper functionsPeter Hutterer2019-07-151-11/+35
* touchpad: move the speed-thumb detection code to the thumb helper filePeter Hutterer2019-07-151-0/+46
* touchpad: add helper function to reset a thumb's statePeter Hutterer2019-07-151-0/+6
* touchpad: explicitly start with detect_thumbs as falsePeter Hutterer2019-07-151-0/+2
* touchpad: add helper function for setting the thumb statePeter Hutterer2019-07-151-18/+28
* touchpad: move tp_init_thumb and tp_thumb_detect to the thumb filePeter Hutterer2019-07-151-0/+170
* touchpad: add a helper function for checking thumb statePeter Hutterer2019-07-151-0/+32