summaryrefslogtreecommitdiff
path: root/tests/input
AgeCommit message (Expand)AuthorFilesLines
2020-12-20Remove no longer used HAVE_CONFIG_HPovilas Kanapickas1-3/+0
2020-12-17tests: Remove input driver testsPovilas Kanapickas10-6230/+0
2020-12-14Fix the include path for wacom-properties.hPeter Hutterer3-3/+3
2020-12-14Fix the include path for xserver-properties.hPeter Hutterer2-2/+2
2020-12-03Remove autotools build supportPovilas Kanapickas1-36/+0
2020-11-30Assume XI 2.2 and XI 2.3 are availablePeter Hutterer2-8/+0
2020-11-26tests: fix two compiler warnings about ambiguous if/elsePeter Hutterer2-4/+5
2020-11-26evdev: add fake MT device testsPeter Hutterer1-0/+89
2020-11-26evdev: silence a few compiler warningsPeter Hutterer1-8/+8
2020-11-13Use std::unique_ptr instead of deprecated std::auto_ptrPovilas Kanapickas3-6/+5
2020-11-13Use tuple from C++11 instead of from TR1Povilas Kanapickas1-8/+8
2014-08-15input/evdev: add a test for devices with scroll only, and abs + rel scrollPeter Hutterer2-1/+271
2014-08-14input/evdev: add check for Xen Virtual Pointer initializationPeter Hutterer1-0/+94
2014-08-12input/synaptics: use an ASSERT_PROPERTY to bail if the prop is missingPeter Hutterer1-1/+1
2014-05-08input: switch kbd and wacom to use the new WaitForDevice callPeter Hutterer2-12/+12
2014-05-08evdev: RHEL6 now has smooth scrolling in the driverPeter Hutterer1-17/+0
2014-05-08evdev: use the new WaitForDevice() callPeter Hutterer1-1/+1
2014-05-08evdev: add test for REL_DIAL → horizontal scrollingPeter Hutterer1-0/+34
2014-05-08wacom: drop some now-unused functionsPeter Hutterer1-40/+0
2014-05-08wacom: drop Hierarchy event mask selectionPeter Hutterer1-18/+0
2014-05-08wacom: modernize a few tests with the common helper functionsPeter Hutterer1-108/+53
2014-05-08wacom: replace some XPending with NoEventPendingPeter Hutterer1-5/+5
2014-05-08wacom: wait long enough for a device to appearPeter Hutterer1-1/+4
2014-05-08kbd: split DeviceExists tests into a base classPeter Hutterer1-28/+29
2014-05-08kbd: use some of the newer wrappers to handle key eventsPeter Hutterer1-10/+6
2014-05-08kbd: just wait for the device instead of the guesswork with the atomPeter Hutterer1-5/+1
2014-05-08kbd: replace a 1 with true for a boolean argPeter Hutterer1-2/+2
2014-05-08synaptics: RHEL now enables smooth scrolling in synapticsPeter Hutterer1-7/+0
2014-05-08evdev: check for exceeding MAXDEVICES and duplicate devicesPeter Hutterer1-0/+56
2014-05-08evdev: extend wait for devicePeter Hutterer1-1/+1
2014-05-08synaptics: silence signed vs unsigned warningsPeter Hutterer1-37/+37
2014-05-08evdev: harden for "may be used uninitialized"Peter Hutterer1-2/+6
2014-05-08evdev: harden the code for invalid device IDsPeter Hutterer1-11/+21
2014-05-08evdev: don't loop through a null info listPeter Hutterer1-1/+1
2014-05-08input/legacy: elographics doesn't have InvertX/Y on RHEL6Peter Hutterer1-0/+2
2014-05-01input/synaptics: add a couple of checks for synaptics top softbuttonsPeter Hutterer1-0/+235
2014-05-01input/synaptics: Switch some tests to use ASSERT_PROPPeter Hutterer1-96/+47
2014-05-01input/synaptics: fix up clickfinger 3 distance testPeter Hutterer1-6/+6
2014-01-17input/synaptics: add tests for scroll buttonsPeter Hutterer1-0/+121
2013-12-16input/synaptics: test for clickfingerPeter Hutterer1-0/+160
2013-06-27evdev: add test for disallowing a 0 wheel inertiaPeter Hutterer1-0/+19
2013-04-29input/evdev: test for XI_TRACKBALL labellingPeter Hutterer1-0/+41
2013-04-29input/evdev: add test for MT device without ABS_XPeter Hutterer1-0/+38
2013-04-26input/wacom: fix comments, quadrants were labelled wronglyPeter Hutterer1-4/+4
2013-04-03input/wacom: reduce the number of events in input matrix testPeter Hutterer1-18/+16
2013-04-03input/wacom: remove unneded event flushing loopsPeter Hutterer1-5/+2
2013-04-03input/wacom: get axis range from device instead of hardcoding itPeter Hutterer1-7/+10
2013-04-03input/wacom: disable hovering testPeter Hutterer1-1/+4
2013-04-03input/wacom: disable superfluous event loopPeter Hutterer1-3/+0
2013-04-03input/wacom: drop redundant XIQueryVersion testPeter Hutterer1-4/+0