index
:
~jwrdegoede/libinput
clickpad-improvements
clickpad-improvements-v2
for-peter
gestures
gestures-broken
libgestures-integration
master
wip/ptraccel-work
Hans' libinput repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
path.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-28
Ignore test devices for libinput contexts not run from the test suite
Jonas Ådahl
1
-0
/
+5
2015-07-24
test: only initialize the generic rules/hwdb once
Peter Hutterer
1
-1
/
+1
2015-06-25
Add missing includes for *stat
Gilles Dartiguelongue
1
-0
/
+1
2015-06-16
COPYING: Update boilerplate from MIT X11 to MIT Expat license
Peter Hutterer
1
-16
/
+17
2015-05-28
Update Red Hat's copyright
Peter Hutterer
1
-1
/
+1
2015-05-26
Add streq() helper to use instead of strcmp() == 0
Peter Hutterer
1
-2
/
+2
2015-05-19
path: be more lenient waiting for udev to settle things
Peter Hutterer
1
-1
/
+1
2015-02-04
path: make sure udev devices are initialized before usage
Peter Hutterer
1
-3
/
+23
2014-11-25
Add libinput_device_set_seat_logical_name() to change seats at runtime
Peter Hutterer
1
-0
/
+20
2014-11-25
path: optionally pass the seat name into path_device_enable()
Peter Hutterer
1
-8
/
+22
2014-11-25
evdev: use a udev_device instead of separate sysname/syspath/devnode
Peter Hutterer
1
-9
/
+2
2014-11-25
path: store the udev device instead of just the devnode
Peter Hutterer
1
-62
/
+47
2014-11-25
path: split out creating a device into a helper function
Peter Hutterer
1
-25
/
+32
2014-11-25
path: keep the udev context around
Peter Hutterer
1
-13
/
+18
2014-09-18
evdev: don't resume a removed device
Peter Hutterer
1
-3
/
+6
2014-06-23
Change the logging system to be per-context
Peter Hutterer
1
-6
/
+14
2014-06-13
path: log two errors as application bugs
Peter Hutterer
1
-2
/
+2
2014-02-26
path: Silence -Wmaybe-uninitialized compiler warning
Jonas Ådahl
1
-2
/
+2
2014-02-19
Add a customizable log handler
Peter Hutterer
1
-2
/
+2
2014-02-10
Make it possible to have persistent libinput_seat instances
Jonas Ådahl
1
-9
/
+0
2014-02-10
path: add libinput_path_create_context instead of libinput_create_from_path
Peter Hutterer
1
-26
/
+3
2014-02-10
path: add libinput_path_add_device() and libinput_path_remove_device()
Peter Hutterer
1
-11
/
+93
2014-02-10
path: modify backend to allow for more than one device
Peter Hutterer
1
-27
/
+95
2014-02-06
path: add error handling for failing to create a seat
Peter Hutterer
1
-0
/
+6
2014-02-06
Move opening and closing the device fd into evdev.c
Peter Hutterer
1
-13
/
+1
2014-01-31
path: fix inconsistent use of devnode vs input->path
Peter Hutterer
1
-1
/
+1
2014-01-31
path: print error when failing to open a device
Peter Hutterer
1
-1
/
+2
2014-01-31
path: store the sysname, not the syspath, in the device
Peter Hutterer
1
-7
/
+7
2014-01-22
evdev: Make evdev manage its seat reference
Jonas Ådahl
1
-10
/
+1
2014-01-22
path: get ID_SEAT and WL_SEAT from udev for the device node
Peter Hutterer
1
-13
/
+32
2014-01-17
Split seats into having a physical and a logical name
Peter Hutterer
1
-1
/
+2
2014-01-17
Drop seat events
Peter Hutterer
1
-2
/
+0
2014-01-10
Add libinput_create_from_path
Peter Hutterer
1
-0
/
+199