summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-tap.c
Commit message (Expand)AuthorAgeFilesLines
* touchpad: Make tap code follow state machine diagram part 3Hans de Goede2014-11-061-1/+2
* touchpad: Make tap code follow state machine diagram part 2Hans de Goede2014-11-061-1/+1
* touchpad: Make tap code follow state machine diagram part 1Hans de Goede2014-11-061-22/+21
* touchpad: Don't send scroll events during 2 finger tap-n-dragHans de Goede2014-11-061-0/+13
* touchpad: Fix log_bug_libinput calls on tap enable with fingers downHans de Goede2014-11-061-15/+34
* touchpad: Add tap suspend / resumeHans de Goede2014-11-061-0/+18
* touchpad: Rewrite / fix tp_release_all_tapsHans de Goede2014-11-061-1/+14
* touchpad: hook up sendevents configurationPeter Hutterer2014-09-181-0/+6
* touchpad: fix tap-and-drag handling for timeoutsPeter Hutterer2014-09-181-1/+0
* touchpad: Only break out of tap FSM for clickpad button pressesJonas Ådahl2014-09-021-1/+4
* touchpad: silence Coverity warnings about uninitialized usePeter Hutterer2014-08-261-3/+3
* touchpad: mark a intentional switch case fallthrough as suchPeter Hutterer2014-08-261-0/+1
* evdev: Keep track of button/key press count per deviceJonas Ådahl2014-08-181-4/+4
* Use an enum to enable/disable tapping configurationPeter Hutterer2014-07-221-6/+8
* touchpad: hook up to the tapping configurationPeter Hutterer2014-07-031-5/+62
* touchpad: disable tapping for fingers exceeding the timeout/motion thresholdPeter Hutterer2014-07-021-52/+110
* Change the logging system to be per-contextPeter Hutterer2014-06-231-3/+10
* touchpad: Prefix tap-debugging messagePeter Hutterer2014-06-111-1/+4
* touchpad: log the invalid event as bug, not just as infoPeter Hutterer2014-06-111-2/+2
* evdev-mt-touchpad-tap: Switch over to new timer subsystemHans de Goede2014-06-101-67/+9
* s/libinput_pointer_button_state/libinput_button_state/Stephen Chandler Paul2014-06-091-17/+17
* touchpad: break up a long linePeter Hutterer2014-06-041-1/+2
* Change internal timestamps to uint64_t to properly deal with wrappingHans de Goede2014-05-221-21/+21
* touchpad: reset the tap timer_fd to -1 on destroyPeter Hutterer2014-05-221-1/+3
* touchpad: clean up tap bits on destroyPeter Hutterer2014-03-251-0/+11
* touchpad: use log_error instead of fprintfPeter Hutterer2014-03-251-1/+3
* touchpad: Filter motion in a certain number of tap statesPeter Hutterer2014-03-241-1/+22
* touchpad: add support for multi-finger tappingPeter Hutterer2014-03-241-0/+586