xf86-input-libinput: Changes to 'refs/tags/xf86-input-libinput-0.14.0'

Peter Hutterer whot at kemper.freedesktop.org
Sun Aug 30 20:35:38 PDT 2015


Tag 'xf86-input-libinput-0.14.0' created by Peter Hutterer <peter.hutterer at who-t.net> at 2015-08-31 04:27 -0700

libinput 0.14.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlXjyasACgkQ4jt+cLRn8L94lQCgwPXD3NsLHZdLnVewfOKSnEJT
JrMAmwcoYZaCpVMZblC7NLy+gUBJ3tAn
=oDZ5
-----END PGP SIGNATURE-----

Changes since xf86-input-libinput-0.13.0:
Martin Pieuchot (2):
      Rename a local variable to not shadow the BSD strmode(3) function.
      Remove unneeded header, epoll(7) interface is not directly used.

Peter Hutterer (7):
      Rename main source file to x86libinput.c
      gitignore: add patterns for automake test suite and misc other bits
      Add drag lock support
      Add an option to disable horizontal scrolling
      Revamp server fd opening
      Use xf86OpenSerial instead of a direct open() call
      xf86-input-libinput 0.14.0

Yomi0 (1):
      Fix typo in libinput.man

---
 .gitignore                    |    8 
 Makefile.am                   |    2 
 configure.ac                  |    3 
 include/libinput-properties.h |   10 
 man/libinput.man              |   58 
 src/Makefile.am               |    6 
 src/draglock.c                |  282 ++++
 src/draglock.h                |  159 ++
 src/libinput.c                | 2616 ---------------------------------------
 src/xf86libinput.c            | 2765 ++++++++++++++++++++++++++++++++++++++++++
 test/.gitignore               |    1 
 test/Makefile.am              |   13 
 test/test-draglock.c          |  540 ++++++++
 13 files changed, 3841 insertions(+), 2622 deletions(-)
---


More information about the xorg-commit mailing list