test: fix infinite loop in litest_wait_for_event_of_type()
[platform/upstream/libinput.git] / test /
2014-09-01 Peter Hutterertest: fix infinite loop in litest_wait_for_event_of_type()
2014-09-01 Peter HuttererChange calibration into a configuration option
2014-09-01 Peter Hutterertest: add tests for touch calibration
2014-09-01 Peter Huttererutil: add a couple of 3x3 matrix helper functions
2014-08-26 Peter Hutterertest: add a generic single-touch device
2014-08-26 Peter Hutterertest: add helpers to wait for specific events
2014-08-24 Peter HuttererUse -no-install instead of -static for local noinst...
2014-08-18 Jonas Ådahlevdev: Release still pressed keys/buttons when removing...
2014-08-18 Jonas Ådahlevdev: Ignore key/button release events if key was...
2014-08-18 Jonas Ådahltest: Don't fail when events are enabled multiple times
2014-08-18 Jonas Ådahltest: Remove test device from context when deleting
2014-08-18 Jonas Ådahltest: Use only one test device for some udev and path...
2014-08-04 Peter Hutterertest: add a semi-mt Alps test device devel upstream/0.5.0+5+gd1cc842
2014-07-23 Peter Hutterertest: auto-update for BTN_TOOL_* when using litest_touc...
2014-07-22 Jonas Ådahltest/path: Avoid creating ignored test devices
2014-07-21 Peter Huttererstyle fix: Remove duplicate empty lines
2014-07-21 Peter HuttererUse an enum to enable/disable tapping configuration
2014-07-21 Peter Hutterertest: add test for 3-finger tapping
2014-07-21 Peter Hutterertouchpad: always enable palm detection on apple touchpads
2014-07-21 Peter Hutterertest: touchpads are too small for palm if we can't...
2014-07-20 Peter Hutterertouchpad: don't init edge palm detection on touchpads...
2014-07-20 Peter Hutterertouchpad: require a <45 degree movement for a palm...
2014-07-20 Peter Hutterertouchpad: if a palm touch moves out of the edge zone...
2014-07-20 Peter Hutterertouchpad: implement edge-based basic palm detection
2014-07-20 Peter Hutterertest: set the abs resolution after creating the device
2014-07-20 Peter Hutterertest: reduce sideways-component in two-finger scroll...
2014-07-20 Peter Hutterertest: widen litest to use doubles for scaled variables
2014-07-16 Peter Hutterertest: fix x/y resolution for a test device
2014-07-16 Peter Hutterertest: fix resolution on T440s multitouch axes
2014-07-16 Peter Hutterertest: fix a missing finger release
2014-07-15 Jonas Ådahltest: Assert libevdev_uinput_write_event() call was...
2014-07-15 Jonas Ådahlconfigure.ac: Add subdir-objects to AM_INIT_AUTOMAKE...
2014-07-09 Peter Hutterertest: fix expected delta from relative motion
2014-07-03 Peter Hutterertest: prefix custom test devices with "litest"
2014-07-03 Peter Hutterertouchpad: hook up to the tapping configuration
2014-07-03 Peter HuttererAdd an enum for configuration return codes
2014-07-03 Peter Hutterertest: fix compiler warnings for comparison int vs unsig...
2014-07-02 Peter Huttererconfigure: check for -lm through AC_CHECK_LIB
2014-07-01 Peter HuttererAdd functions to get the device name, PID and VID
2014-07-01 Peter Hutterertouchpad: disable tapping for fingers exceeding the...
2014-06-28 Jonas Ådahltest/Makefile.am: Also add LIBUDEV_CFLAGS to AM_CPPFLAGS
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Hans de Goedetest: Prefix litest created device names with litest
2014-06-25 Hans de Goedetouchpad: Avoid spurious motion event for scroll moveme...
2014-06-25 Hans de Goedetest: Add touchpad 2 finger scroll test
2014-06-25 Peter Hutterertest: add one more test for two-finger tapping
2014-06-25 Peter HuttererAdd msleep() helper function
2014-06-25 Peter HuttererMerge branch 'ref-counting-context'
2014-06-25 Jonas Ådahltest: Add context reference counting test
2014-06-25 Jonas ÅdahlMake context reference counted
2014-06-23 Peter HuttererChange the logging system to be per-context
2014-06-23 Peter Huttererudev: split libinput_udev context init into two functions
2014-06-23 Peter Hutterertest: move the interface declaration up
2014-06-23 Peter HuttererRename KEYBOARD_KEY_STATE to KEY_STATE
2014-06-23 Peter HuttererName-space the scroll event types
2014-06-13 Peter Hutterertest: fix a path test
2014-06-12 Peter Hutterertest: add a couple of top software button test
2014-06-12 Peter Hutterertest: Add description for the T440 synaptics touchpad
2014-06-12 Peter Hutterertest: add clickpad software button tests
2014-06-12 Peter Hutterertest: add a bunch of test for click behavior on touchpads
2014-06-12 Peter Hutterertest: add litest_assert_empty_queue helper function
2014-06-10 Peter Hutterertest: use check's strcmp API instead of strcmp
2014-06-10 Peter Hutterertest: drop unused includes for libinput-util.h
2014-06-10 Peter Hutterertest: add --verbose flag to litests
2014-06-10 Peter Hutterertest: drop TEST_CFLAGS
2014-06-10 Peter Hutterertest: silence compiler warning for C++ build test
2014-06-10 Peter Hutterertest: fix compiler warnings for missing field initializers
2014-06-10 Peter Hutterertest: fix compiler warnings for missing prototypes
2014-06-10 Peter Hutterertest: fix compiler warning for is_debugger_attached
2014-06-09 Stephen Chandler... s/libinput_pointer_button_state/libinput_button_state/
2014-06-09 Jonas ÅdahlUse floating point numbers instead of fixed point numbers
2014-06-03 Peter HuttererAdd our own version of linux/input.h
2014-06-03 Peter Hutterertest: fix resolution on all devices
2014-06-03 Peter Hutterertest: fix resolution on Wacom ISDv4 E6 Finger device
2014-06-03 Peter Hutterertest: fix a bunch of "unused variable" warnings
2014-06-03 Peter Hutterertest: use the TEST_CFLAGS for all tests
2014-06-03 Peter Hutterertest: compiler warning fixes
2014-05-30 Peter Hutterertest: disable CK_FORK for the valgrind runs
2014-05-30 Peter Hutterertest: restore log priority after each test
2014-05-29 Jonas Ådahltest: Queue two motion events in pointer event conversi...
2014-05-29 Jonas Ådahltest: Make relative pointer event test more accepting
2014-05-27 Hans de Goedetouchpad: Clear touches being the pointer when doing...
2014-05-22 Peter HuttererMerge branch 'clickpad-improvements-v2' of git://people...
2014-05-22 Hans de Goedetouchpad: Use INPUT_PROP_BUTTONPAD instead of checking...
2014-05-22 Hans de Goedetouchpad: Rework is_pointer handling
2014-05-22 Peter Hutterertouchpad: Add clickpad-style software buttons
2014-04-23 Peter Hutterertest: disable parallel build in test directory
2014-04-23 Peter Hutterertest: fix a couple of memleaks in the tests
2014-04-22 Jonas Ådahltest: Test seat wide button and key count helpers
2014-04-22 Jonas Ådahltest: Add ability to add test devices to existing libin...
2014-04-22 Jonas Ådahltest: Fix test device type validity check
2014-04-22 Jonas Ådahltest: Check that libinput doesn't send double touch...
2014-04-22 Jonas Ådahltest: Test handling of many touch points
2014-04-10 Peter Hutterertest: add tests for event conversion and back
2014-04-10 Peter Hutterertest: automatically run the tests against valgrind...
2014-04-10 Peter Hutterertest: mark the synaptics clickpad as buttonpad
2014-04-10 Peter Hutterertest: fix memleak in touch test
2014-04-09 Jonas Ådahltest: Fix name of litest_button_click() definition
2014-04-08 Jonas Ådahltest: Use generic test device API in touch_abs_transfor...
2014-04-08 Peter Hutterertest: switch the remaining devices to a description...
next