summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Document the LIBINPUT_EVENT_NONE event typeJonas Ådahl2014-01-261-0/+5
* Allow initial device configuration after receiving DEVICE_ADDED eventJonas Ådahl2014-01-251-0/+14
* Fix some coding style inconsistenciesJonas Ådahl2014-01-252-16/+16
* evdev: Make evdev manage its seat referenceJonas Ådahl2014-01-223-20/+13
* Remove redundant device pointer from device notify eventJonas Ådahl2014-01-221-9/+0
* Simplify device reference counting of eventsJonas Ådahl2014-01-221-30/+2
* evdev: Make error handling more consistentJonas Ådahl2014-01-221-2/+1
* test: add a simple touch testPeter Hutterer2014-01-222-1/+76
* test: add basic pointer motion and button testPeter Hutterer2014-01-222-1/+199
* test: add a wacom touch devices (absolute touchscreen)Peter Hutterer2014-01-224-0/+154
* test: Add a basic mouse test devicePeter Hutterer2014-01-224-0/+80
* test: Add a common helper function to drain all current eventsPeter Hutterer2014-01-222-0/+13
* evdev: don't ignore scroll events with a value greater than 1/-1Peter Hutterer2014-01-221-14/+5
* path: get ID_SEAT and WL_SEAT from udev for the device nodePeter Hutterer2014-01-222-14/+32
* Drop event classesPeter Hutterer2014-01-221-42/+20
* Promote touch frames to top-level eventsPeter Hutterer2014-01-224-5/+78
* Provide accessors to retrieve the right event typePeter Hutterer2014-01-222-0/+130
* Add documentation for the various eventsPeter Hutterer2014-01-221-9/+160
* zalloc all events to make sure we have defined defaultsPeter Hutterer2014-01-221-8/+8
* Reduce touch events to a single event typePeter Hutterer2014-01-222-24/+24
* Reduce pointer events to one single typePeter Hutterer2014-01-222-105/+52
* Reduce keyboard events to one single typePeter Hutterer2014-01-222-16/+16
* Improve namespacing of event typesPeter Hutterer2014-01-214-11/+11
* Merge the device added/removed events into a single device notify eventPeter Hutterer2014-01-212-12/+6
* Drop libinput_event_get_target()Peter Hutterer2014-01-212-40/+7
* Add a generic libinput_event_get_device() functionPeter Hutterer2014-01-214-41/+28
* Split seats into having a physical and a logical namePeter Hutterer2014-01-177-18/+80
* Drop seat eventsPeter Hutterer2014-01-177-198/+18
* Add libinput_event_get_context()Peter Hutterer2014-01-162-2/+22
* udev: Drop unused seat_name in struct udev_seatPeter Hutterer2014-01-161-1/+0
* test: Remove short option and fail on invalid optionsJonas Ådahl2014-01-151-1/+5
* test: Add udev suspend->resume testJonas Ådahl2014-01-151-0/+59
* test: Fix optstring in getopt_long callJonas Ådahl2014-01-151-1/+1
* test: udev suspend testsPeter Hutterer2014-01-151-0/+65
* test: path suspend testsPeter Hutterer2014-01-151-0/+110
* test: add tests for libinput_create_from_pathPeter Hutterer2014-01-152-1/+207
* test: add a couple of tests for the udev-seat backendPeter Hutterer2014-01-152-1/+280
* Add a device test suitePeter Hutterer2014-01-159-3/+1117
* test: add test for minimal linker flagsPeter Hutterer2014-01-151-1/+6
* test: add a build-test for -pedanticPeter Hutterer2014-01-152-1/+16
* Add the framework for a test suitePeter Hutterer2014-01-104-2/+22
* Make sure our public header compiles with -pedanticPeter Hutterer2014-01-101-7/+7
* gitignore: ignore .swp filesPeter Hutterer2014-01-101-0/+1
* Add libinput_next_event_type()Peter Hutterer2014-01-102-0/+26
* Add LIBEVENT_EVENT_NONEPeter Hutterer2014-01-102-1/+8
* Drop capability eventsPeter Hutterer2014-01-104-120/+0
* Add libinput_create_from_pathPeter Hutterer2014-01-104-0/+262
* Suspend libinput before destroying itPeter Hutterer2014-01-102-1/+2
* udev: notify about a removed seat when the last device is removedPeter Hutterer2014-01-101-0/+11
* udev: Refcount the seat for each devicePeter Hutterer2014-01-102-17/+27