summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* evdev: point users to the trackpoint documentation for missing rangesPeter Hutterer2018-03-231-0/+6
* evdev: add another debug message for the trackpoint sensitivityPeter Hutterer2018-03-231-0/+4
* tablet: add missing space in an error messagePeter Hutterer2018-03-231-1/+1
* touchpad: only keep low-pressure fingers alive for 2+-slot touchpadsPeter Hutterer2018-03-211-2/+6
* touchpad: make sure we compare only the last 3 events for wobblePeter Hutterer2018-03-131-2/+3
* touchpad: don't enable top palm detection on touchpads <= 55mm highPeter Hutterer2018-03-131-1/+1
* touchpad: end hovering touches in maybe_end_touchPeter Hutterer2018-03-121-5/+9
* Merge branch 'wip/hysteresis-wobbles'Peter Hutterer2018-03-094-9/+64
|\
| * Extract and reset the abs fuzz value for the x/y axesPeter Hutterer2018-03-092-0/+42
| * touchpad: enable hysteresis based on a 0 fuzz valuePeter Hutterer2018-03-091-1/+3
| * touchpad: use the fuzz value (if any) for the hysteresis marginPeter Hutterer2018-03-091-5/+15
| * fallback: fix touchscreen defuzzingPeter Hutterer2018-03-091-3/+4
* | touchpad: handle a palm down in the tapped statePeter Hutterer2018-03-071-1/+1
* | tools: add the git version in the libinput-record outputPeter Hutterer2018-03-061-0/+3
* | touchpad: enable palm detection on tablets' touchpadsPeter Hutterer2018-03-053-6/+21
* | touchpad: init touch size range based on the udev propertyPeter Hutterer2018-03-051-8/+6
* | pad: use libwacom to get the evdev to button number mappingPeter Hutterer2018-03-051-6/+68
|/
* Introduce omnidirectional (elliptical) hysteresisDaniel van Vugt2018-03-053-55/+71
* Merge branch 'wip/touchpad-maybe-end-state'Peter Hutterer2018-03-053-25/+93
|\
| * touchpad: add a TOUCH_MAYBE_END statePeter Hutterer2018-03-013-23/+87
| * touchpad: don't end below-threshold pressure touches if nfake_fingers > nslotsPeter Hutterer2018-03-011-1/+3
| * touchpad: add the pressure thresholds to the debugging outputPeter Hutterer2018-03-011-1/+3
* | touchpad: add wobbling detectionKonstantin Kharlamov2018-03-022-1/+59
* | touchpad: remove the code for disabling hysteresisKonstantin Kharlamov2018-03-011-20/+1
* | touchpad: move the hysteresis into its own substructPeter Hutterer2018-03-012-6/+8
|/
* touchpad: don't do speed-based thumb detection on single-touch or semi-mtsPeter Hutterer2018-03-011-0/+4
* Whitespace fixPeter Hutterer2018-02-271-1/+1
* evdev: remove excessive debugging outputPeter Hutterer2018-02-231-1/+1
* touchpad: delay arbitration by 90ms after touch togglePeter Hutterer2018-02-213-7/+52
* evdev: pass the time down to toggle_touchPeter Hutterer2018-02-214-9/+18
* touchpad: change the stylus palm arbitration to process touchesPeter Hutterer2018-02-212-10/+25
* touchpad: reset the palm state to NONE on a new touchPeter Hutterer2018-02-211-0/+1
* touchpad: only begin fake touches when we have at least one finger downPeter Hutterer2018-02-202-7/+10
* touchpad: add a touch index for debuggingPeter Hutterer2018-02-205-29/+52
* touchpad: compress a statementPeter Hutterer2018-02-201-4/+2
* udev: fix segfault when resuming before assigning a seatPeter Hutterer2018-02-161-1/+1
* Don't leak when realloc failsPeter Hutterer2018-02-161-2/+6
* meson: Fix absolute libdir case in install scriptQuentin Glidic2018-02-161-2/+2
* Add a test device for aiptek tabletsPeter Hutterer2018-02-132-0/+8
* tablet: fake a BTN_TOOL_PEN on the first event if neededPeter Hutterer2018-02-131-13/+27
* tablet: disable BTN_TOOL_MOUSE/LENS for non-Wacom tabletsPeter Hutterer2018-02-131-0/+7
* tablet: skip tablet_flush() if our current tool type is nonePeter Hutterer2018-02-131-5/+9
* tablet: release the tablet state on device deletePeter Hutterer2018-02-131-0/+6
* tablet: move the quirk disabling up within tablet_initPeter Hutterer2018-02-131-6/+6
* evdev: add a quirk to disable debouncing on the MS Nano TranscieversPeter Hutterer2018-02-134-1/+41
* evdev: fail before open_restricted if the devnode doesn't existPeter Hutterer2018-02-131-0/+8
* tablet: don't set rotation on a tool if we don't have ABS_ZPeter Hutterer2018-02-091-1/+11
* tablet: remove obsolete BTN_TOUCH casePeter Hutterer2018-02-071-2/+0
* tablet: drop unnecessary switch case statementsPeter Hutterer2018-02-071-10/+0
* timer: change the timer offset warning to a client bugPeter Hutterer2018-02-061-4/+4