summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Default branch is now mainmasterPeter Hutterer2021-04-291-0/+4
* gitlab CI: switch to Ubuntu 21.04Peter Hutterer2021-04-232-15/+15
* touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer2021-04-212-14/+32
* touchpad: a touchpad with only one button is a clickpadPeter Hutterer2021-04-212-1/+61
* touchpad: use some helper variables to make the code easier to readPeter Hutterer2021-04-211-3/+6
* touchpad: factor out clickpad assignment to a helperPeter Hutterer2021-04-211-12/+22
* quirks: add quirk for Lenovo Yoga Slim 9 TouchpadUdo Rader2021-04-201-0/+9
* quirks: add palm size quirk for the Gigabyte Aero 15Peter Hutterer2021-04-141-0/+5
* gestures: move the logic to detect gestures to its own functionJoseExposito2021-04-131-64/+70
* gestures: move up some functions to use them laterJoseExposito2021-04-131-36/+37
* gestures: move the code to get raw pointer motion to its own functionJoseExposito2021-04-131-3/+12
* 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