Tag 'libinput-1.3.0-1' created by Timo Aaltonen <tjaal...@debian.org> at 2016-05-10 08:33 +0000
Tagging upload of libinput 1.3.0-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJXMZzaAAoJEMtwMWWoiYTc0dkP/1TtZOpAjQ19qf936O7aHscB iHSDRr1NMJOR7nX0Hqf0I3h1ecTFnKhUMlwbFV9yLZcs0hMVXrmHCs2gpG9loKKy OTXIUhUDdi9zBf1qnN/xf3q5mOuT3JVD4K/7U8GEEJGUauwgQ8hLoE7tlokImWQP Klw38fP/MSCLxsPG+/u3WBEOnn68ihkccrYSuXE6YouiBcOXqXPW1NklfjukOZ0J yM1ZMmJqKxKttT8cJ/WFA5GblrLMzCITQs0pAAWM3Mx8AO1lfjYxvXwVCX8o7zcD CPIR5cJiwQ1XehinBJZJtgUnT1N0FSBYv75PbahIomhP75u+qRDp+9c3T7m37DF7 vK59YRIxyhVsJD7tQ52B9yuU2NY+IVgf6H270SbqeinFxerrQWe2EGYZWdcOiVaY PNl6dM1cagayLKsg+c6GdLMGr61CJI1X7Y4FBj7/joTaunYkiPb0QohJLn7KWOsA oq6r/6Kqbnk+C8sSqftWq4ymEzwvyWIWEe3VJK38U2h+/Pm0H3L3kOlPveO8stRY NTLSc9aisTQzSfh3i9+L9MWAdQdYBAWEhWDgyoatWBnk6af7smzeeJiRFslBP2er 6c09yytlsMfQERnpdzRBbYXChR3wrL6HJGDWSnMP4BpKl2ocKbz2GvGeEhfjfdWz EJiyYBZXh0FBYPg/a0Ha =0xeq -----END PGP SIGNATURE----- Changes since libinput-1.2.4-1: Eric Engestrom (1): Fix spelling mistakes Jonas Ådahl (3): test: Handle 32 bit msec time overflows libinput: Actually return the default accel profile test-pointer: Test that the default accel profile doesn't change Peter Frühberger (1): touchpad: enlarge top button area by a factor 3 instead of 1.5 Peter Hutterer (59): touchpad: drop unused parameter Fix two doxygen groupings test: apply the new t450 model flag to our X1 3rd test device touchpad: only post motion events if we have motion test: add a test for the T450 dropped motion events touchpad: reset the motion history on significant negative pressure changes touchpad: fix left-handed top software trackpoint buttons Merge branch 'wip/t450-jumping-cursor-fixes' touchpad: reset the motion history on significant negative pressure changes Merge branch 'wip/t450-jumping-cursor-fixes' touchpad: add a middle button software area Merge branch 'wip/touchpad-middle-button' test: reduce the default abs-max range to avoid ENOMEM tools: print the button name for tablet button events test: fix printf for unexpected tablet events doc: minor fixes timer: print the wrong offset when we have a negative timer offset bug tablet: fix the airbrush slider range tools: update the doc publish tool to take a subdir test: set the umask before msktemp to silence coverity tablet: add a fuzz-filter to avoid spamming callers with subpixel updates udev: update the hwdb matches to avoid use of ( and ) test: add test for no scroll events before the scroll button timeout evdev: if we have a quick scroll button release, skip middle button emulation evdev: split scroll button state check out evdev: enable middle-button scrolling on middle-button emulation test: add test to ensure MB emulation doesn't start while the MB is down Merge branch 'wip/trackpoint-mb-emu-scrolling' touchpad: add LIBINPUT_MODEL_WOBBLY_TOUCHPAD for the HP 14-ac157tu test: drop slot events from the singletouch device evdev: move the hysteresis code to a more generic location evdev: rename slot to slot_idx evdev: use a slot variable instead of dereferencing everywhere evdev: always defuzz absolute touchscreens tablet: move the libwacom check for left-handed-ness into a helper function Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interface doc: add a graphic illustrating pad vs tool support pad: implement wacom pad support test: tablet pad tests fixup! Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interface Merge branch 'wip/tablet-pad-support' test: drop the hand-enumerated device values tools: draw some grids for positioning testing in the event-gui configure.ac: libinput 1.3rc1 Fix distcheck configure.ac: libinput 1.3rc2 touchpad: exclude Logitech touchpads from disable-while-typing tablet: fix distance normalization range after 25a9f39 Make a link to the html docs available as a #define test: use a few more events for some of the tests with large pointer movements touchpad: detect and warn about kernel tracking pointer jumps doc: add missing @ingroup tag to the accel profile enum doc: add an overview of the various configuration options Constify two matrix multiplication helpers evdev: log the applied model flags in debug mode test: add a missing empty line configure.ac: libinput 1.3rc3 doc: add an entry about tablets in left-handed mode configure.ac: libinput 1.3.0 Timo Aaltonen (5): Merge tag '1.2.4' into d-u Merge branch 'debian-unstable' into d-u symbols: Updated. Bump policy to 3.9.8, no changes. release to unstable. --- configure.ac | 10 debian/changelog | 8 debian/control | 6 debian/libinput10.symbols | 18 doc/Makefile.am | 1 doc/clickpad-softbuttons.dox | 14 doc/page-hierarchy.dox | 1 doc/svg/software-buttons.svg | 30 - doc/svg/tablet-interfaces.svg | 325 ++++++++++++++ doc/svg/tablet-left-handed.svg | 469 ++++++++++++++++++++ doc/tablet-support.dox | 79 +++ doc/touchpad-jumping-cursors.dox | 54 ++ src/Makefile.am | 2 src/evdev-mt-touchpad-buttons.c | 31 + src/evdev-mt-touchpad.c | 67 ++ src/evdev-mt-touchpad.h | 3 src/evdev-tablet-pad.c | 620 +++++++++++++++++++++++++++ src/evdev-tablet-pad.h | 69 +++ src/evdev-tablet.c | 53 -- src/evdev.c | 262 ++++++++--- src/evdev.h | 36 + src/libinput-private.h | 26 + src/libinput-util.h | 5 src/libinput.c | 257 +++++++++++ src/libinput.h | 342 ++++++++++++++ src/libinput.sym | 18 src/timer.c | 3 test/Makefile.am | 8 test/gestures.c | 8 test/keyboard.c | 4 test/litest-device-generic-singletouch.c | 1 test/litest-device-synaptics-x1-carbon-3rd.c | 11 test/litest-device-touchscreen-fuzz.c | 96 ++++ test/litest-device-wacom-intuos3-pad.c | 117 +++++ test/litest-device-wacom-intuos5-pad.c | 122 +++++ test/litest-int.h | 16 test/litest.c | 270 +++++++++++ test/litest.h | 134 +++-- test/misc.c | 51 ++ test/pad.c | 431 ++++++++++++++++++ test/path.c | 2 test/pointer.c | 148 ++++++ test/tablet.c | 72 +++ test/touch.c | 50 ++ test/touchpad-buttons.c | 30 + test/touchpad.c | 112 ++++ test/trackpoint.c | 1 tools/event-debug.c | 91 +++ tools/event-gui.c | 46 ++ tools/publish-doc | 9 udev/90-libinput-model-quirks.hwdb | 8 51 files changed, 4392 insertions(+), 255 deletions(-) ---