forked from pool/libinput
Accepting request 295048 from home:pluskalm:branches:X11:Wayland
- Update to 0.13.0 OBS-URL: https://build.opensuse.org/request/show/295048 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=21
This commit is contained in:
parent
84c855184a
commit
5d98e00411
BIN
libinput-0.12.0.tar.xz
(Stored with Git LFS)
BIN
libinput-0.12.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-0.13.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.13.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-0.13.0.tar.xz.sig
Normal file
BIN
libinput-0.13.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 19:46:59 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.13.0
|
||||
* No API changes were merged in this release, the ABI is
|
||||
compatible with 0.12.0.
|
||||
* The tap motion threshold is now a fixed distance on all
|
||||
touchpads (withphysical resolution). This stops the delay in
|
||||
pointer motion seen on some devices.
|
||||
* The edge scrolling motion threshold now accumulates, so even a
|
||||
slow scroll will eventually trigger edge scrolling.
|
||||
* The velocity calculation on slow movements was fixed, this
|
||||
should provide a slightly more responsive and accurate
|
||||
touchpad motion, especially on direction changes.
|
||||
* To ease development, libinput will now print warnings when a
|
||||
caller does wrong event conversions (e.g. requesting a touch
|
||||
event when the event is a pointer event, etc.).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 20:24:07 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
%define rversion 0.12.0
|
||||
Version: 0.12
|
||||
%define rversion 0.13.0
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: HPND
|
||||
|
Loading…
Reference in New Issue
Block a user