summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad-buttons.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02touchpad: ignore hovering touches for the software button statePeter Hutterer1-1/+1
2017-02-24evdev: standardize log messsagesPeter Hutterer1-17/+12
2017-02-09touchpad: mark the Apple onebutton touchpad as clickfinger-defaultPeter Hutterer1-5/+10
2017-02-08touchpad: expand top middle button to cover 40mm to 60mmPeter Hutterer1-2/+2
2017-01-31evdev: add a wrapper to get the evdev device from a libinput devicePeter Hutterer1-5/+5
2017-01-11touchpad: add a model tag to mark touchpads with visible markerPeter Hutterer1-3/+1
2016-08-11evdev: switch three ints to booleansPeter Hutterer1-1/+1
2016-08-01touchpad: change manual calculations of dimensions to helper functionsPeter Hutterer1-41/+40
2016-07-20touchpad: change clickfinger check distance function to a boolPeter Hutterer1-7/+7
2016-07-20Switch a bunch of internal functions from int to boolPeter Hutterer1-1/+1
2016-07-20Change a few functions that only ever returned 0 to voidsPeter Hutterer1-10/+4
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