summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gestures: cancel hold gestures on thumb detectionJosé Expósito2021-12-131-1/+1
* evdev: avoid usage of bogus BTN_FORWARD nameEduardo de Souza Cruz2021-10-111-1/+1
* evdev: disable button scroll timeout for extra mouse buttonsEduardo de Souza Cruz2021-10-101-18/+27
* gestures: avoid processing the last hold and motion event twiceJosé Expósito2021-10-071-3/+3
* fallback: hires scroll heuristics for buggy devicesJosé Expósito2021-09-272-0/+15
* libinput: add hold to get base eventJosé Expósito2021-09-241-1/+3
* evdev: v120 scroll: invert horizontal scrolling quirkJosé Expósito2021-09-211-0/+5
* touchpad: mark USB touchpads as internal by defaultPeter Hutterer2021-09-211-10/+3
* touchpad: use the model flags to determine internal vs externalPeter Hutterer2021-09-211-3/+2
* doc: guarantee end sequence for continuous scrollJosé Expósito2021-09-191-4/+4
* touchpad: reduce the jumping cursor warnings to 5 per dayPeter Hutterer2021-09-172-2/+8
* touchpad: fix leak when the touchpad is removed before the dwt keyboardPeter Hutterer2021-09-151-0/+6
* util: add a function to parse bool propertiesJosé Expósito2021-09-124-19/+26
* High-resolution scroll wheel supportPeter Hutterer2021-08-319-89/+631
* quirks: Lenovo Trackpoint Keyboard IIJosé Expósito2021-08-243-0/+11
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-07-283-8/+44
* Define the versionsort overrides as inlinesPeter Hutterer2021-07-281-3/+3
* touchpad: remove two unused functionsPeter Hutterer2021-07-221-17/+0
* Silence compiler warnings for -Wformat-nonliteralPeter Hutterer2021-07-222-0/+9
* Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer2021-07-224-5/+7
* util-list: restore list_for_each_safe() to be a single statementPeter Hutterer2021-07-221-2/+4
* evdev: remove device when it is goneThomas Weißschuh2021-06-211-0/+3
* using secure functions safe_strdupluokai2021-06-153-4/+4
* gestures: improve one finger hold detectionJosé Expósito2021-06-102-4/+93
* gestures: move first_moved and first_mm upJosé Expósito2021-06-101-3/+3
* gestures: always save touch informationJosé Expósito2021-06-101-3/+6
* doc: update draw.io URLJosé Expósito2021-06-094-4/+4
* doc: add touchpad gestures state machine diagramJosé Expósito2021-06-091-0/+9
* gestures: add quick hold implementationJosé Expósito2021-06-094-4/+56
* gestures: add hold gesture implementationJosé Expósito2021-06-094-1/+164
* gesutures: allow to configure hold gesturesJosé Expósito2021-06-095-0/+239
* libinput: add hold gesture public API and tool supportJosé Expósito2021-06-093-5/+55
* gestures: filter motion inside the gesture state machineJosé Expósito2021-06-093-11/+21
* gestures: use events to change between statesJosé Expósito2021-06-091-77/+277
* gestures: handle pointer motion as an extra stateJosé Expósito2021-06-092-12/+31
* gestures: refactor gesture enabledJosé Expósito2021-06-091-1/+7
* gestures: add a function to know if there is pending pointer motionJosé Expósito2021-06-091-0/+17
* use more safety list_for_each_safe when remove element in traversing listweizhixiang2021-05-242-2/+2
* evdev: restart debouncing timers after every eventsatrmb2021-05-191-1/+11
* Increase pinch grace period to 300msnovenary2021-05-191-1/+1
* Allow reviving a thumb that moves sufficientlynovenary2021-05-193-0/+42
* Improve disambiguation between two-finger pinch and scrollnovenary2021-05-191-0/+39
* touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer2021-04-211-14/+8
* touchpad: a touchpad with only one button is a clickpadPeter Hutterer2021-04-211-1/+14
* touchpad: use some helper variables to make the code easier to readPeter Hutterer2021-04-211-3/+6
* touchpad: factor out clickpad assignment to a helperPeter Hutterer2021-04-211-12/+22
* gestures: move the logic to detect gestures to its own functionJoseExposito2021-04-131-64/+70
* gestures: move up some functions to use them laterJoseExposito2021-04-131-36/+37
* gestures: move the code to get raw pointer motion to its own functionJoseExposito2021-04-131-3/+12
* gestures: rename int filter_motion to bool ignore_motionJoseExposito2021-04-131-4/+4