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

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



Tag 'libinput-1.1.2-1' created by Timo Aaltonen <tjaalton@debian.org> at 2015-12-10 08:50 +0000

Tagging upload of libinput 1.1.2-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWaTzzAAoJEMtwMWWoiYTcPQoQAJyw4QW2LzGI7OScqCpTk5iD
wwL5SYPccgBXyyi1bDVAcExyuMQOrXVPTM2swrZhc394BXpVtQxydFi6f962V+JV
6eEBXm1FpqUCmc8GIC5XEkPxUbwIC6MlycDgSViDRKZx1S4fEKWB9zMIZ/J099xJ
tyoBinqCo2pP0ZP8Sp3Cld0feI6KmqdS2U+kWI/SIfh1YfX13wqZfjuV22HRBLYf
Ukx1qgYpD/rjdbw/LLM0QkJNlUyAya6yed26b/VS3GIrOSEzXk1kwwOeVzZbWr8s
CmeBsXlwuABvNtPSbvCBhSWUCSv4X//RepVBRjPPnRPhxdrWkaYFVTigJydaUHXz
A/gnQ1Co6uK9HWgCogCnZlTYQRZpdZu3POkSZPtBKw+LWScQozoO4hkSTDFHQINB
zPPv/UuQknX1NH7zU803QKCK66bCQt4XBirw+1jz3xEvYlp5ZXW1AxyMgMleuON6
kPdOkZ1PJKUN14fa2dgTtrVe1EDzHn2ljLRbl5ntrYnb7N7Wtfzc4R3lvDq/2l2P
I3hHLkMXv44F+34iQZvU4psPijaNvJwMvNQLE7KLDEk6K3ZXIdno/RBnRhnNR47E
uNi5O38vntnK1MKTiK0Fb6bLdXU4hZEzQgekYPay5i2UfYrnjEMb4QIuhVg6g2Uf
xZaS5lHJHRn5jTEDbijX
=GfcS
-----END PGP SIGNATURE-----

Changes since libinput-1.1.0-1:
Peter Hutterer (19):
      evdev: whitespace fix
      evdev: log a bug for missing pointer accel on relative events
      evdev: don't handle motion events if the device isn't a pointer device
      evdev: init pointer acceleration for any device with pointer cap and rel x/y
      Fix libinput_device_group_find_group() to return NULL on failure
      test: add a device to check MOUSE_WHEEL_CLICK_ANGLE handling
      tools: take the start time before initializing the context
      doc: add a link to the dwt config call to the doc
      configure.ac: libinput 1.1.1
      touchpad: reduced the 2fg scroll threshold to 1mm
      Add a missing closing ) in a comment
      Ignore BTN_TOOL_* events when posting button events
      test: abort if we have a test that doesn't run for any devices
      test: if we're hovering, don't send BTN_TOUCH
      touchpad: don't try to position fake touches when no fingers are down
      tools: print which scroll axis we have in event-debug
      test: always call libinput_dispatch after moving touches
      touchpad: don't set the axis for a 0.0 value in a scroll event
      configure.ac: libinput 1.1.2

Timo Aaltonen (5):
      Merge branch 'upstream-unstable' into debian-unstable
      update the changelog
      control: Add a package for libinput-tools, thanks Alessio Treglia! (Closes: #806985)
      control: Update long descriptions.
      release to unstable

Tomi Leppänen (1):
      Documentation fixes to arrows in svg files

---
 configure.ac                                 |    4 
 debian/changelog                             |    9 
 debian/control                               |   26 ++
 doc/palm-detection.dox                       |    5 
 doc/svg/edge-scrolling.svg                   |    2 
 doc/svg/twofinger-scrolling.svg              |    2 
 src/evdev-mt-touchpad-gestures.c             |    2 
 src/evdev-mt-touchpad.c                      |    3 
 src/evdev.c                                  |   62 +++--
 src/libinput.c                               |    2 
 test/Makefile.am                             |    2 
 test/gestures.c                              |    8 
 test/litest-device-asus-rog-gladius.c        |  334 +++++++++++++++++++++++++++
 test/litest-device-mouse-wheel-click-angle.c |   74 +++++
 test/litest.c                                |   25 +-
 test/litest.h                                |    2 
 test/pointer.c                               |   34 ++
 test/touchpad.c                              |   77 ++++++
 tools/event-debug.c                          |   18 -
 19 files changed, 648 insertions(+), 43 deletions(-)
---


Reply to: