Tag 'libinput-1.5.1-1' created by Timo Aaltonen <tjaal...@debian.org> at 2016-11-18 13:58 +0000
Tagging upload of libinput 1.5.1-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJYLwkQAAoJEMtwMWWoiYTcV3AQAJC014MjgIx4ids82cP1nnsD CfqJItR8yOf8+2joOS1I/I6vbGAL89YM4rBH4kEJ36YGiGjOCe4i5dKFZ/pQVA7B UQYxffOySGF/v9EcQwJGBFno97WM9CThUgVk5uBGPSE837veXfBxhi0GcBQznt3t u9nMJ+add/JsdPpnO0lHnmRh/HwNkr3zRTOhEN5WO+c7K1xxB/Gq/wFYhu3UWDn0 V7+EuKyrGF0lTxBZC5kg3DkwT1k8bivNd2EQEfWQUTyB9QfBiQdwWHIjIB5KeRV5 bIZ7cjTltwpYukP9KeDZQt66yg8ciYfhS3MRjHJFtaS3uTzkEJX1DGtz0qHYk2da V6yF3eyHfirrKQf1iaQKr1w6jhc8ZmN4JG3TAWD8dzsFF76Np3AUab9ujLcii58d 4MQQQ4uhIPMPSLBm/0nFM0OfeQ5ILocRW8VQnsd4jeybZjTm9zaZcaB0bbT1EZQh hMH7k0VZLCQ3zJp0f6MI24e6UN/d07Vnz3HhmvJ9IUvgRJl+IDnq4DKEWhMXi2lY aPjhOSZnB5bZZkOWnsujt6/xoivRTKTYEf3CsTArOjWPyoq9WO/mlS7m8Tk0i/fE TZNMXgzwFyuY3AnbWxluqGrwJZ0d82pos60OVdgNTgjZNUsbXuhuXwMs2lYip3O5 aSI1SzB3uJ3OIXCkGb9x =DtDj -----END PGP SIGNATURE----- Changes since libinput-1.5.0-1: Eric Engestrom (1): tools: change pointer to void Hermann Gausterer (1): evdev: fix typo / bugzilla url Peter Hutterer (18): doc: specify the https path for mathjax doc: reshuffle the "reporting bugs" page Mark some internal log functions as printf-style function touchpad: switch from fabs() to abs() test: fix clang warning about abs(float) doc: add a small page about contributing to libinput evdev: add missing space in error message test: add missing comma to horizontal click angle udev rule touchpad: split the touchpad->keyboard/trackpoint pairing helpers out touchpad: check for trackpoint/keyboard at the top of the helpers Add missing event type checks to libinput_event_gesture_get_base_event Move touch_notify_frame declaration to the other touch functions udev: add the hwdb_parser.py test from systemd evdev: actually ignore joysticks evdev: add hwdb quirk for HP Compaq 6910 doc: expand trackpoint pointer acceleration documentation a bit evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property configure.ac: libinput 1.5.1 Timo Aaltonen (4): Merge branch 'upstream-unstable' into debian-unstable update changelog watch: Let uscan verify tarball signatures. release to sid --- configure.ac | 8 - debian/changelog | 7 + debian/upstream/signing-key.asc | 24 +++ debian/watch | 2 doc/Makefile.am | 1 doc/contributing.dox | 18 ++ doc/libinput.doxygen.in | 1 doc/page-hierarchy.dox | 4 doc/pointer-acceleration.dox | 25 +++ doc/reporting-bugs.dox | 113 +++++++++++++++-- src/evdev-mt-touchpad.c | 36 +++-- src/evdev.c | 62 +++++++-- src/evdev.h | 1 src/libinput-private.h | 10 - src/libinput-util.c | 32 ++++ src/libinput-util.h | 1 src/libinput.c | 11 + test/Makefile.am | 1 test/device.c | 34 +++++ test/litest-device-mouse-wheel-click-angle.c | 2 test/litest-device-mouse-wheel-click-count.c | 77 +++++++++++ test/litest.c | 4 test/litest.h | 1 test/misc.c | 31 ++++ test/pointer.c | 49 ++++++- test/touchpad.c | 4 tools/event-debug.c | 2 tools/event-gui.c | 2 tools/shared.c | 1 udev/90-libinput-model-quirks.hwdb | 6 udev/Makefile.am | 7 + udev/parse_hwdb.py | 178 +++++++++++++++++++++++++++ 32 files changed, 695 insertions(+), 60 deletions(-) ---