summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-25buildsystem: add missing uninstalled pkg-config infrauninstalledReynaldo H. Verdejo Pinochet1-0/+10
2016-08-23touchpad: reset the edge scroll state on touch up if edge scroll is disabledPeter Hutterer1-0/+3
2016-08-22Read the horizontal wheel click angle property if availablePeter Hutterer4-23/+49
2016-08-19touchpad: on a non-clickpad, reset the motion history on nfingers changePeter Hutterer1-2/+5
2016-08-15touchpad: implement configurable button mapping for tappingPeter Hutterer3-8/+50
2016-08-15Add configurable button map to tappingsPeter Hutterer5-0/+151
2016-08-15doc: split middle button emulation into a separate pagePeter Hutterer1-16/+7
2016-08-11evdev: rename all fallback-specific functions to a fallback_ prefixPeter Hutterer1-66/+66
2016-08-11evdev: pass the dispatch interface aroundPeter Hutterer1-36/+38
2016-08-11evdev: move the abs point into the fallback dispatchPeter Hutterer2-15/+27
2016-08-11evdev: switch three ints to booleansPeter Hutterer4-15/+16
2016-08-11evdev: reshuffle the evdev_device struct fieldsPeter Hutterer1-14/+10
2016-08-11evdev: split evdev_dispatch and fallback_dispatch into separate entitiesPeter Hutterer4-44/+58
2016-08-11evdev: move the keyboard mask into the fallback dispatchPeter Hutterer2-27/+31
2016-08-11evdev: move pending_event to the evdev_dispatch structPeter Hutterer2-24/+31
2016-08-11evdev: move the relative deltas for normal devices to the fallback dispatchPeter Hutterer2-16/+24
2016-08-11evdev: move the mt struct into the evdev dispatch structPeter Hutterer2-40/+49
2016-08-11evdev: move axis dimension handling into a single helper functionPeter Hutterer1-21/+23
2016-08-11evdev: split out slot initPeter Hutterer1-58/+73
2016-08-11evdev: return the dispatch method from evdev_configure_devicePeter Hutterer1-24/+19
2016-08-11evdev: move the fallback dispatch creation to evdev_configure_devicePeter Hutterer1-3/+2
2016-08-05gestures: reduce the 2fg scroll timeout to 150msPeter Hutterer1-1/+1
2016-08-05touchpad: ignore modifier key combos for dwtPeter Hutterer2-6/+30
2016-08-02Include config.h from libinput-util.hPeter Hutterer1-0/+2
2016-08-02evdev: fix typo "device device"Peter Hutterer1-3/+3
2016-08-01touchpad: use the udev ID_INPUT_TOUCHPAD_INTEGRATION property if availablePeter Hutterer1-0/+18
2016-08-01touchpad: change manual calculations of dimensions to helper functionsPeter Hutterer3-60/+71
2016-08-01evdev: add helper functions to convert between units and mmPeter Hutterer2-0/+61
2016-07-22evdev: prefix "tablet unknown to libwacom" error with the device namePeter Hutterer1-1/+3
2016-07-20touchpad: change the sanity check function to a boolPeter Hutterer1-7/+7
2016-07-20touchpad: change palm detection trigger functions to boolsPeter Hutterer1-13/+15
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 Hutterer9-74/+74
2016-07-20Change a few functions that only ever returned 0 to voidsPeter Hutterer9-105/+52
2016-07-19evdev_device_suspend() is a void functionPeter Hutterer2-4/+2
2016-07-19touchpad: whitespace fixPeter Hutterer1-1/+1
2016-07-18touchpad: change offset ints to device_coordsPeter Hutterer1-15/+15
2016-07-18evdev: constify evdev_device_get_sizePeter Hutterer2-2/+2
2016-07-15touchpad: don't init a horizontal scroll area on touchpads <50mm highPeter Hutterer1-1/+17
2016-07-14touchpad: reduce middle button size on Dell touchpads to 10mmPeter Hutterer3-3/+23
2016-07-13touchpad: drop unused argument diagonal from tp_init_accelPeter Hutterer1-4/+2
2016-07-13tablet: catch potential segfault if the filter fails to allocatePeter Hutterer1-0/+2
2016-07-13Fix some indentation issuesPeter Hutterer1-5/+5
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer2-15/+0
2016-07-11Fix and improve mode group documentationPeter Hutterer1-18/+29
2016-07-04Merge branch 'wip/tablet-pad-modes-v3'Peter Hutterer10-151/+952
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer6-5/+111
2016-07-04evdev: return the desired middle button emulation statePeter Hutterer1-1/+1
2016-07-04touchpad: unify internal/external touchpad taggingPeter Hutterer3-20/+55
2016-07-04gestures: make the gesture movement threshold depending on finger countPeter Hutterer1-3/+6