summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* udev: only change the fuzz on touchpads and touchscreens (v2)Peter Hutterer2019-06-261-3/+11
* udev: rename libinput-model-quirks rules to libinput-fuzz-override.rulesPeter Hutterer2019-06-264-20/+20
* Revert "udev: only change the fuzz on touchpads and touchscreens"Peter Hutterer2019-06-261-3/+1
* tools: improve the error messages for measure touch-size/touchpad-pressurePeter Hutterer2019-06-242-4/+6
* doc: note that libinput measure is a separate packagePeter Hutterer2019-06-241-0/+6
* test: fix the slot swap test againPeter Hutterer2019-06-241-9/+16
* test: avoid a pointer jump when testing for the slot continuationPeter Hutterer2019-06-201-3/+7
* test: fix the slot swap testPeter Hutterer2019-06-201-1/+11
* test: use an enum for the cardinalsPeter Hutterer2019-06-201-10/+13
* test: fix button area scroll test to not be a pinchPeter Hutterer2019-06-201-1/+1
* test: move the fingers closer together for the empty-slot testPeter Hutterer2019-06-201-2/+2
* test: change touchpad 2fg no-motion test to move both fingers simultaneouslyPeter Hutterer2019-06-201-2/+1
* X230 trackpoint quirktimrichardson2019-06-201-0/+5
* test: replace a touch move with a timeoutPeter Hutterer2019-06-191-2/+2
* test: fix initial coordinates for synaptics tripletap quirkPeter Hutterer2019-06-191-14/+6
* test: don't form a pinch gesture for the clickfinger distance testPeter Hutterer2019-06-191-2/+2
* test: don't go into the thumb area for the 3fg clickfinger distance checkPeter Hutterer2019-06-191-1/+1
* test: remove two spurious SYN_REPORTsPeter Hutterer2019-06-191-2/+1
* test: add another test for thumb movementsPeter Hutterer2019-06-181-2/+29
* test: fix the clickfinger thumb testPeter Hutterer2019-06-181-2/+2
* test: rename/fix/move thumb testsPeter Hutterer2019-06-181-293/+209
* touchpad: slightly change a debug messagePeter Hutterer2019-06-181-3/+3
* tablet: disable the forced proximity out for the Dell Canvas penPeter Hutterer2019-06-179-2/+161
* quirk: drop the ModelTabletNoTilt quirkPeter Hutterer2019-06-173-5/+0
* tablet: fix double proximity out on slow proximity out pensPeter Hutterer2019-06-173-13/+53
* test: don't make timer offset errors fatal in gdbPeter Hutterer2019-06-171-1/+1
* Replace one more __builtin_popcount with bitwise testMichael Forney2019-06-161-1/+1
* Don't return expression in function returning voidMichael Forney2019-06-151-1/+1
* Use bitwise test instead of __builtin_popcountMichael Forney2019-06-151-2/+4
* Avoid case ranges in switch statementMichael Forney2019-06-151-6/+7
* Avoid unnecessary VLAsMichael Forney2019-06-155-11/+11
* Remove semicolons after function definitionsMichael Forney2019-06-151-3/+3
* test: only write one single rules file for our device quirksPeter Hutterer2019-06-141-58/+48
* test: auto-generate the udev rulesPeter Hutterer2019-06-1436-360/+180
* test: remove invalid GOTO in udev rulePeter Hutterer2019-06-141-1/+0
* test: adjust the relative pointer motion test for low-dpi devicesPeter Hutterer2019-06-141-1/+20
* test: replace the double assert macros with proper checksPeter Hutterer2019-06-142-6/+44
* tools: describe the various debug-gui features in the man pagePeter Hutterer2019-06-131-0/+48
* tools: handle pad strip/ring events in the debug-guiPeter Hutterer2019-06-131-8/+103
* tools: display tablet and tablet pad buttons when pressedPeter Hutterer2019-06-131-0/+35
* quirks: add a quirk for the Lenovo X1 Yoga 1st genAlex Flowers2019-06-111-0/+5
* test: remove a duplicate checkPeter Hutterer2019-06-111-1/+0
* test: swap a few litest_assert() calls for their more precise cousinsPeter Hutterer2019-06-113-38/+38
* test: add the 24HDT pad to the custom device groupPeter Hutterer2019-06-111-0/+1
* path: add helper function to destroy a devicePeter Hutterer2019-06-111-12/+13
* path: initialize the quirks context after error checkingPeter Hutterer2019-06-111-7/+7
* path: factor out the seat creation into a helper functionPeter Hutterer2019-06-111-20/+39
* udev: don't init the quirks until we checked all argumentsPeter Hutterer2019-06-111-7/+7
* path: drop the separate header, not necessaryPeter Hutterer2019-06-113-47/+16
* test: abort if our device didn't initializePeter Hutterer2019-06-111-0/+1