Accepting request 316291 from home:Zaitor

New release

OBS-URL: https://build.opensuse.org/request/show/316291
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=38
This commit is contained in:
Jan Engelhardt 2015-07-12 16:54:09 +00:00 committed by Git OBS Bridge
parent af969826aa
commit dab8f6d3d7
6 changed files with 32 additions and 5 deletions

BIN
libinput-0.18.0.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libinput-0.19.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libinput-0.19.0.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Jul 9 19:22:18 UTC 2015 - zaitor@opensuse.org
- Update to version 0.19.0:
* The biggest change in this release is improved pointer
acceleration code. Previously, slow movements were decelerated.
For anything resembling normal motion the pointer response is
effectively 1:1, making the cursor respond nicely to your mouse
movement.
* Low-dpi devices had a bug where they would skip pixels for
small movements. This was caused by the pointer normalization
to 1000dpi. Devices with a native resolution below 1000dpi now
have their own acceleration curve, providing much better
behaviour.
* The side-effect of this is that we had to drop the pretense of
normalization to 1000dpi. The documentation has been adjusted.
* The second side-effect is that the unaccelerated data is now
closer (or equal) to the device native resolution.
* The second user-visible change is disabling of tap drag-lock by
default. A new config API triplett is available to enable it:
libinput_device_config_tap_set_drag_lock_enabled
libinput_device_config_tap_get_drag_lock_enabled
libinput_device_config_tap_get_default_drag_lock_enabled
* Other fixes include better responsiveness of the touchpad when
switching from the trackpoint to the touchpad and a smaller
edge scroll motion threshold. And of course the usual bugfixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 23 08:12:33 UTC 2015 - zaitor@opensuse.org Tue Jun 23 08:12:33 UTC 2015 - zaitor@opensuse.org

View File

@ -18,8 +18,8 @@
Name: libinput Name: libinput
%define lname libinput10 %define lname libinput10
%define rversion 0.18.0 %define rversion 0.19.0
Version: 0.18 Version: 0.19
Release: 0 Release: 0
Summary: Input device and event processing library Summary: Input device and event processing library
License: MIT License: MIT