summaryrefslogtreecommitdiff
path: root/tests/input
AgeCommit message (Expand)AuthorFilesLines
2014-05-01input/synaptics: add a couple of checks for synaptics top softbuttonsHEADmasterPeter 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
2013-04-03synaptics: check for invalid and overlapping button areasPeter Hutterer1-0/+94
2013-02-11Re-vamp XI2 registrationPeter Hutterer2-23/+12
2013-02-04Fixup building on older compilersMaarten Lankhorst1-7/+7
2013-02-04input/synaptics: add xinerama/zaphod-style warp pointer testsPeter Hutterer1-0/+202
2013-01-25input/evdev: add test for touchpad axis labelsPeter Hutterer1-0/+21
2013-01-25Add license blurb to all source filesPeter Hutterer10-0/+240
2013-01-25input/evdev: add evdev touchpad testPeter Hutterer1-0/+48
2013-01-24input/wacom: test for key press/release on button actionsPeter Hutterer1-0/+73
2013-01-24input/wacom: move tip event into helper functionPeter Hutterer1-19/+29
2013-01-24input/wacom: add a bunch of button action property testsPeter Hutterer1-0/+277
2013-01-24input/wacom: grab device for AAD on tests, and set debug logPeter Hutterer1-0/+4
2013-01-17Merge branch 'elographics-axis-inversion-fix'Peter Hutterer1-16/+125
2013-01-17input/evdev: add test for QEMU tabletPeter Hutterer1-0/+159
2013-01-17evdev: add test for axis labellingPeter Hutterer1-0/+110
2013-01-17input/evdev: test for axis swap/inversion on touch events.Peter Hutterer1-0/+261
2013-01-17input/synaptics: always grab the event devicePeter Hutterer1-6/+6
2013-01-17input/evdev: grab event device for all tests with a specific devicePeter Hutterer1-0/+8
2013-01-17input/wacom: fix a few PlayOne callsPeter Hutterer1-7/+7
2013-01-17input/legacy-drivers: add tests for elographics invert x/y bugPeter Hutterer1-1/+98
2013-01-17input/legacy-drivers: move forking for the elographics driver into helperPeter Hutterer1-9/+16
2013-01-17input/legacy-drivers: use XITEvent in elographics testPeter Hutterer1-6/+4
2013-01-17input/legacy-drivers: fix up elographics pipe handlingPeter Hutterer1-3/+10
2013-01-14input/wacom: slot in another class for wacom testsPeter Hutterer1-4/+23
2013-01-08input/evdev: fix up joystick MT testPeter Hutterer1-50/+1
2013-01-07input/evdev: add test for XKB configurationPeter Hutterer1-0/+86
2013-01-07common/helpers: add function to search for a string in a filePeter Hutterer1-12/+2
2013-01-07input/evdev: insert EvdevKeyboardTest classPeter Hutterer1-5/+28
2013-01-03input/evdev: add test for Sony controller with MT axes but no buttonsPeter Hutterer1-0/+67
2013-01-03input/evdev: replace two ASSERT_EQ(.., true) with ASSERT_TRUEPeter Hutterer1-2/+2
2013-01-02Build the static XIT library only oncePeter Hutterer1-8/+8
2013-01-02Build a libxit.la instead of separate compilation for all binariesPeter Hutterer1-15/+14
2013-01-02input/synaptics: test for soft buttons in dead areaPeter Hutterer1-0/+62
2012-12-19input/wacom: add test for tool in proximity at server start timedevelPeter Hutterer1-0/+91
2012-11-02Use VIRTUAL_CORE_POINTER_ID instead of numeric valuePeter Hutterer1-1/+1
2012-10-31common: rename InputDriverTest to XITServerInputTestPeter Hutterer9-31/+31