Change axis events to carry all directions
[platform/upstream/libinput.git] / test / litest.c
2015-01-13 Peter HuttererChange axis events to carry all directions
2014-12-23 Peter Hutterertest: add helper function for checking for a specific...
2014-12-11 Peter Hutterertest: print axis event information for debugging too
2014-12-11 Peter Hutterertest: print the string of the event type
2014-12-05 Jonas Ådahltest: Don't send two motion events when button scrolling
2014-11-11 Hans de Goedetest: Add litest_button_scroll helper function
2014-11-11 Peter Hutterertest: rename a parameter to litest_assert_scroll()
2014-11-10 Peter Hutterertest: add VMWare Virtual USB Mouse device
2014-11-10 Peter Hutterertest: add Xen Virtual Pointer device
2014-11-10 Peter Hutterertest: add QEMU tablet as test device
2014-11-10 Peter Hutterertest: fix coding style
2014-11-07 Peter HuttererMerge branch 'for-peter' of git://people.freedesktop...
2014-11-06 Hans de Goedelitest: Add a sleep_ms parameter to litest_touch_move_to
2014-11-06 Peter Hutterertest: pass an enum for the axis instead of uint
2014-09-23 Peter Hutterertest: add litest_push/pop_event_frame() helpers
2014-09-23 Peter Hutterertest: add helper functions for the two timers we care...
2014-09-19 Hans de Goedelitest: Add litest_assert_scroll() helper function
2014-09-18 Peter Hutterertest: wait for events in litest_assert_button_events
2014-09-18 Peter Hutterertest: move assert_button_event to litest proper
2014-09-18 Peter Hutterertest: add litest_add_device()
2014-09-18 Peter Hutterertest: avoid erroneous devices to be passed into the...
2014-09-17 Peter Hutterertest: print strerror() if uinput device creation fails
2014-09-01 Peter Hutterertest: use the evironment variable for check's verbosity
2014-09-01 Peter Hutterertest: fix infinite loop in litest_wait_for_event_of_type()
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-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-21 Peter Huttererstyle fix: Remove duplicate empty lines
2014-07-20 Peter Hutterertest: set the abs resolution after creating the device
2014-07-20 Peter Hutterertest: widen litest to use doubles for scaled variables
2014-07-15 Jonas Ådahltest: Assert libevdev_uinput_write_event() call was...
2014-07-03 Peter Hutterertest: fix compiler warnings for comparison int vs unsig...
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 Peter HuttererMerge branch 'ref-counting-context'
2014-06-25 Jonas ÅdahlMake context reference counted
2014-06-23 Peter HuttererChange the logging system to be per-context
2014-06-23 Peter Hutterertest: move the interface declaration up
2014-06-12 Peter Hutterertest: Add description for the T440 synaptics touchpad
2014-06-12 Peter Hutterertest: add litest_assert_empty_queue helper function
2014-06-10 Peter Hutterertest: add --verbose flag to litests
2014-06-10 Peter Hutterertest: fix compiler warning for is_debugger_attached
2014-06-03 Peter HuttererAdd our own version of linux/input.h
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-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: 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-25 Peter Hutterertest: add framework for a single-touch synaptics device
2014-02-25 Peter HuttererMerge branch 'libevdev'
2014-02-20 Jonas Ådahltest: Add scale li_fixed overflow test
2014-02-10 Peter Huttererpath: add libinput_path_create_context instead of libin...
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
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-15 Jonas Ådahltest: Remove short option and fail on invalid options
2014-01-15 Jonas Ådahltest: Fix optstring in getopt_long call
2014-01-15 Peter HuttererAdd a device test suite