forked from pool/libinput
- Update to new upstream release 1.14
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=199
This commit is contained in:
parent
7f9bd1ef2a
commit
8458b1934c
BIN
libinput-1.13.4.tar.xz
(Stored with Git LFS)
BIN
libinput-1.13.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.14.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.14.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.14.0.tar.xz.sig
Normal file
BIN
libinput-1.14.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 06:30:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.14
|
||||
* The calibration matrix is now returned correctly even when it
|
||||
is the identity matrix. And the tablet pressure range is
|
||||
scaled correctly into the available physical range.
|
||||
Previously, the bottom 5% where effectively missing and
|
||||
pressure offset on worn-out pens handling took some of the
|
||||
scale away from the top.
|
||||
* Improved thumb detection for touchpads. On Clickpad devices,
|
||||
this should make interactions where a thumb is resting on the
|
||||
touchpad or dropped during an interaction more reliable.
|
||||
* The Dell Canvas Totem is now supported by libinput. It is
|
||||
exposed as a new tool type through the tablet interface along
|
||||
with two new axes. Note that this is only low-level support,
|
||||
the actual integration of the totem needs Wayland protocol
|
||||
changes and significant changes in all applications that want
|
||||
to make use of it.
|
||||
* Touch-capable tablets now tie both devices together for
|
||||
rotation.
|
||||
* Tablet proximity out handling for tablets that are unreliably
|
||||
sending proximity out events is now always timeout-based. It
|
||||
is no longer necessary to add per-device quirks to enable
|
||||
this feature and it is completely transparent on devices that
|
||||
work correctly anyway.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 07:27:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
Version: 1.13.4
|
||||
Version: 1.14.0
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
@ -131,7 +131,7 @@ perl -i -pe 's{#!/usr/bin/env python}{#!/usr/bin/python}g' \
|
||||
|
||||
%files udev
|
||||
%_prefix/lib/udev/libinput-device-group
|
||||
%_prefix/lib/udev/libinput-model-quirks
|
||||
%_prefix/lib/udev/libinput-fuzz-override
|
||||
%_prefix/lib/udev/rules.d/
|
||||
|
||||
%files -n %lname
|
||||
|
Loading…
Reference in New Issue
Block a user