summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* evdev: quirks_get_tuples can deal with a NULL quirksPeter Hutterer2020-10-231-2/+1
* Print the event name when using an invalid event typePeter Hutterer2020-10-211-31/+33
* fallback: expand the range of valid keysPeter Hutterer2020-10-071-1/+1
* touchpad: fix multitaps with more than one finger while dragging is enabledsatrmb2020-09-252-16/+287
* touchpad: allow tap-and-drag for two-finger and three-finger tapssatrmb2020-09-253-98/+305
* touchpad: track the release of all fingers in a three-finger tapsatrmb2020-09-252-10/+147
* tablet: split a ternary condition into a normal if else for readabilityPeter Hutterer2020-09-221-2/+4
* tablet: group the pressure related bit into a substructPeter Hutterer2020-09-223-28/+30
* check return value for libudev/udev_monitor_filter_add_match_subsystem_devtypeweizhixiang2020-09-161-2/+5
* remove extra parameter in path_disable_device()weizhixiang2020-09-161-4/+3
* timer: fix a logic error checking the list nodePeter Hutterer2020-09-091-1/+1
* quirks: fix a logical error checking for A..ZPeter Hutterer2020-09-091-1/+1
* meson.build: update libwacom dependency to 0.27 or newerPeter Hutterer2020-09-091-1/+1
* Drop the trailing slash from the HTTP_DOC_LINKPeter Hutterer2020-09-095-8/+8
* touchpad: ignore the ALPS jump to 4095/0Peter Hutterer2020-09-071-0/+13
* doc: fix a wrongly named parameterPeter Hutterer2020-09-041-1/+1
* [clang-tidy] do not use else after returnRosen Penev2020-08-277-53/+74
* [clang-tidy] fix inconsistent declarationsRosen Penev2020-08-277-8/+8
* [clang-tidy] remove pointless return in void functionRosen Penev2020-08-271-2/+0
* evdev: remove now-misleading commentPeter Hutterer2020-08-131-2/+0
* Revert "evdev: fix the check for tablet vs joystick"Peter Hutterer2020-08-131-2/+5
* touchpad: disable jump detection on the Lenovo X1 Gen6 touchpadPeter Hutterer2020-07-154-0/+18
* evdev: drop the check for tablet vs joystickPeter Hutterer2020-07-151-5/+1
* evdev: fix the check for tablet vs joystickPeter Hutterer2020-07-151-3/+4
* Replace strneq() with strstartswith() for variable prefixesPeter Hutterer2020-06-172-10/+2
* utils: add strstartswith() and strendswith() utility functionsPeter Hutterer2020-06-171-0/+26
* evdev: filter unreliable tablet mode switch eventsPeter Hutterer2020-06-031-5/+10
* evdev: a device without any seat caps is an unhandled devicePeter Hutterer2020-06-031-5/+4
* fallback: add missing curly braces to match the coding stylePeter Hutterer2020-06-031-1/+2
* touchpad: correct the tap state transitions for a palm on TOUCH_BEGINPeter Hutterer2020-06-031-1/+1
* touchpad: add touch state debugging to the palm and tap state debug logsPeter Hutterer2020-06-033-2/+18
* Ignore key repeat in all backendsPeter Hutterer2020-06-024-0/+16