summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* evdev: strip the device name of format directivesPeter Hutterer2022-04-203-12/+55
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-08-023-8/+44
* use more safety list_for_each_safe when remove element in traversing listweizhixiang2021-05-242-2/+2
* evdev: restart debouncing timers after every eventsatrmb2021-05-191-1/+11
* Increase pinch grace period to 300msnovenary2021-05-191-1/+1
* Allow reviving a thumb that moves sufficientlynovenary2021-05-193-0/+42
* Improve disambiguation between two-finger pinch and scrollnovenary2021-05-191-0/+39
* touchpad: if we have a right button, let's assume it's not a clickpadPeter Hutterer2021-04-211-14/+8
* touchpad: a touchpad with only one button is a clickpadPeter Hutterer2021-04-211-1/+14
* 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
* 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
* 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-061-1/+2
* tools/record: deduplicate the device opening logicPeter Hutterer2021-03-302-0/+31
* fallback: disable mouse scroll wheel while middle button is pressedJoseExposito2021-03-173-1/+27
* fallback: replace fallback_dispatch->wheel with an anonymous structJoseExposito2021-03-172-15/+18
* quirks: implement DMI support on FreeBSDGreg V2021-03-171-5/+73
* quirks: recognize SPI busGreg V2021-03-171-0/+7
* gestures: Filter unaccelerated deltas for gesturesAlexander Mikhaylenko2021-03-161-2/+2
* filter: correct comments about the threshold's unitPeter Hutterer2021-03-162-6/+6
* touchpad: always push a touch's current point to the motion historyPeter Hutterer2021-03-114-91/+141
* util: document our list interfacePeter Hutterer2021-03-101-2/+129
* replace strncmp with strneq for safety-checkweizhixiang2021-03-081-2/+2
* treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov2021-03-029-49/+46
* util-list.h: simplify code by removing an excess initializationKonstantin Kharlamov2021-03-021-6/+8
* utils: add a safe version of basenamePeter Hutterer2021-02-232-12/+35
* touchpad: permit only one finger on the touchpad at the start of a tap-dragsatrmb2021-02-152-278/+12
* touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb2021-02-151-7/+29
* utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer2021-02-122-0/+34
* totem: separate X/Y resolution from touch size in discriminatorнаб2021-02-091-6/+8
* totem: fix suspension-as-addition and resumption-as-removal in interfaceнаб2021-02-091-2/+2
* touchpad: disable the pressure axes wherever the resolution is nonzeroPeter Hutterer2021-02-081-0/+22
* modify macro streq/strneq for check one null pointerweizhixiang2021-01-181-2/+17
* treewide: fix typosTorstein Husebø2020-12-168-12/+12
* touchpad: increase the jump detection interval to 30msPeter Hutterer2020-12-141-2/+2
* tablet: disable smoothing for AES devicesPeter Hutterer2020-11-252-1/+52
* Fix a few coverity complaintsPeter Hutterer2020-11-102-3/+4
* Fix the termination of the readlink resultPeter Hutterer2020-11-101-1/+1
* evdev: reduce the "your system is slow" warning to 5 per hourPeter Hutterer2020-10-281-2/+2
* quirks: switch the models with missing buttonpad to use the new attrPeter Hutterer2020-10-233-21/+0
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-235-0/+160
* quirks: add AttrEventCodeEnable as counterpoint to the disable onePeter Hutterer2020-10-234-2/+47
* evdev: localize two variables during quirks handlingPeter Hutterer2020-10-231-4/+2