forked from pool/libinput
Accepting request 428004 from GNOME:Next
New release OBS-URL: https://build.opensuse.org/request/show/428004 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=93
This commit is contained in:
parent
58e95536c3
commit
66a9986c03
BIN
libinput-1.4.2.tar.xz
(Stored with Git LFS)
BIN
libinput-1.4.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.5.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.5.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.5.0.tar.xz.sig
Normal file
BIN
libinput-1.5.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 19:16:54 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.5.0:
|
||||||
|
* A large part of this release cycle was internal cleanups and
|
||||||
|
improvements to the test suite, only few new features were
|
||||||
|
added.
|
||||||
|
* libinput has built-in palm detection when the trackpoint is in
|
||||||
|
use. The Lenovo *60 series (and possibly others) randomly send
|
||||||
|
a single trackpoint event which used to trigger this palm
|
||||||
|
detection and disable the touchpad for 300ms. To the user, this
|
||||||
|
looked like a stuttering touchpad. This is fixed now.
|
||||||
|
* For touchpads, we now have a new configuration option to allow
|
||||||
|
a 1/2/3 finger tap be mapped to left, middle and right,
|
||||||
|
respectively. The default remains at left/right/middle.
|
||||||
|
* In the disable-while-typing code we now ignore modifier
|
||||||
|
combinations like ctrl+s to avoid unnecessary timeouts and
|
||||||
|
delays.
|
||||||
|
* Other touchpad-related fixes include more responsive two-finger
|
||||||
|
scrolling and better touch point transition handling (i.e. less
|
||||||
|
pointer jumps after tapping and two-finger scrolling).
|
||||||
|
* For tablets we now have automatic touch arbitration in
|
||||||
|
userspace, i.e. we disable the touch input whenever a pen is in
|
||||||
|
proximity to avoid erroneous pointer moves. Touch arbitration
|
||||||
|
is currently handled by the kernel but is being phased out over
|
||||||
|
the next couple of kernel releases. In the future this may
|
||||||
|
allow for smart touch arbitration based on input areas, for now
|
||||||
|
we simply copy the kernel's behavior and turn touch events off.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 30 08:28:20 UTC 2016 - jengelh@inai.de
|
Tue Aug 30 08:28:20 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
Version: 1.4.2
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user