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