summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-14libinput 1.11.9021.11.902Peter Hutterer1-1/+1
2018-08-14test: when testing for a touch sequence, assert it's the same slot's sequencePeter Hutterer1-3/+8
2018-08-13touchpad: drop check for left button areasPeter Hutterer1-2/+2
2018-08-13touchpad: change the min vector for the scroll lock to 0.15Peter Hutterer1-1/+1
2018-08-13touchpad: if a finger in the button area moves by more than 5mm, release itPeter Hutterer4-16/+69
2018-08-13touchpad: coding style fixesPeter Hutterer1-2/+4
2018-08-13touchpad: rename 'curr' to 'current'Peter Hutterer2-12/+12
2018-08-13quirks: don't allow single quotes for valuesPeter Hutterer2-1/+43
2018-08-13tests: more tests for quirks handlingPeter Hutterer1-0/+66
2018-08-13test: add tests for successful/failing parsing of various quirksPeter Hutterer1-0/+317
2018-08-13test: fix quirks test for invalid bus type matchesPeter Hutterer1-1/+1
2018-08-13util: tighten safe_atod parsing to only parse 'normal' numbersPeter Hutterer2-5/+23
2018-08-13util: switch to a check for isnormal for safe_atodPeter Hutterer1-1/+1
2018-08-13util: fail property parsing if the dimensions are 0Peter Hutterer2-3/+3
2018-08-13test: replace hand-rolled backtrace function with gstackPeter Hutterer3-168/+39
2018-08-13meson.build: the selftest doesn't need all litest sourcesPeter Hutterer1-2/+1
2018-08-13test: remove the deviceless test runner, make it a commandline arg insteadPeter Hutterer2-30/+29
2018-08-13test: switch two ints to boolsPeter Hutterer1-9/+9
2018-08-10doc/user: move touchpad jitter to troubleshootingPeter Hutterer2-1/+1
2018-08-10Fix doc links to use dashes, not underscoresPeter Hutterer2-4/+4
2018-08-10doc/user: move the jumping cursor page to troubleshootingPeter Hutterer2-1/+1
2018-08-09test: ensure we write something during litest_sendfilePeter Hutterer1-0/+1
2018-08-09test: remove an obsolete commentPeter Hutterer1-1/+0
2018-08-09meson.build: drop the now-unused liblitestPeter Hutterer1-9/+3
2018-08-09doc: use configure_file()'s @PLAINNAME@ instead of calling installPeter Hutterer3-19/+37
2018-08-09doc/api: drop git-version.doxPeter Hutterer2-9/+2
2018-08-09meson.build: process the various tools as a single file listPeter Hutterer1-64/+31
2018-08-09meson.build: silence meson warning that we should use configure_file's copyPeter Hutterer1-0/+6
2018-08-09meson.build: fix typo in version to compare toPeter Hutterer1-1/+1
2018-08-08touchpad: 90-degree scroll helperMatt Mayfield2-1/+150
2018-08-08test: touchpad: add tests for 90 degree scroll (axis lock)Matt Mayfield1-0/+146
2018-08-08doc/user: add 90-degree scroll behaviorMatt Mayfield1-0/+4
2018-08-08tools: debug-*: show unaccelerated deltas for pointer eventsPeter Hutterer2-1/+39
2018-08-07test: add a 10ms delay for scrolling testsPeter Hutterer1-1/+1
2018-08-07test: touchpad: swap an int for a boolPeter Hutterer1-11/+11
2018-08-07test: rename the x220 clickpad to something more tellingPeter Hutterer2-2/+2
2018-08-07tablet: unify the license text with what we have in COPYINGPeter Hutterer7-112/+119
2018-08-06filter: always init a delta smoothener for 10/10ms on trackpointsPeter Hutterer1-0/+6
2018-08-06doc/user: drop the sphinx -a flagPeter Hutterer1-2/+1
2018-08-06tools: record: don't bother setting last_ms to 0 on the first eventPeter Hutterer1-2/+0
2018-08-06doc/user: add touchpad pressure debugging as separate pagePeter Hutterer4-186/+211
2018-08-06doc/user: add the quirks tool to the tool listPeter Hutterer1-0/+16
2018-08-06doc/user: match the quirks list output with the codePeter Hutterer1-2/+2
2018-08-05Remove seemingly extra pasted line from licenseMatt Mayfield1-1/+0
2018-08-03touchpad: improve finger counting for synaptics serial touchpadsPeter Hutterer3-1/+202
2018-08-03fallback: add support for ABS_MT_TOOL_TYPE for touch screensPeter Hutterer8-15/+456
2018-08-03test: handle ABS_MT_TOOL_TYPE from the litest devicesPeter Hutterer1-1/+14
2018-08-03test: add test helpers for touch sequence partsPeter Hutterer2-0/+79
2018-08-03fallback: move flushing MT events to a helper functionPeter Hutterer1-39/+49
2018-08-03fallback: change a list of if conditions to a switch statementPeter Hutterer1-3/+12