summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-06-29fallback: cancel the debounce timers during device remove, not destroyPeter Hutterer1-0/+54
2018-06-26test: parse arguments before any other stuffPeter Hutterer1-8/+8
2018-06-26touchpad: don't disable tapping on MT_TOOL_PALMPeter Hutterer1-0/+43
2018-06-26test: add a libinput-test runner for 'deviceless' testsPeter Hutterer5-89/+182
2018-06-25test: switch the global device list to a struct listPeter Hutterer2-53/+45
2018-06-25test: fix indentation in litest-int.hPeter Hutterer1-25/+25
2018-06-25test: quirks: init value to avoid valgrind errorsPeter Hutterer1-4/+4
2018-06-25test: if we never installed any udev files, we don't need to reloadPeter Hutterer1-1/+5
2018-06-25test: init test quirks in /tmp, not /runPeter Hutterer1-1/+1
2018-06-22test: don't require a device for quirks parsing testsPeter Hutterer1-34/+34
2018-06-21test: skip the test-suite runner based on SKIP_LIBINPUT_TEST_SUITE_RUNNERPeter Hutterer1-0/+3
2018-06-21test: fix zalloc max size testsPeter Hutterer1-2/+2
2018-06-20util: abort if we try to allocate more than a MBPeter Hutterer1-0/+15
2018-06-19test: remove a compiler warningPeter Hutterer1-1/+1
2018-06-18test: pass the open mode to open(O_CREAT)Peter Hutterer1-1/+1
2018-06-18Drop the udev hwdb model quirksPeter Hutterer1-10/+0
2018-06-18quirks: add MatchVersion in addition to VID/PIDPeter Hutterer1-0/+63
2018-06-14test: fix a test device section namePeter Hutterer1-1/+1
2018-06-14test: fix the input_id struct for the ALPS touchpadPeter Hutterer1-1/+2
2018-06-11Merge branch 'wip/config-files'Peter Hutterer17-173/+1327
2018-06-11util: abort for a negative zalloc() sizePeter Hutterer1-0/+10
2018-06-11util: add null string test handling to strv_joinPeter Hutterer1-0/+3
2018-06-08Switch from udev property parsing to the quirks systemPeter Hutterer11-85/+63
2018-06-08test: switch the udev tag tests to be quirk testsPeter Hutterer2-85/+83
2018-06-08test: init the quirks once per test suite runPeter Hutterer2-0/+30
2018-06-08test: install per-test device quirks filesPeter Hutterer2-0/+87
2018-06-08quirks: allow for in-line commentsPeter Hutterer1-0/+64
2018-06-08Implement a quirks system to replace the udev property parsingPeter Hutterer1-0/+809
2018-06-08util: add a safe_atou() as unsigned equivalent to safe_atoi()Peter Hutterer1-0/+115
2018-06-08util: add a list_append()Peter Hutterer1-0/+64
2018-06-08test: remove created directories tooPeter Hutterer1-0/+2
2018-06-08test: make litest_copy_file copy normal files tooPeter Hutterer1-3/+10
2018-05-31udev: drop the JUMPING_SEMI_MT quirk, no-one uses itPeter Hutterer1-10/+0
2018-05-30tablet: increase the proximity timeout during test runsPeter Hutterer1-1/+1
2018-05-25test: fix udev prop test for apple touchpadsPeter Hutterer1-2/+2
2018-05-25test: fix udev rule for the gpio keys test devicePeter Hutterer1-1/+1
2018-05-21Revert "touchpad: allow custom profiles on touchpads"Peter Hutterer1-29/+23
2018-05-18test: fix the udev rule for the HP WMI hotkeys devicePeter Hutterer1-1/+1
2018-05-18test: mark the thinkpad extrabuttons device as ID_INPUT_SWITCHPeter Hutterer1-0/+10
2018-05-18touchpad: remember the suspend reasonPeter Hutterer2-0/+353
2018-05-16test: assume Wacom devices are external touchpadsPeter Hutterer1-0/+3
2018-05-10touchpad: fix tapping that happens after a moving thumbFriedrich Schöller1-0/+40
2018-05-03test: don't use ck_assert_ptr_nullPeter Hutterer1-1/+1
2018-05-03util: add a strv_join() helper functionPeter Hutterer1-0/+38
2018-05-02Merge branch 'wip/custom-pointer-acceleration-function-v2'Peter Hutterer2-23/+82
2018-05-01Add libinput_device_touch_get_touch_count()Peter Hutterer1-0/+43
2018-04-30util: allow for palm pressure > 255Peter Hutterer1-2/+1
2018-04-27touchpad: fix the trackpoint event counter for the T460sPeter Hutterer1-0/+30
2018-04-26touchpad: allow custom profiles on touchpadsPeter Hutterer1-23/+29
2018-04-26util: add a helper function to split a key-value pair stringPeter Hutterer1-0/+53