[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libinput: Changes to 'refs/tags/libinput-1.1.6-1'



Tag 'libinput-1.1.6-1' created by Héctor Orón Martínez <zumbi@debian.org> at 2016-02-05 12:27 +0000

Release Debian version 1.1.6-1

Changes since libinput-1.1.4-1:
Caibin Chen (1):
      touchpad: fix DWT pairing for Macbook Pro 2015

Héctor Orón Martínez (2):
      Merge branch 'upstream-unstable' into debian-unstable
      Release Debian version 1.1.6-1

Peter Hutterer (17):
      evdev: only reject devices with missing MT x/y if they're MT devices
      doc: add section names to motion normalization subheaders
      touchpad: disable MT for elantech semi-mt touchpads
      test: when moving 2 fingers, move them in the same frame
      touchpad: disable MT for all semi-mt devices
      touchpad: disable gestures for single-finger touchpads
      configure.ac: libinput 1.1.5
      test: fix compiler warning
      test: run pinch gesture tests for 2-slot touchpads
      test: exclude semi-mt devices from the normal 2fg scroll test
      gestures: average motion by active touches, not moved touches
      evdev: disable the mode button on the Cyborg RAT 5
      test: fix leaking libevdev fd
      touchpad: drop motion hysteresis by default
      touchpad: while a key is held down, don't disable dwt
      touchpad: if we have a serio keyboard, override any previous dwt pairing
      configure.ac: libinput 1.1.6

---
 configure.ac                                 |    4 
 debian/changelog                             |    6 
 doc/normalization-of-relative-motion.dox     |    4 
 src/evdev-mt-touchpad-gestures.c             |   59 +---
 src/evdev-mt-touchpad.c                      |  118 +++++++--
 src/evdev-mt-touchpad.h                      |    1 
 src/evdev.c                                  |   41 +++
 src/evdev.h                                  |    3 
 src/libinput-util.h                          |   15 +
 test/Makefile.am                             |    5 
 test/device.c                                |   64 +++++
 test/gestures.c                              |   34 +-
 test/litest-device-anker-mouse-kbd.c         |  225 ++++++++++++++++++
 test/litest-device-apple-internal-keyboard.c |  239 +++++++++++++++++++
 test/litest-device-cyborg-rat-5.c            |   71 +++++
 test/litest-device-synaptics-i2c.c           |  102 ++++++++
 test/litest-device-yubikey.c                 |  169 +++++++++++++
 test/litest-selftest.c                       |    4 
 test/litest.c                                |   15 +
 test/litest.h                                |   15 -
 test/touchpad-tap.c                          |    2 
 test/touchpad.c                              |  333 +++++++++++++++++++++++++--
 udev/90-libinput-model-quirks.hwdb           |   13 +
 udev/90-libinput-model-quirks.rules.in       |    4 
 24 files changed, 1429 insertions(+), 117 deletions(-)
---


Reply to: