summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-30quirks: Chuwi AeroBook Plus has a clickpad falsely claiming to have BTN_RIGHTsatrmb1-0/+5
2021-07-30test: Add test for parsing of boolean quirk attributes.Quytelda Kahja1-0/+44
2021-07-30doc: add common failed pipeline errorsJosé Expósito3-4/+115
2021-07-29gitlab CI: drop dependencies between jobsPeter Hutterer2-4/+12
2021-07-28Add section for Lenovo Yoga C930 tablet in 50-system-lenovo.quirks.Quytelda Kahja1-0/+6
2021-07-28quirks: Add tablet smoothing attribute.Quytelda Kahja5-8/+48
2021-07-28Update quirks/50-system-chuwi.quirksSanjiv1-0/+4
2021-07-28quirks: add Framework Touchpad QuirkKevin Anderson1-0/+5
2021-07-28gitlab CI: debug the meson_build scriptPeter Hutterer1-0/+1
2021-07-28Define the versionsort overrides as inlinesPeter Hutterer1-3/+3
2021-07-28gitlab CI: use the ci-templates FreeBSD templatesPeter Hutterer4-167/+81
2021-07-28gitlab CI: move the SUITES handling to the template where it mattersPeter Hutterer2-2/+4
2021-07-28gitlab CI: update to latest ci-templatesPeter Hutterer3-10/+10
2021-07-28gitlab CI: split the qemu meson build parts out as separate templatePeter Hutterer2-22/+34
2021-07-28gitlab CI: name the qemu tags per distributionPeter Hutterer2-6/+6
2021-07-27doc/user: move the hold gesture section up to the othersPeter Hutterer1-77/+77
2021-07-27doc/user: fix the line alignments for the hold gesture tablesPeter Hutterer1-81/+73
2021-07-26doc/user: make "verifying install" command portableAndrea Ippolito1-6/+4
2021-07-22touchpad: remove two unused functionsPeter Hutterer1-17/+0
2021-07-22Mark some functions as printf-like to silence some compiler warningsPeter Hutterer3-0/+3
2021-07-22Disable -Wmissing-field-initializersPeter Hutterer1-0/+1
2021-07-22Silence compiler warnings for -Wformat-nonliteralPeter Hutterer4-0/+15
2021-07-22Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer8-192/+194
2021-07-22util-list: restore list_for_each_safe() to be a single statementPeter Hutterer2-2/+38
2021-07-13quirks: add a quirk for the X61 bezel buttonsPeter Hutterer1-0/+5
2021-07-13quirks: add a quirk for the Purism Librem 14v1The_Observer1-0/+7
2021-07-11quirks: add pressure range for Dell Latitude 7480Mohamed Elsharnouby1-0/+5
2021-06-26quirks: add volume rocker quirk for Lenovo Duet 7iThomas Stenhouse-Pyne1-0/+6
2021-06-21evdev: remove device when it is goneThomas Weißschuh2-0/+40
2021-06-21quirks: add a quirk for the Huawei Matebook 2020 touchpadPeter Hutterer1-0/+7
2021-06-17gitlab CI: add a comment to explain how to actually edit the CIPeter Hutterer2-0/+8
2021-06-15using secure functions safe_strdupluokai6-8/+8
2021-06-10meson.build: bump to 1.18.900Peter Hutterer1-1/+1
2021-06-10gestures: improve one finger hold detectionJosé Expósito4-7/+169
2021-06-10gestures: move first_moved and first_mm upJosé Expósito1-3/+3
2021-06-10gestures: always save touch informationJosé Expósito1-3/+6
2021-06-09doc: update draw.io URLJosé Expósito4-4/+4
2021-06-09doc: add touchpad gestures state machine diagramJosé Expósito2-0/+12
2021-06-09doc: add docs for hold gesturesPeter Hutterer1-0/+229
2021-06-09doc: note that gestures may be cancelledPeter Hutterer1-3/+4
2021-06-09gestures: add quick hold implementationJosé Expósito7-4/+202
2021-06-09tests: add hold gesture testsJosé Expósito1-0/+222
2021-06-09tests: optionally hold in gesture test functionsJosé Expósito3-14/+114
2021-06-09tests: move existing gesture tests to functions to be able to reuse themJosé Expósito1-317/+359
2021-06-09gestures: add hold gesture implementationJosé Expósito9-33/+365
2021-06-09gesutures: allow to configure hold gesturesJosé Expósito8-0/+346
2021-06-09libinput: add hold gesture public API and tool supportJosé Expósito6-9/+131
2021-06-09gestures: filter motion inside the gesture state machineJosé Expósito3-11/+21
2021-06-09gestures: use events to change between statesJosé Expósito1-77/+277
2021-06-09gestures: handle pointer motion as an extra stateJosé Expósito2-12/+31