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