udev: factor out device_removed handling
[platform/upstream/libinput.git] / test /
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