xserver-xorg-input-libinput: Changes to 'refs/tags/xserver-xorg-input-libinput-0.26.0-1'
Tag 'xserver-xorg-input-libinput-0.26.0-1' created by Timo Aaltonen <tjaalton@debian.org> at 2017-09-23 11:47 +0000
Tagging upload of xserver-xorg-input-libinput 0.26.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJZxknEAAoJEMtwMWWoiYTccUkQAJUEjTLn4jMQkRCbZGHUTwU3
9WCQA4HYtMRrn9xCbv8CGT6f8BAWqg4CaoNAaw5ZJGFQqm4IJJyKUlm3UhGHDTYH
P421c7/Ln/EIvaG0X1I0yd9TYc99o1gbIpkOTnDpH2o3VpP2D1tax38tA9CPad4+
l65yDUbLLguT54A7j1yzTHGk2MbcO6BBWdI2DimCRbPLipA/VcQBjhlE77fU3h8Y
nLPf5/5QWc9GSZ4CP2UvFkH8UqGDRZXzsyG69pZQzriDUXbOIgNw8UHjOfUIZeUC
C/2kbrcSxneIp4csZvydyLXpAkr01fLRqv8ju5Cry1SpmR1An+s5oc8Px3EtFt+U
c/MoBOJF76jjiT5nt5PeAg4t5Yp1SG1UJPxY4rudSJnSK4zJ3dmqNrIjFHdIYlfG
5jIwsMhtbTTxmwLRcHCpQAQx0d/H7fGwuVkRfdVZD9DTpA6weVbqvzItSN+M0o3T
B/QrcY//L1f9cH7KsXmeDFPDA92i0l5KXqkPEt1VCDHxMabDkgiRSayZelMx1/M7
qTY9qGj77rsUGMFVGmnLJ2wQ+2zUp2kDpkVUQLld2GAqHWl0DmzsVltKv2y4L8PL
AaxkQHl11sDR24I8FtjbDNWA3NAbKHvqZ3xkBtd0I5WjV+/pNoqFfM54HICuo78H
1DzYwuxlSo4OQU/VqUIh
=Pivk
-----END PGP SIGNATURE-----
Changes since xserver-xorg-input-libinput-0.23.0-2:
Emil Velikov (1):
autogen.sh: use quoted string variables
Martin Kepplinger (1):
Fix config comment description to match the config
Mihail Konev (1):
autogen: add default patch prefix
Niklas Haas (1):
man: add missing documentation for Accel Profile
Peter Hutterer (20):
Ignore LED updates for disabled devices
Add a comment regarding scroll dist default values
Move axis value calculation into a helper function
Calculate the required scroll distance based on the angle
Add a bezier curve implementation
Implement stylus pressure curve support
Add tablet tool area ratio property
Drop unnecessary function declaration
xf86-input-libinput 0.24.0
Update pad modes in a workproc, not during the input thread
Add streq() macro, replace strcmp instances with it
Open sysfs files directly instead of going through the server
test: fix a test failure on ppc64(le) and aarch64
xf86-input-libinput 0.25.0
Post a motion event after proximity events
xf86-input-libinput 0.25.1
Update copyright years
Only initialize properties that match capabilities on a subdevice
Post a motion event before a tablet button down
xf86-input-libinput 0.26.0
Timo Aaltonen (7):
Merge branch 'upstream-unstable' into debian-unstable
update changelog
Merge branch 'upstream-unstable' into debian-unstable
update changelogs
Merge branch 'upstream-unstable' into debian-unstable
update changelogs
release to unstable
---
ChangeLog | 497 +++++++++++++++++++++++++++++
autogen.sh | 11
conf/40-libinput.conf | 2
configure.ac | 2
debian/changelog | 6
include/libinput-properties.h | 10
man/libinput.man | 68 ++++
src/Makefile.am | 5
src/bezier.c | 177 ++++++++++
src/bezier.h | 69 ++++
src/xf86libinput.c | 701 +++++++++++++++++++++++++++++++++++++-----
test/Makefile.am | 5
test/test-bezier.c | 206 ++++++++++++
13 files changed, 1672 insertions(+), 87 deletions(-)
---
Reply to: