summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gestures: rename int filter_motion to bool ignore_motionJoseExposito2021-04-131-4/+4
* libinput: change gesture notify cancel parameter from int to boolJoseExposito2021-04-132-5/+5
* quirks: mark the 0x252 razer keyboard as internalChris Dickson2021-04-091-0/+7
* evdev: don't truncate event time to 32 bitsPeter Hutterer2021-04-091-1/+1
* evdev: don't check the event time if it's higher than the dispatch timePeter Hutterer2021-04-071-2/+4
* tablet-pad-leds: Open led file with O_NONBLOCK | O_CLOEXECJonas Ã…dahl2021-04-061-1/+1
* touchpad/clickfinger: limit middle click to 3 fingersJoseExposito2021-04-062-40/+2
* quirk: fix sensitivity for Dell Latitude 7490 pointing-stickBen Weston2021-04-031-0/+6
* tools/record: line up the "neutral state" messagePeter Hutterer2021-03-301-1/+1
* tools/record: rework the event printingPeter Hutterer2021-03-301-559/+407
* tools/record: rename the output file handlingPeter Hutterer2021-03-301-21/+25
* tools/record: remember the first device in the contextPeter Hutterer2021-03-301-16/+12
* tools/record: append the devices in-orderPeter Hutterer2021-03-301-1/+1
* tools/record: get rid of indent push/pop, replace with fixed indentsPeter Hutterer2021-03-301-128/+101
* tools/record: mark the iprintf function as printfPeter Hutterer2021-03-301-0/+1
* tools/record: switch the output file from an fd to a FILE*Peter Hutterer2021-03-301-14/+12
* tools/record: deduplicate the device opening logicPeter Hutterer2021-03-304-28/+86
* tools/record: free the namelist when we're donePeter Hutterer2021-03-261-0/+3
* tools/record: localize a variablePeter Hutterer2021-03-261-4/+3
* tools/record: de-duplicate an error messagePeter Hutterer2021-03-261-14/+7
* tools/record: factor out the output file collectionPeter Hutterer2021-03-261-54/+74
* tools/code-formatting: Add EditorConfig fileJoseExposito2021-03-191-0/+11
* fallback: disable mouse scroll wheel while middle button is pressedJoseExposito2021-03-174-1/+52
* fallback: replace fallback_dispatch->wheel with an anonymous structJoseExposito2021-03-172-15/+18
* quirks: add wildcard to HID-over-I2C names (for FreeBSD)Greg V2021-03-172-2/+2
* quirks: implement DMI support on FreeBSDGreg V2021-03-171-5/+73
* quirks: add quirks for Apple SPI input devicesGreg V2021-03-171-0/+25
* quirks: recognize SPI busGreg V2021-03-171-0/+7
* tests: add a gesture test to ensure our unaccel deltas are in a sane rangePeter Hutterer2021-03-161-0/+102
* gestures: Filter unaccelerated deltas for gesturesAlexander Mikhaylenko2021-03-161-2/+2
* test: push/pop event frames around three-touch movementsPeter Hutterer2021-03-161-0/+2
* test: simplify the helper for moving three touches at the same timePeter Hutterer2021-03-161-11/+8
* test: fix debugging messages for gesture begin eventPeter Hutterer2021-03-161-2/+2
* doc/user: explain why we are doing motion normalizationPeter Hutterer2021-03-161-0/+5
* filter: correct comments about the threshold's unitPeter Hutterer2021-03-162-6/+6
* test: update a few tests for more modern helpersPeter Hutterer2021-03-151-21/+19
* test: localize a few variablesPeter Hutterer2021-03-151-10/+13
* touchpad: always push a touch's current point to the motion historyPeter Hutterer2021-03-114-91/+141
* test: add a comment to the thumb speed testPeter Hutterer2021-03-111-3/+4
* test: fix two inadvertent pointer jumps in a testPeter Hutterer2021-03-111-2/+2
* tools/debug-gui: draw a sprite for the unaccelerated pointer as wellPeter Hutterer2021-03-112-6/+28
* tools/debug-gui: move the abs pointer position into a struct pointPeter Hutterer2021-03-111-4/+4
* tools/debug-gui: move the pointer position into a struct pointPeter Hutterer2021-03-111-10/+10
* tools/debug-gui: start the unaccelerated motion deltas in the screen centerPeter Hutterer2021-03-111-0/+2
* util: document our list interfacePeter Hutterer2021-03-101-2/+129
* tools/per-slot-delta: handle KeyboardInterrupts nicelyPeter Hutterer2021-03-101-1/+4
* tools/per-slot-delta: print the button state too while analyzingPeter Hutterer2021-03-101-2/+20
* completion: add missing libinput analyze subtools to the zsh completionsPeter Hutterer2021-03-101-0/+23
* replace strncmp with strneq for safety-checkweizhixiang2021-03-084-5/+5
* Add Lenovo Legion 5 keyboard to 50-system-lenovo.quirksPedro Ribeiro2021-03-021-0/+16