summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Link against librtbaserock/genivi/baselinePedro Alvarez2014-04-021-1/+1
* configure.ac: Bump to 0.1.00.1.0Jonas Ådahl2014-02-261-2/+2
* configure.ac: Update URLsJonas Ådahl2014-02-261-2/+2
* Update READMEJonas Ådahl2014-02-261-4/+14
* Makefile.am: Add private header to sources listJonas Ådahl2014-02-261-0/+1
* path: Silence -Wmaybe-uninitialized compiler warningJonas Ådahl2014-02-261-2/+2
* Split up the touch event into the different touch typesJonas Ådahl2014-02-266-128/+159
* Add seat wide slot to touch eventsJonas Ådahl2014-02-266-1/+80
* Merge branch 'libevdev'Peter Hutterer2014-02-255-115/+114
|\
| * evdev: set CLOCK_MONOTONIC as the time sourcePeter Hutterer2014-02-251-0/+3
| * Hook up event processing to libevdevPeter Hutterer2014-02-251-32/+59
| * Hook up libevdev as backendPeter Hutterer2014-02-245-83/+52
* | evdev: reset the device fd after closing itPeter Hutterer2014-02-211-0/+1
* | evdev: fix device_transform_ functionsBenjamin Tissoires2014-02-201-2/+2
* | test: Add scale li_fixed overflow testJonas Ådahl2014-02-205-1/+181
* | test: Fix touch_down in wacom touch test deviceJonas Ådahl2014-02-201-2/+2
* | event-debug: Display touch event seats as signed integerJonas Ådahl2014-02-191-1/+1
|/
* Add a customizable log handlerPeter Hutterer2014-02-197-23/+322
* evdev: Use -1 to represent touch events slots from single touch devicesJonas Ådahl2014-02-172-3/+8
* Change touch event slots from being unsigned to signedJonas Ådahl2014-02-172-3/+3
* doc: Rephrase touch event slot description to be more event centricJonas Ådahl2014-02-171-2/+2
* Fix coding style issuesJonas Ådahl2014-02-172-77/+41
* evdev-touchpad: don't post motion events for 0/0 deltasPeter Hutterer2014-02-171-5/+6
* evdev-touchpad: replace some numbers with a #definePeter Hutterer2014-02-171-2/+3
* util: add min/max macrosPeter Hutterer2014-02-171-0/+3
* Make it possible to have persistent libinput_seat instancesJonas Ådahl2014-02-106-18/+177
* evdev: restore EVDEV_UNHANDLED_DEVICE error codePeter Hutterer2014-02-101-1/+4
* test: Add tests for adding/removing devicesPeter Hutterer2014-02-101-0/+317
* udev: rename create_from_udev to udev_create_for_seatPeter Hutterer2014-02-104-24/+24
* path: add libinput_path_create_context instead of libinput_create_from_pathPeter Hutterer2014-02-106-53/+65
* path: add libinput_path_add_device() and libinput_path_remove_device()Peter Hutterer2014-02-103-11/+252
* path: modify backend to allow for more than one devicePeter Hutterer2014-02-102-28/+100
* Revert "evdev: restore EVDEV_UNHANDLED_DEVICE error code"Peter Hutterer2014-02-101-4/+0
* evdev: restore EVDEV_UNHANDLED_DEVICE error codePeter Hutterer2014-02-061-0/+4
* evdev: if mtdev failed to open, fail to init the devicePeter Hutterer2014-02-061-1/+1
* path: add error handling for failing to create a seatPeter Hutterer2014-02-061-0/+6
* Move opening and closing the device fd into evdev.cPeter Hutterer2014-02-065-38/+19
* test: plug a memory leak, all events need to be destroyedPeter Hutterer2014-02-061-0/+2
* evdev: Fix absolute coordinate transform formulaJonas Ådahl2014-02-031-4/+4
* Remove mention of delta coordinates having device specific directionJonas Ådahl2014-02-031-6/+6
* Replace output screen size callback with transform helpersJonas Ådahl2014-02-036-76/+194
* path: fix inconsistent use of devnode vs input->pathPeter Hutterer2014-01-311-1/+1
* test: don't leak open/closed counts into the next testPeter Hutterer2014-01-311-0/+18
* tools: add a tool for basic event debuggingPeter Hutterer2014-01-315-2/+466
* test: Make sure the sysname of a device is correctPeter Hutterer2014-01-312-0/+57
* path: print error when failing to open a devicePeter Hutterer2014-01-311-1/+2
* path: store the sysname, not the syspath, in the devicePeter Hutterer2014-01-311-7/+7
* Add COPYING filePeter Hutterer2014-01-311-0/+24
* evdev: Don't queue touch events when no touch capability is reportedJonas Ådahl2014-01-271-14/+29
* evdev: Don't report touch devices with buttons as actual touch devicesJonas Ådahl2014-01-271-1/+1