summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-25buildsystem: add missing uninstalled pkg-config infrauninstalledReynaldo H. Verdejo Pinochet2-0/+11
2016-08-23touchpad: reset the edge scroll state on touch up if edge scroll is disabledPeter Hutterer2-0/+11
2016-08-22Read the horizontal wheel click angle property if availablePeter Hutterer6-27/+57
2016-08-19touchpad: on a non-clickpad, reset the motion history on nfingers changePeter Hutterer1-2/+5
2016-08-18doc: fix wrong argument to udevadm hwdbPeter Hutterer1-1/+1
2016-08-15test: implement tests for configurable tap button mappingsPeter Hutterer2-15/+206
2016-08-15touchpad: implement configurable button mapping for tappingPeter Hutterer3-8/+50
2016-08-15Add configurable button map to tappingsPeter Hutterer7-0/+173
2016-08-15doc: split middle button emulation into a separate pagePeter Hutterer4-16/+43
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-09Merge branch 'wip/litest-serial-parallel-v3'Peter Hutterer21-372/+401
2016-08-09doc: add build instructionsPeter Hutterer4-9/+82
2016-08-05doc: add some info about configuring devices in wayland/xorgPeter Hutterer1-0/+46
2016-08-05gestures: reduce the 2fg scroll timeout to 150msPeter Hutterer1-1/+1
2016-08-05touchpad: ignore modifier key combos for dwtPeter Hutterer3-6/+196
2016-08-04test: add dwt modifier/fkey test casesPeter Hutterer1-0/+82
2016-08-03udev: check wacom devices for a paired product idPeter Hutterer3-3/+89
2016-08-02Include config.h from libinput-util.hPeter Hutterer1-0/+2
2016-08-02test: just use litest_add_device if we don't have overridesPeter Hutterer1-6/+1
2016-08-02evdev: fix typo "device device"Peter Hutterer1-3/+3
2016-08-02test: if we're in a debugger, use single-fork mode onlyPeter Hutterer2-36/+38
2016-08-02test: if a filter is specified, don't parallelize jobs by defaultPeter Hutterer1-0/+16
2016-08-02test: split the tap tests into more tap groupsPeter Hutterer1-43/+43
2016-08-02test: remove NOTPARALLELPeter Hutterer1-2/+0
2016-08-02test: add a make-like job control to run tests in parallelPeter Hutterer2-27/+119
2016-08-02test: drop the sysname comparison in the device add/remove testPeter Hutterer1-7/+1
2016-08-02Revert "test: create a lock file to avoid parallel udev reloads during device...Peter Hutterer2-66/+0
2016-08-02test: restore the hwdb/udev rules on SIGINTPeter Hutterer1-0/+6
2016-08-02test: make sure we remove all udev rules when we SIGINT the testPeter Hutterer1-1/+34
2016-08-02test: only init the device rules oncePeter Hutterer2-67/+23
2016-08-02test: merge all tests into a single binaryPeter Hutterer20-109/+78
2016-08-01test: store created udev rules in a list for easier deletionPeter Hutterer1-25/+54
2016-08-01test: make the valgrind test an actual dependency of the test runPeter Hutterer1-1/+1
2016-08-01touchpad: use the udev ID_INPUT_TOUCHPAD_INTEGRATION property if availablePeter Hutterer1-0/+18
2016-08-01doc: add links to the two debugging tools as examplesPeter Hutterer1-0/+17
2016-08-01test: make the interfaces staticPeter Hutterer4-4/+4
2016-08-01test: namespace the bitfield helper testsPeter Hutterer1-1/+1