summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tools/debug-gui: refactor UI element placementJosé Expósito2021-08-031-6/+12
* tools/debug-gui: use GMainLoop instead of gtk_mainJosé Expósito2021-08-031-3/+14
* tools/debug-gui: move gtk_main_quit to a functionJosé Expósito2021-08-031-5/+14
* meson.build: disable documentation by defaultPeter Hutterer2021-08-033-8/+8
* quirks: Chuwi AeroBook Plus has a clickpad falsely claiming to have BTN_RIGHTsatrmb2021-07-301-0/+5
* test: Add test for parsing of boolean quirk attributes.Quytelda Kahja2021-07-301-0/+44
* doc: add common failed pipeline errorsJosé Expósito2021-07-303-4/+115
* gitlab CI: drop dependencies between jobsPeter Hutterer2021-07-292-4/+12
* Add section for Lenovo Yoga C930 tablet in 50-system-lenovo.quirks.Quytelda Kahja2021-07-281-0/+6
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-07-285-8/+48
* Update quirks/50-system-chuwi.quirksSanjiv2021-07-281-0/+4
* quirks: add Framework Touchpad QuirkKevin Anderson2021-07-281-0/+5
* gitlab CI: debug the meson_build scriptPeter Hutterer2021-07-281-0/+1
* Define the versionsort overrides as inlinesPeter Hutterer2021-07-281-3/+3
* gitlab CI: use the ci-templates FreeBSD templatesPeter Hutterer2021-07-284-167/+81
* gitlab CI: move the SUITES handling to the template where it mattersPeter Hutterer2021-07-282-2/+4
* gitlab CI: update to latest ci-templatesPeter Hutterer2021-07-283-10/+10
* gitlab CI: split the qemu meson build parts out as separate templatePeter Hutterer2021-07-282-22/+34
* gitlab CI: name the qemu tags per distributionPeter Hutterer2021-07-282-6/+6
* doc/user: move the hold gesture section up to the othersPeter Hutterer2021-07-271-77/+77
* doc/user: fix the line alignments for the hold gesture tablesPeter Hutterer2021-07-271-81/+73
* doc/user: make "verifying install" command portableAndrea Ippolito2021-07-261-6/+4
* touchpad: remove two unused functionsPeter Hutterer2021-07-221-17/+0
* Mark some functions as printf-like to silence some compiler warningsPeter Hutterer2021-07-223-0/+3
* Disable -Wmissing-field-initializersPeter Hutterer2021-07-221-0/+1
* Silence compiler warnings for -Wformat-nonliteralPeter Hutterer2021-07-224-0/+15
* Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer2021-07-228-192/+194
* util-list: restore list_for_each_safe() to be a single statementPeter Hutterer2021-07-222-2/+38
* quirks: add a quirk for the X61 bezel buttonsPeter Hutterer2021-07-131-0/+5
* quirks: add a quirk for the Purism Librem 14v1The_Observer2021-07-131-0/+7
* quirks: add pressure range for Dell Latitude 7480Mohamed Elsharnouby2021-07-111-0/+5
* quirks: add volume rocker quirk for Lenovo Duet 7iThomas Stenhouse-Pyne2021-06-261-0/+6
* evdev: remove device when it is goneThomas Weißschuh2021-06-212-0/+40
* quirks: add a quirk for the Huawei Matebook 2020 touchpadPeter Hutterer2021-06-211-0/+7
* gitlab CI: add a comment to explain how to actually edit the CIPeter Hutterer2021-06-172-0/+8
* using secure functions safe_strdupluokai2021-06-156-8/+8
* meson.build: bump to 1.18.900Peter Hutterer2021-06-101-1/+1
* gestures: improve one finger hold detectionJosé Expósito2021-06-104-7/+169
* 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-092-0/+12
* doc: add docs for hold gesturesPeter Hutterer2021-06-091-0/+229
* doc: note that gestures may be cancelledPeter Hutterer2021-06-091-3/+4
* gestures: add quick hold implementationJosé Expósito2021-06-097-4/+202
* tests: add hold gesture testsJosé Expósito2021-06-091-0/+222
* tests: optionally hold in gesture test functionsJosé Expósito2021-06-093-14/+114
* tests: move existing gesture tests to functions to be able to reuse themJosé Expósito2021-06-091-317/+359
* gestures: add hold gesture implementationJosé Expósito2021-06-099-33/+365
* gesutures: allow to configure hold gesturesJosé Expósito2021-06-098-0/+346