summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 daysquirks: increase MacBook touchpad AttrPalmSizeThresholdHEADmainYogas Kung1-1/+1
4 daysquirks: add quirk for RazerBladeAdvancedLate2019Peter Hutterer1-0/+7
4 dayspad: implement strip support for non-Wacom tabletsPeter Hutterer1-1/+10
4 dayspad: rename two helper functionsPeter Hutterer1-4/+4
4 daysquirks: add quirk for Lenovo Legion keyboard 048d:c103Maarten de Vries1-0/+9
2024-04-09fix: unnecessary braces and mistake in docTarcísio Eduardo Moreira Crocomo2-3/+3
2024-04-09touchpad: add clickfinger button mapTarcísio Eduardo Moreira Crocomo16-34/+385
2024-03-18touchpad: use boolean operator for booleansJosé Expósito1-1/+1
2024-03-18sparse: make some variables staticJosé Expósito7-7/+7
2024-03-18test: replace an assert with double_gePeter Hutterer1-1/+1
2024-03-18test: force the apple magicmouse to 1000dpiPeter Hutterer1-9/+4
2024-03-18test: remove some old compat code for kernel<4.5Peter Hutterer1-34/+1
2024-03-18test: remove a workaround for libevdev 1.2 and earlierPeter Hutterer1-4/+0
2024-03-18util: slightly improve the trace() macroPeter Hutterer1-3/+3
2024-03-18test: fix two wrong timeout callsPeter Hutterer1-2/+2
2024-03-18test: fix some tests that may cause pointer jumpsPeter Hutterer1-4/+4
2024-03-18Revert "test: allow for substring matching in the various --filter- arguments"Peter Hutterer1-7/+1
2024-03-18test: slightly increase the finger switch timeout waitPeter Hutterer1-1/+1
2024-03-18test: add two more more libinput_dispatch() callsPeter Hutterer1-0/+2
2024-03-18util: fix error in mkdir_p if a parent directory fails to be createdPeter Hutterer1-1/+3
2024-03-18Move mkdir_p into a utility headerPeter Hutterer3-26/+55
2024-03-18test: add helpers for checking (negative) errnosPeter Hutterer4-6/+22
2024-03-18util: add a LIST_INIT macroPeter Hutterer2-2/+3
2024-03-18ci: bump to Fedora 39 and FreeBSD to 13.2Peter Hutterer2-59/+59
2024-03-18tools: fix two black warningsPeter Hutterer2-2/+2
2024-03-13quirks: Add a the onebutton apple touchpad quirk for an old MacBookPeter Hutterer1-0/+7
2024-03-12touchpad: disable the immediate scroll state if tapping is enabledPeter Hutterer1-4/+2
2024-03-06Add quirk for the Legion Slim 7 Gen 8 keyboardDerrick Timmermans1-0/+7
2024-02-29quirks: add quirk for Dell Precision 5480 touchpadJosé Expósito1-0/+8
2024-02-28Add libinput_device_get_id_bustype()José Expósito6-1/+33
2024-02-28CONTRIBUTING: Add CONTRIBUTING.mdJosé Expósito1-0/+4
2024-02-28doc/user: Document "Closes" and "Fixes" tagsJosé Expósito1-0/+11
2024-02-28CI: only check the MR if we're in a merge request pipelinePeter Hutterer2-0/+6
2024-02-20tablet: add API for relative dialsJoshua Goins19-12/+735
2024-02-20test: only expect one button event from the intuos-like testPeter Hutterer1-1/+1
2024-02-19Recognizing Framework 16 keyboard modules as internal keyboardsJosip Medved1-0/+6
2024-02-19doc: fix end-of-file in the state machine SVGPeter Hutterer1-1/+1
2024-02-14quirks: tighten the match for the Graviton N15i touchpadPeter Hutterer1-0/+1
2024-02-12Added quirks for TongFang/Uniwill touchpad and ITE keyboardBogdan Mircea2-0/+18
2024-02-06doc: drop permissions to 644 for the gesture state machine SVGPeter Hutterer1-0/+0
2024-02-02quirks: Add Lenovo's Ideapad Gaming 3 white backlit keyboard as an internal k...Theluga1-0/+8
2024-02-02doc/user: note the requirement to apply for gitlab fork permissionsPeter Hutterer1-1/+6
2024-02-02triage-policies: add a bugbot command to close issue in favour of an MRPeter Hutterer1-0/+17
2024-02-01Update 50-system-lenovo.quirks to fix X201t tablet buttonsHooloovoo Blue1-1/+1
2024-01-30tablet: add tablet tool pressure range configurationPeter Hutterer8-39/+750
2024-01-30tablet: document a known bug about pressure thresholds across tabletsPeter Hutterer1-0/+5
2024-01-30tablet: move tool creation into a helper functionPeter Hutterer1-12/+22
2024-01-30tablet: don't use absinfo_range for the percentage calculationPeter Hutterer1-1/+1
2024-01-30tablet: fix tilt handling for even-ranged tabletsPeter Hutterer2-1/+135
2024-01-30util: add a helper to normalize an axis to [0.0, 1.0]Peter Hutterer4-14/+58