[PATCH libinput v4 0/5] add touch pointer properties
Andreas Pokorny
andreas.pokorny at canonical.com
Mon Jul 6 08:05:01 PDT 2015
Hi,
This updates step 2/5, 3/5 and includes a new version of step 5/5. The former
two did not apply cleanly so I updated those. The latter one should contain
all of the review findings resolved. I switch to zero as the default value,
and removed the automatic 'minor == major if not set' - behavior. So I could
remove some now unnecessary parts like the tracking of available slot
properties.
Andreas Pokorny (5):
litest: add axis_replacement from tablet branch
litest: add a generic multitouch screen
litest: add nexus4 style touch screen without orientation
litest: floating point comparison macros
libinput: add orientation and size of touch point and pressure to the
API
src/evdev.c | 192 +++++++++++++++++++++++++++++++------
src/evdev.h | 24 +++++
src/libinput-private.h | 10 +-
src/libinput.c | 137 ++++++++++++++++++++++++++-
src/libinput.h | 194 ++++++++++++++++++++++++++++++++++++++
src/libinput.sym | 6 ++
test/Makefile.am | 2 +
test/litest-nexus4-touch-screen.c | 99 +++++++++++++++++++
test/litest-selftest.c | 66 +++++++++++++
test/litest-touch-screen.c | 105 +++++++++++++++++++++
test/litest.c | 99 +++++++++++++++----
test/litest.h | 70 ++++++++++++++
test/touch.c | 162 +++++++++++++++++++++++++++++++
13 files changed, 1115 insertions(+), 51 deletions(-)
create mode 100644 test/litest-nexus4-touch-screen.c
create mode 100644 test/litest-touch-screen.c
--
2.1.4
More information about the wayland-devel
mailing list