Remove old touchpad code
[platform/upstream/libinput.git] / 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...
2014-04-08 Peter Hutterertest: allow partial overriding the test devices
2014-04-08 Peter Hutterertest: allow for description-based test devices
2014-04-08 Peter Hutterertest: if no teardown func is set, use the default
2014-04-08 Peter Hutterertest: add litest helper functions for creating uinput...
2014-03-28 Jonas Ådahltest: Add include from C++ build test
2014-03-28 Jonas Ådahltest/Makefile.am: Use $(GCC_CFLAGS) from configure.ac
2014-03-26 Peter Hutterertest: plug a couple of memory leaks
2014-03-25 Peter Hutterertest: add framework for a single-touch synaptics device
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-24 Peter Hutterertest: add a couple of touchpad tests
2014-03-24 Peter Hutterertest: make sure BTN_TOOL_FINGER and BTN_TOUCH are down
2014-03-24 Peter Hutterertest: fix keyboard capabilities
2014-03-24 Peter Hutterertouchpad: add support for clickfingers
2014-02-26 Jonas ÅdahlSplit up the touch event into the different touch types
2014-02-25 Peter HuttererMerge branch 'libevdev'
2014-02-20 Jonas Ådahltest: Add scale li_fixed overflow test
2014-02-20 Jonas Ådahltest: Fix touch_down in wacom touch test device
2014-02-18 Peter HuttererAdd a customizable log handler
2014-02-10 Jonas ÅdahlMake it possible to have persistent libinput_seat instances
2014-02-10 Peter Hutterertest: Add tests for adding/removing devices
2014-02-10 Peter Huttererudev: rename create_from_udev to udev_create_for_seat
2014-02-10 Peter Huttererpath: add libinput_path_create_context instead of libin...
2014-02-10 Peter Huttererpath: add libinput_path_add_device() and libinput_path_...
2014-02-05 Peter HuttererMove opening and closing the device fd into evdev.c
2014-02-05 Peter Hutterertest: plug a memory leak, all events need to be destroyed
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
2014-01-31 Peter Hutterertest: don't leak open/closed counts into the next test
2014-01-31 Peter Hutterertest: Make sure the sysname of a device is correct
2014-01-22 Peter Hutterertest: add a simple touch test
2014-01-22 Peter Hutterertest: add basic pointer motion and button test
2014-01-22 Peter Hutterertest: add a wacom touch devices (absolute touchscreen)
2014-01-22 Peter Hutterertest: Add a basic mouse test device
2014-01-22 Peter Hutterertest: Add a common helper function to drain all current...
2014-01-21 Peter HuttererImprove namespacing of event types
2014-01-21 Peter HuttererAdd a generic libinput_event_get_device() function
2014-01-17 Peter HuttererSplit seats into having a physical and a logical name
2014-01-17 Peter HuttererDrop seat events
2014-01-15 Jonas Ådahltest: Remove short option and fail on invalid options
2014-01-15 Jonas Ådahltest: Add udev suspend->resume test
2014-01-15 Jonas Ådahltest: Fix optstring in getopt_long call
2014-01-15 Peter Hutterertest: udev suspend tests
2014-01-15 Peter Hutterertest: path suspend tests
2014-01-15 Peter Hutterertest: add tests for libinput_create_from_path
2014-01-15 Peter Hutterertest: add a couple of tests for the udev-seat backend
2014-01-15 Peter HuttererAdd a device test suite
2014-01-15 Peter Hutterertest: add test for minimal linker flags
2014-01-15 Peter Hutterertest: add a build-test for -pedantic
2014-01-10 Peter HuttererAdd the framework for a test suite