CI: use templates for Ubuntu
[platform/upstream/libinput.git] / test /
2019-03-28 Peter Hutterertest: add another valgrind suppression for Python
2019-03-25 Peter HuttererFix three coverity complaints
2019-03-22 Peter Hutterertest: mark the protocol A device as touch device
2019-03-22 Peter Hutterertest: switch the protocol A test device to be an actual...
2019-03-22 Peter Hutterertest: let the device custom create method return a...
2019-03-22 Peter Hutterertest: don't install our normal rules file in installed...
2019-03-18 Paolo Giangranditouchpad: multitap state transitions use the same timin...
2019-03-14 Peter Hutterertest: make the test suite runner available as installed...
2019-03-14 Peter Hutterertest: add an option to skip installing our quirks into...
2019-03-14 Peter Hutterertools: move the builddir lookup function out to a separ...
2019-03-14 Peter Hutterertest: split out the unit tests into a separate test...
2019-03-14 Peter Hutterertest: move the double assert macros to a separate header
2019-03-14 Peter Hutterertest: split the library version test out
2019-03-14 Peter Hutterertest: split up the quirks installations
2019-03-14 Peter Hutterertest: install the test device udev rule from a string
2019-03-14 Peter Hutterertest: split the test-specific #defines out
2019-03-14 Peter Hutterertest: add --help to the test suite runner
2019-03-12 Peter Hutterertest: clip the exit code to 255
2019-03-12 Peter Hutterertest: minor warning message change
2019-02-19 Henré BothaReduce button scroll timeout to 38ms
2019-02-14 Peter Hutterertest: replace != NULL checks with ck_assert_notnull
2019-02-14 Peter Hutterertest: check for a non-null libinput in the new udev_cre...
2019-02-14 Peter Hutterertest: remove unreachable code
2019-02-13 Peter Hutterertest: add another helper to discard specific events
2019-02-13 Peter Hutterertest: skip the tablet pressure test if we don't have...
2019-02-13 Peter Hutterertest: fix the tablet relative delta test
2019-02-13 Peter Hutterertest: fix the tablet motion test
2019-02-13 Peter Hutterertest: set LITEST_HOVER for all tests that require the...
2019-02-13 Peter Hutterertest: mark all current tablets as having a hover feature
2019-02-13 Peter Hutterertest: make litest robust for ABS_MT_POSITION_X-only...
2019-02-13 Peter Hutterertest: remove hwdb leftovers
2019-02-11 Peter Huttererfallback: cancel the arbitration timer on device remove
2019-02-11 Peter HuttererAdd a bit() macro
2019-02-11 Peter Huttererpath: limit path device nodes to PATH_MAX characters
2019-02-11 Peter Huttererudev: restrict the seat ID to 256 characters
2019-02-03 Peter Hutterertest: up the ratelimit tests to 1000ms
2019-01-31 Peter Hutterertablet: add tilt-based touch arbitration for screen...
2019-01-31 Peter Hutterertest: add a LITEST_DIRECT feature for the wacom cintiqs
2019-01-31 Peter Huttererfallback: add timer-based touch arbitration
2019-01-31 Peter Hutterertouchpad: release all button presses on device suspend
2019-01-31 Peter Hutterertest: add a test for normal touchpad button presses
2019-01-31 Peter Huttererevdev: cancel the middle button timer on device removed
2019-01-31 Peter Hutterertest: add an additional final libinput_dispatch()
2019-01-31 Peter Huttererfallback: when force-releasing keys, release them directly
2019-01-31 Peter Huttererevdev: cancel the button scroll timer on device removed
2019-01-29 Furkan Tokactest: Missing test cases for palm detection based on...
2019-01-18 Peter Hutterertest: run the 'keep ignoring' arbitration tests on...
2019-01-18 Peter Hutterertest: automate the tablet pairing for the arbitration...
2019-01-18 Peter Hutterertest: store the device type in the test device struct
2019-01-18 Peter Hutterertest: fetch the is-touchpad in arbitration tests from...
2019-01-18 Peter Hutterertest: don't enable tapping for the touch arbitration...
2019-01-18 Peter Hutterertest: clarify a confusing comment
2019-01-04 Peter Hutterertest: add test devices for the Cintiq Pro 16
2018-11-07 Peter Hutterertools: add a test for tool option parsing
2018-11-05 Peter Hutterertest: fix a clang warning
2018-10-29 Peter Huttererquirks: add the ability to disable custom event codes...
2018-10-21 Peter Hutterertest: move the custom parser test structs into the...
2018-10-21 Peter HuttererRemove obsolete HAVE_CONFIG_H check
2018-10-19 Peter Huttererquirks: disable debouncing on the VMware Virtual mice
2018-10-15 Peter Hutterertest: add tablet-mode suspend/resume keyboard and touch...
2018-10-15 Peter Hutterertouchpad: handle a touch ending and restarting in the...
2018-10-04 Peter Hutterertouchpad: avoid motion events when moving one finger...
2018-10-03 Peter Hutterertouchpad: if two fingers are within the lower thumb...
2018-10-02 Peter Hutterertouchpad: ignore motion speed for hovering touches
2018-09-27 Peter Huttererfallback: cancel touches, don't just release them when...
2018-09-14 Peter Hutterertest: drop a condition from the safe_atou test
2018-09-10 Peter Huttererudev: re-instate the model-quirks callout
2018-09-06 Peter Hutterertablet: on tip down/up, force the delta to zero
2018-09-05 Peter Hutterertablet: always set the changed axis bits if the coordin...
2018-08-28 Peter Hutterertest: abort when we detect a touch jump during the...
2018-08-28 Peter Hutterertest: drop the sleep_ms argument
2018-08-28 Peter Hutterertest: force 10ms intervals for touch moves, unless...
2018-08-28 Peter Hutterertest: change a few tests to use 10ms intervals
2018-08-28 Peter Hutterertest: make the touchpad jump test more robust for timin...
2018-08-28 Peter Hutterertest: don't run the 2fg pressure tap test on single...
2018-08-28 Peter Hutterertest: fix the late tripletap test
2018-08-28 Peter Hutterertest: fix a touchpad test using the wrong coordinates
2018-08-27 Peter Hutterertest: fix pad_button_ignored test to not trigger the...
2018-08-27 Peter Hutterertest: rename the diagonal scroll test for more clarity
2018-08-27 Peter Hutterertest: fix a DWT test, only worked because of timing...
2018-08-27 Peter Hutterertest: drop two erroneous checks in the dwt tests
2018-08-27 Peter Hutterertest: don't use move_to for a single-step movement
2018-08-27 Peter Hutterertest: re-use code in litest_touch_move_to()
2018-08-20 Peter Hutterertouchpad: improve pointer jump detection
2018-08-13 Peter Hutterertest: when testing for a touch sequence, assert it...
2018-08-13 Peter Hutterertouchpad: if a finger in the button area moves by more...
2018-08-13 Peter Huttererquirks: don't allow single quotes for values
2018-08-13 Peter Hutterertests: more tests for quirks handling
2018-08-13 Peter Hutterertest: add tests for successful/failing parsing of vario...
2018-08-13 Peter Hutterertest: fix quirks test for invalid bus type matches
2018-08-13 Peter Huttererutil: tighten safe_atod parsing to only parse 'normal...
2018-08-13 Peter Huttererutil: fail property parsing if the dimensions are 0
2018-08-13 Peter Hutterertest: replace hand-rolled backtrace function with gstack
2018-08-13 Peter Hutterertest: remove the deviceless test runner, make it a...
2018-08-13 Peter Hutterertest: switch two ints to bools
2018-08-09 Peter Hutterertest: ensure we write something during litest_sendfile
2018-08-09 Peter Hutterertest: remove an obsolete comment
2018-08-08 Matt Mayfieldtest: touchpad: add tests for 90 degree scroll (axis...
2018-08-07 Peter Hutterertest: add a 10ms delay for scrolling tests
2018-08-07 Peter Hutterertest: touchpad: swap an int for a bool
next