summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-12touchpad: require at least 3 events before enabling trackpoint palm detectionPeter Hutterer2-1/+9
2016-09-07Force the HP Stream 11 touchpad as a clickpadPeter Hutterer2-0/+8
2016-09-07tablet: add touch arbitrationPeter Hutterer7-3/+135
2016-09-07evdev: split resetting to a neutral state outPeter Hutterer1-3/+11
2016-09-07evdev: release current touches when the device is suspendedPeter Hutterer1-6/+33
2016-09-07evdev: don't send frame events if we filtered the touch eventPeter Hutterer1-27/+57
2016-09-07evdev: let the fallback_flush... function decide whether a frame is neededPeter Hutterer1-32/+25
2016-09-07evdev: split out mt event flushingPeter Hutterer1-126/+234
2016-09-02tablet: if a serial comes in late, discard itPeter Hutterer1-7/+18
2016-09-01evdev: add quirk for the HP85810 touchpadPeter Hutterer2-0/+10
2016-09-01evdev: fix handling of click wheel on parsing errorsPeter Hutterer1-1/+1
2016-08-30buildsystem: add missing uninstalled pkg-config infraReynaldo H. Verdejo Pinochet1-0/+10
2016-08-30touchpad: line width fixPeter Hutterer1-2/+8
2016-08-30evdev: recognize and use ID_INPUT_TRACKBALLPeter Hutterer1-3/+7
2016-08-29touchpad: always reset the motion history on finger changesPeter Hutterer1-5/+5
2016-08-26tablet: fix minor coding style issuePeter Hutterer1-1/+2
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