summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-buttons.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-18touchpad: change offset ints to device_coordsPeter Hutterer1-15/+15
2016-07-14touchpad: reduce middle button size on Dell touchpads to 10mmPeter Hutterer1-3/+21
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer1-2/+90
2016-04-05touchpad: add a middle button software areaPeter Hutterer1-1/+30
2016-04-01touchpad: fix left-handed top software trackpoint buttonsPeter Hutterer1-7/+16
2016-01-20touchpad: constify a couple of helper functionsPeter Hutterer1-9/+18
2015-07-28Change to micro seconds for measuring time internallyJonas Ã…dahl1-4/+4
2015-07-27touchpad: don't check clickfinger distance for three fingersPeter Hutterer1-18/+7
2015-07-27touchpad: don't log a bug for Apple's one-button touchpadsPeter Hutterer1-1/+2
2015-07-24Merge branch 'thumb-detect-improvements'Peter Hutterer1-3/+6
2015-07-24touchpad: only try thumb detection in the lowest 15/8mmPeter Hutterer1-2/+3
2015-07-23Merge branch 'serial-synaptics-cursor-jump'Peter Hutterer1-10/+7
2015-07-22evdev: allow for multiple LIBINPUT_MODEL_* flags per devicePeter Hutterer1-10/+7
2015-07-22Move CASE_RETURN_STRING to libinput-util.hPeter Hutterer1-2/+0
2015-07-22touchpad: ignore thumbs when counting clickfingersPeter Hutterer1-0/+3
2015-07-22touchpad: 4-finger clickfingers are middle button clicksPeter Hutterer1-2/+1
2015-07-21Move CASE_RETURN_STRING to libinput-util.hPeter Hutterer1-2/+0
2015-07-20Code cleanupThomas Hindoe Paaboel Andersen1-1/+0
2015-07-15touchpad: fix typo in commentPeter Hutterer1-1/+1
2015-07-14touchpad: drop fake resolution handlingPeter Hutterer1-40/+9
2015-07-09touchpad: add pressure-based thumb-detectionPeter Hutterer1-0/+3
2015-07-09touchpad: be smarter about clickfinger thumb detectionPeter Hutterer1-10/+38
2015-07-09touchpad: allow edge scrolling on clickpadsPeter Hutterer1-0/+4
2015-07-06touchpad: correct a commentPeter Hutterer1-4/+2
2015-06-26evdev: store the device dimensionsPeter Hutterer1-10/+8
2015-06-25touchpad: fix stuck finger after a clickPeter Hutterer1-1/+1
2015-06-22touchpad: mark ALPS touchpads for middle button emulationPeter Hutterer1-3/+30
2015-06-16COPYING: Update boilerplate from MIT X11 to MIT Expat licensePeter Hutterer1-16/+17
2015-06-16touchpad: set the finger pin distance to 5mm where possiblePeter Hutterer1-6/+13
2015-06-03touchpad: on non-resolution touchpads, use 30% as maximum clickfinger spreadPeter Hutterer1-12/+23
2015-06-03touchpad: impose maximum distance limits on clickfingersPeter Hutterer1-1/+70
2015-06-03touchpad: move clickfinger finger decision into a helper functionPeter Hutterer1-8/+19
2015-06-01Add missing config.h includesJon A. Cruz1-0/+2
2015-05-28Update Red Hat's copyrightPeter Hutterer1-1/+1
2015-05-27touchpad: add helper function to get from tp to the libinput contextPeter Hutterer1-4/+4
2015-05-21Rename MODEL_SYSTEM76_CLEVO to MODEL_CLEVO_W740SUJan Alexander Steffens (heftig)1-1/+1
2015-05-05touchpad: enable clickfinger by default on some System76 laptopsPeter Hutterer1-4/+14
2015-05-04touchpad: enable clickfinger by default on chromebooksPeter Hutterer1-1/+4
2015-04-27touchpad: allow BTN_LEFT in clickfinger mode without touchesPeter Hutterer1-2/+4
2015-04-24touchpad: minor code cleanupPeter Hutterer1-6/+10
2015-04-24touchpad: don't re-use button variablePeter Hutterer1-8/+9
2015-04-24touchpad: indentation and other whitespace fixesPeter Hutterer1-21/+40
2015-04-17touchpad: enable middle button emulation on some touchpadsPeter Hutterer1-0/+4
2015-04-17evdev: add evdev_pointer_notify_physical_buttonPeter Hutterer1-4/+4
2015-03-17touchpad: check for the fake_resolution boolean instead of a res valuePeter Hutterer1-2/+2
2015-03-17touchpad: switch touch point, hysteresis, initial coords to typesafe coordsPeter Hutterer1-7/+7
2015-03-05touchpad: don't warn about clickpads without left buttonsPeter Hutterer1-2/+2
2015-02-23touchpad: Gesture support preparationHans de Goede1-1/+0
2015-02-04touchpad: mark two switch fallthroughs with commentsPeter Hutterer1-0/+2
2015-01-16touchpad: hook up click method configurationPeter Hutterer1-67/+149