summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed horizontal scrolling on Logitech MX Master 2S/3Jakub Schmidtke2019-10-164-0/+15
* gestures: where we have more fingers than slots, default to swipePeter Hutterer2019-10-161-0/+6
* touchpad: only identify for pinch in a distinct pinch positionPeter Hutterer2019-10-161-4/+7
* Touchpad fix and trackpoint speed adjustment for Lenovo T490sSerhii Chaplia2019-10-163-0/+3
* touchpad: don't allow gestures with a clickpad button down by a fingerMatt Mayfield2019-08-161-2/+7
* tablet: scale the available pressure range into the pressure thresholdsPeter Hutterer2019-08-081-5/+25
* tablet: reduce the pressure range by the offsetPeter Hutterer2019-08-081-1/+1
* tablet: make the pressure-offset inclusive of the axis minimumPeter Hutterer2019-08-082-5/+6
* tablet: add a comment explaining why we adjust the pressure offset downwardsPeter Hutterer2019-08-081-0/+5
* tablet: point the pressure offset log messages to the right URLPeter Hutterer2019-08-081-4/+4
* evdev: always store user calibration matrixBrian Ashworth2019-08-051-3/+3
* 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-175-137/+265
* test: only run the speed finger tests when the touchpad has thumb detectionPeter Hutterer2019-07-151-1/+1
* touchpad: only log edge scroll state changes when the state actually changesPeter Hutterer2019-07-151-6/+7
* touchpad: add a helper function for supressing a thumbPeter Hutterer2019-07-153-2/+11
* gestures: Improve thumb detection, allow one finger scrollMatt Mayfield2019-07-151-20/+39
* gestures: fast-track scroll/swipe detection when gestures are offPeter Hutterer2019-07-151-2/+3
* gestures: improvements to pinch detectionMatt Mayfield2019-07-151-5/+8
* gestures: improve scroll responsiveness for vertically aligned touchesMatt Mayfield2019-07-151-0/+11
* touchpad: basic thumb detection within gesturesMatt Mayfield2019-07-151-49/+76
* touchpad: rename the thumb detection methodsPeter Hutterer2019-07-153-5/+12
* 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-153-46/+49
* touchpad: add helper function to reset a thumb's statePeter Hutterer2019-07-153-1/+10
* touchpad: explicitly start with detect_thumbs as falsePeter Hutterer2019-07-151-0/+2
* touchpad: add helper function for setting the thumb statePeter Hutterer2019-07-153-19/+34
* touchpad: move tp_init_thumb and tp_thumb_detect to the thumb filePeter Hutterer2019-07-153-168/+176
* touchpad: add a helper function for counting touches for gesturesPeter Hutterer2019-07-153-3/+18
* touchpad: add a helper function for checking thumb statePeter Hutterer2019-07-156-8/+41
* touchpad: rename the scroll timeout define, drop the pinch onePeter Hutterer2019-07-151-4/+3
* touchpad: reduce state debugging output by only logging changed statesPeter Hutterer2019-07-152-10/+12
* evdev: when the kernel fuzz is nonzero, set ours to zeroPeter Hutterer2019-06-271-9/+30
* evdev: only extract the fuzz for touchpads and touchscreensPeter Hutterer2019-06-261-6/+9
* If we never initialized the libwacom database, don't check the refcountPeter Hutterer2019-06-261-0/+3
* touchpad: slightly change a debug messagePeter Hutterer2019-06-181-3/+3
* tablet: disable the forced proximity out for the Dell Canvas penPeter Hutterer2019-06-174-2/+12
* quirk: drop the ModelTabletNoTilt quirkPeter Hutterer2019-06-172-2/+0
* tablet: fix double proximity out on slow proximity out pensPeter Hutterer2019-06-172-13/+25
* Replace one more __builtin_popcount with bitwise testMichael Forney2019-06-161-1/+1
* Don't return expression in function returning voidMichael Forney2019-06-151-1/+1
* Use bitwise test instead of __builtin_popcountMichael Forney2019-06-151-2/+4
* Avoid case ranges in switch statementMichael Forney2019-06-151-6/+7
* Avoid unnecessary VLAsMichael Forney2019-06-152-5/+5
* Remove semicolons after function definitionsMichael Forney2019-06-151-3/+3
* test: auto-generate the udev rulesPeter Hutterer2019-06-141-0/+5
* path: add helper function to destroy a devicePeter Hutterer2019-06-111-12/+13
* path: initialize the quirks context after error checkingPeter Hutterer2019-06-111-7/+7
* path: factor out the seat creation into a helper functionPeter Hutterer2019-06-111-20/+39