summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test: print strerror() if uinput device creation failsPeter Hutterer2014-09-171-1/+5
* test: fix a jumping touch movementPeter Hutterer2014-09-171-1/+1
* litest-alps-semi-mt: Fix compiler warningsHans de Goede2014-09-031-2/+2
* touchpad: Only break out of tap FSM for clickpad button pressesJonas Ådahl2014-09-021-5/+80
* test: use the evironment variable for check's verbosityPeter Hutterer2014-09-011-1/+1
* test: fix infinite loop in litest_wait_for_event_of_type()Peter Hutterer2014-09-011-0/+1
* Change calibration into a configuration optionPeter Hutterer2014-09-012-3/+30
* test: add tests for touch calibrationPeter Hutterer2014-09-011-0/+192
* util: add a couple of 3x3 matrix helper functionsPeter Hutterer2014-09-011-0/+78
* test: add a generic single-touch devicePeter Hutterer2014-08-264-0/+92
* test: add helpers to wait for specific eventsPeter Hutterer2014-08-262-0/+48
* Use -no-install instead of -static for local noinst linkingPeter Hutterer2014-08-251-8/+8
* evdev: Release still pressed keys/buttons when removing deviceJonas Ådahl2014-08-182-0/+207
* evdev: Ignore key/button release events if key was never pressedJonas Ådahl2014-08-181-0/+63
* test: Don't fail when events are enabled multiple timesJonas Ådahl2014-08-181-2/+0
* test: Remove test device from context when deletingJonas Ådahl2014-08-181-0/+1
* test: Use only one test device for some udev and path testsJonas Ådahl2014-08-184-23/+54
* test: add a semi-mt Alps test devicePeter Hutterer2014-08-045-9/+279
* test: auto-update for BTN_TOOL_* when using litest_touch_ functionsPeter Hutterer2014-07-236-15/+21
* test/path: Avoid creating ignored test devicesJonas Ådahl2014-07-221-15/+15
* style fix: Remove duplicate empty linesPeter Hutterer2014-07-225-10/+0
* Use an enum to enable/disable tapping configurationPeter Hutterer2014-07-221-16/+44
* test: add test for 3-finger tappingPeter Hutterer2014-07-211-0/+109
* touchpad: always enable palm detection on apple touchpadsPeter Hutterer2014-07-212-7/+15
* test: touchpads are too small for palm if we can't get the dimensionsPeter Hutterer2014-07-211-2/+3
* touchpad: don't init edge palm detection on touchpads less than 8cm acrossPeter Hutterer2014-07-211-0/+28
* touchpad: require a <45 degree movement for a palm to become a touchPeter Hutterer2014-07-211-0/+15
* touchpad: if a palm touch moves out of the edge zone within a timeout, unpalmPeter Hutterer2014-07-211-3/+17
* touchpad: implement edge-based basic palm detectionPeter Hutterer2014-07-211-0/+117
* test: set the abs resolution after creating the devicePeter Hutterer2014-07-211-2/+30
* test: reduce sideways-component in two-finger scroll testPeter Hutterer2014-07-211-6/+4
* test: widen litest to use doubles for scaled variablesPeter Hutterer2014-07-214-15/+18
* test: fix x/y resolution for a test devicePeter Hutterer2014-07-161-2/+2
* test: fix resolution on T440s multitouch axesPeter Hutterer2014-07-161-2/+2
* test: fix a missing finger releasePeter Hutterer2014-07-161-0/+2
* test: Assert libevdev_uinput_write_event() call was successfulJonas Ådahl2014-07-151-1/+2
* configure.ac: Add subdir-objects to AM_INIT_AUTOMAKE paramatersJonas Ådahl2014-07-151-2/+2
* test: fix expected delta from relative motionPeter Hutterer2014-07-091-2/+2
* test: prefix custom test devices with "litest"Peter Hutterer2014-07-044-9/+9
* touchpad: hook up to the tapping configurationPeter Hutterer2014-07-031-0/+54
* Add an enum for configuration return codesPeter Hutterer2014-07-031-0/+23
* test: fix compiler warnings for comparison int vs unsigned intPeter Hutterer2014-07-034-6/+6
* configure: check for -lm through AC_CHECK_LIBPeter Hutterer2014-07-031-1/+1
* Add functions to get the device name, PID and VIDPeter Hutterer2014-07-021-0/+20
* touchpad: disable tapping for fingers exceeding the timeout/motion thresholdPeter Hutterer2014-07-021-0/+81
* test/Makefile.am: Also add LIBUDEV_CFLAGS to AM_CPPFLAGSJonas Ådahl2014-06-281-1/+2
* test: Prefix litest created device names with litestHans de Goede2014-06-252-1/+9
* touchpad: Avoid spurious motion event for scroll movement below thresholdHans de Goede2014-06-251-7/+20
* test: Add touchpad 2 finger scroll testHans de Goede2014-06-251-0/+78
* test: add one more test for two-finger tappingPeter Hutterer2014-06-251-0/+25