[PATCH libinput v9 0/2] add orientation, size and pressure of touch

Andreas Pokorny andreas.pokorny at canonical.com
Thu Nov 12 23:46:42 PST 2015


Hi,
This version contains several rewordings and documentation additions from Peter
that I missed in the last update, within the first patch of the series, while
the second patch contains no changes compared to v8. 

regards
Andreas

Andreas Pokorny (2):
  libinput: add orientation and size of touch point and pressure to the
    API
  extend tools to print and display touch event properties

 doc/Makefile.am                                |   2 +
 doc/page-hierarchy.dox                         |   1 +
 doc/svg/touchscreen-touch-event-properties.svg | 347 +++++++++++++++++++++++++
 doc/touch-event-properties.dox                 |  66 +++++
 src/evdev.c                                    | 224 ++++++++++++++--
 src/evdev.h                                    |  24 ++
 src/libinput-private.h                         |  13 +-
 src/libinput-util.h                            |   6 +
 src/libinput.c                                 | 212 ++++++++++++++-
 src/libinput.h                                 | 222 ++++++++++++++++
 src/libinput.sym                               |  13 +
 test/touch.c                                   | 241 +++++++++++++++++
 tools/event-debug.c                            |  29 ++-
 tools/event-gui.c                              |  38 ++-
 14 files changed, 1400 insertions(+), 38 deletions(-)
 create mode 100644 doc/svg/touchscreen-touch-event-properties.svg
 create mode 100644 doc/touch-event-properties.dox

-- 
2.5.0



More information about the wayland-devel mailing list