summaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAgeFilesLines
* Add libinput_device_set_seat_logical_name() to change seats at runtimePeter Hutterer2014-11-251-0/+20
* path: optionally pass the seat name into path_device_enable()Peter Hutterer2014-11-251-8/+22
* evdev: use a udev_device instead of separate sysname/syspath/devnodePeter Hutterer2014-11-251-9/+2
* path: store the udev device instead of just the devnodePeter Hutterer2014-11-251-62/+47
* path: split out creating a device into a helper functionPeter Hutterer2014-11-251-25/+32
* path: keep the udev context aroundPeter Hutterer2014-11-251-13/+18
* evdev: don't resume a removed devicePeter Hutterer2014-09-181-3/+6
* Change the logging system to be per-contextPeter Hutterer2014-06-231-6/+14
* path: log two errors as application bugsPeter Hutterer2014-06-131-2/+2
* path: Silence -Wmaybe-uninitialized compiler warningJonas Ådahl2014-02-261-2/+2
* Add a customizable log handlerPeter Hutterer2014-02-191-2/+2
* Make it possible to have persistent libinput_seat instancesJonas Ådahl2014-02-101-9/+0
* path: add libinput_path_create_context instead of libinput_create_from_pathPeter Hutterer2014-02-101-26/+3
* path: add libinput_path_add_device() and libinput_path_remove_device()Peter Hutterer2014-02-101-11/+93
* path: modify backend to allow for more than one devicePeter Hutterer2014-02-101-27/+95
* 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-061-13/+1
* path: fix inconsistent use of devnode vs input->pathPeter Hutterer2014-01-311-1/+1
* 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
* evdev: Make evdev manage its seat referenceJonas Ådahl2014-01-221-10/+1
* path: get ID_SEAT and WL_SEAT from udev for the device nodePeter Hutterer2014-01-221-13/+32
* Split seats into having a physical and a logical namePeter Hutterer2014-01-171-1/+2
* Drop seat eventsPeter Hutterer2014-01-171-2/+0
* Add libinput_create_from_pathPeter Hutterer2014-01-101-0/+199