libinput/src
Jonas Ådahl 512e964661 evdev: Fix absolute coordinate transform formula
Since the device min/max x/y coordinates are inclusive, to get the
width/height one need to add one to (min x/y - max x/y).

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2014-02-03 23:39:58 +01:00
..
evdev-touchpad.c Fix typo in comment 2013-12-21 12:10:38 +01:00
evdev.c evdev: Fix absolute coordinate transform formula 2014-02-03 23:39:58 +01:00
evdev.h Replace output screen size callback with transform helpers 2014-02-03 23:39:58 +01:00
filter.c Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
filter.h Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
libinput-private.h Promote touch frames to top-level events 2014-01-22 11:16:28 +10:00
libinput-util.c util: Add logging utilities 2013-11-23 12:55:44 +01:00
libinput-util.h util: add ARRAY_FOR_EACH helper 2013-12-21 12:09:55 +01:00
libinput-version.h.in Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
libinput.c Replace output screen size callback with transform helpers 2014-02-03 23:39:58 +01:00
libinput.h Remove mention of delta coordinates having device specific direction 2014-02-03 23:39:58 +01:00
libinput.pc.in Add libudev and -lm to Requires.private 2013-12-21 12:10:19 +01:00
Makefile.am Add libinput_create_from_path 2014-01-10 11:08:24 +10:00
path.c path: fix inconsistent use of devnode vs input->path 2014-01-31 15:00:17 +10:00
path.h path: get ID_SEAT and WL_SEAT from udev for the device node 2014-01-22 11:16:29 +10:00
udev-seat.c evdev: Make evdev manage its seat reference 2014-01-22 23:59:32 +01:00
udev-seat.h udev: Drop unused seat_name in struct udev_seat 2014-01-16 20:42:30 +01:00