summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-buttons.c
Commit message (Expand)AuthorAgeFilesLines
* touchpad: print the device name on errorPeter Hutterer2014-11-201-2/+2
* touchpad: hook up left-handed configurationPeter Hutterer2014-09-261-4/+9
* touchpad: Enlarge topbutton area a bit while the touchpad is disabledHans de Goede2014-09-191-7/+12
* touchpad: When disabling a TOPBUTTONPAD, leave the top buttons enabledHans de Goede2014-09-191-0/+4
* touchpad: Route top softbuttons through the trackstick if we've oneHans de Goede2014-09-191-9/+38
* touchpad: move softbutton initialization to separate functionPeter Hutterer2014-09-181-30/+47
* touchpad: hook up sendevents configurationPeter Hutterer2014-09-181-0/+10
* evdev: Keep track of button/key press count per deviceJonas Ã…dahl2014-08-181-14/+16
* touchpad: increase top software button area to 15%Peter Hutterer2014-08-181-3/+4
* touchpad: always enable palm detection on apple touchpadsPeter Hutterer2014-07-211-1/+1
* touchpad: implement edge-based basic palm detectionPeter Hutterer2014-07-211-0/+6
* touchpad: drop the BOTTOM_TO_AREA/BOTTOM_NEW statesPeter Hutterer2014-07-041-82/+4
* touchpad: reduce button size, use physical sizes where possiblePeter Hutterer2014-07-031-2/+19
* touchpad: log the sysname of the device that looks like a bad clickpadPeter Hutterer2014-07-031-2/+4
* Change the logging system to be per-contextPeter Hutterer2014-06-231-4/+11
* evdev: keep the absinfo struct around instead of min/maxPeter Hutterer2014-06-191-7/+13
* evdev-mt-touchpad-buttons: Switch over to new timer subsystemHans de Goede2014-06-101-75/+20
* s/libinput_pointer_button_state/libinput_button_state/Stephen Chandler Paul2014-06-091-9/+9
* Add our own version of linux/input.hPeter Hutterer2014-06-041-5/+1
* touchpad: Add support for top softbutton areaHans de Goede2014-06-021-15/+230
* touchpad: Rename some variables and functionsHans de Goede2014-06-021-13/+13
* Replace log_bug with per-component bug macrosPeter Hutterer2014-05-301-4/+4
* Change internal timestamps to uint64_t to properly deal with wrappingHans de Goede2014-05-221-11/+11
* touchpad: handle_timeouts: Remove unused return valueHans de Goede2014-05-221-6/+1
* touchpad: softbuttons: Deal with a click arriving before any touchesHans de Goede2014-05-221-20/+37
* touchpad: post_button_events: Remove TOUCHPAD_EVENT_BUTTON_PRESS/RELEASE testHans de Goede2014-05-221-4/+0
* touchpad: Ignore non left clicks on clickpadsHans de Goede2014-05-221-0/+8
* touchpad: Use INPUT_PROP_BUTTONPAD instead of checking for buttonsHans de Goede2014-05-221-16/+18
* touchpad: Rework is_pointer handlingHans de Goede2014-05-221-0/+7
* touchpad: Add clickpad-style software buttonsPeter Hutterer2014-05-221-2/+453
* touchpad: save the active clickfinger buttonPeter Hutterer2014-05-221-9/+13
* touchpad: move button-related code into a separate filePeter Hutterer2014-05-221-0/+145