summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-18gitignore: add test suite runner binary to gitignorePeter Hutterer1-0/+1
2017-01-18Update gitignore for new test source namesPeter Hutterer1-0/+1
2017-01-18Fix typos in DocumentationRohith Mukku1-4/+4
2017-01-16Fix doxygen references for natural scroll configPeter Hutterer1-12/+12
2017-01-16configure.ac: libinput 1.6rc21.5.902Peter Hutterer1-2/+2
2017-01-16udev: fix parse_hwdb.py to work with pyparsing 2.1.10Peter Hutterer1-1/+1
2017-01-16test: rename wacom test devices to a consistent naming schemePeter Hutterer8-7/+7
2017-01-16Revert "Remove the workaround for libevdev pre 1.3"Peter Hutterer2-1/+5
2017-01-16test: remove tablet axis normalization testPeter Hutterer1-137/+43
2017-01-16test: fix a comment regarding uinput's resolution assignmentPeter Hutterer1-4/+8
2017-01-16Remove the workaround for libevdev pre 1.3Peter Hutterer2-5/+1
2017-01-16udev: move check for seat_id downPeter Hutterer1-2/+3
2017-01-16test: prefix all test source files with "test-"Peter Hutterer17-16/+16
2017-01-16Rename path.(c|h) to path-seat.(c|h)Peter Hutterer3-3/+3
2017-01-12test: use some helper functionsPeter Hutterer1-26/+5
2017-01-12test: fix some empty queue handlingPeter Hutterer1-22/+4
2017-01-12test: skip a few unnecessary base event conversionsPeter Hutterer1-31/+24
2017-01-12test: add a synaptics RMI4 test devicePeter Hutterer4-0/+136
2017-01-11udev: mark Asus X555LAB as touchpad with visible markerPeter Hutterer1-0/+6
2017-01-11touchpad: add a model tag to mark touchpads with visible markerPeter Hutterer6-8/+6
2017-01-11Remove a couple of double semicolonsPeter Hutterer2-8/+8
2017-01-10configure.ac: libinput 1.6rc11.5.901Peter Hutterer1-2/+2
2017-01-10test: swap order for selftest and test suitePeter Hutterer1-2/+3
2017-01-04evdev: add helper function to parse a udev flagPeter Hutterer1-11/+29
2017-01-03tools: reduce some spacing to compress the output a bitPeter Hutterer1-2/+2
2017-01-03tools: align device notify output betterPeter Hutterer1-1/+1
2017-01-03tools: size in mm is enough, no need for sub-mm precision herePeter Hutterer1-1/+1
2017-01-03tools: add allowed range to --set-speed help outputPeter Hutterer1-1/+1
2016-12-22test: add test for the vertical position-dependent pinchPeter Hutterer3-0/+63
2016-12-22gestures: if fingers don't move, force a gesture by finger positionPeter Hutterer1-6/+8
2016-12-21tablet: ignore MSC_SCANPeter Hutterer1-0/+2
2016-12-21touchpad: reduce the tap movement threshold to 1.3mmPeter Hutterer1-1/+1
2016-12-21touchpad: reduce the initial timeout for tapping after touchPeter Hutterer1-1/+9
2016-12-21Merge branch 'touchpad-pointer-accel-revamp'Peter Hutterer11-1764/+737
2016-12-21filter: tweak the magic slowdownPeter Hutterer1-1/+1
2016-12-21doc: update the touchpad pointer acceleration svgPeter Hutterer3-1610/+386
2016-12-21filter: revamp the touchpad's acceleration codePeter Hutterer1-14/+11
2016-12-21tools: switch the ptraccel-debug printf to use mm/sPeter Hutterer1-8/+20
2016-12-21filter: work the touchpad magic slowdown into the various parametersPeter Hutterer1-11/+8
2016-12-21filter: change touchpad accel code to use mm/sPeter Hutterer1-14/+21
2016-12-21filter: drop the now-generic trackpoint and low-dpi filter functionsPeter Hutterer1-73/+7
2016-12-21filter: change the filter functions to take raw device coordinatesPeter Hutterer8-85/+223
2016-12-21Add device_float_get_directionPeter Hutterer1-11/+26
2016-12-21touchpad: init the device's dpi correctlyPeter Hutterer1-0/+4
2016-12-21filter: duplicate pointer accel for touchpadsPeter Hutterer1-5/+98
2016-12-21filter: drop the dpi_factor in favor of direct calculationPeter Hutterer1-13/+7
2016-12-21filter: store the raw dpi value in the filterPeter Hutterer1-0/+6
2016-12-21touchpad: change direction flags from int to uint32_tPeter Hutterer1-1/+1
2016-12-20touchpad: if an external touchpad and keyboard share a VID/PID assume dwtPeter Hutterer8-2/+384
2016-12-20test: use the udev property to check for external/internal touchpadsPeter Hutterer1-2/+18