forked from pool/libinput
Accepting request 317375 from X11:Wayland
Update to 0.20.0 (forwarded request 317368 from tittiatcoke) OBS-URL: https://build.opensuse.org/request/show/317375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=13
This commit is contained in:
commit
0aeef15961
BIN
libinput-0.18.0.tar.xz
(Stored with Git LFS)
BIN
libinput-0.18.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-0.20.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.20.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-0.20.0.tar.xz.sig
Normal file
BIN
libinput-0.20.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 18 08:28:06 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.20.0:
|
||||||
|
* The big new addition in this release is support for touchpad
|
||||||
|
gestures. Two types of gestures are supported: swipe and pinch.
|
||||||
|
Swipe is triggered by a movement of 3+ fingers in the same
|
||||||
|
direction, pinch is triggered by two fingers moving towards or
|
||||||
|
away from each other and/or a rotation around a logical center.
|
||||||
|
Both gestures, once triggered, can move around the touchpad,
|
||||||
|
making it possible to use them for fine-grained motion.
|
||||||
|
* Edge scrolling is now possible on clickpads too and thus available
|
||||||
|
on all touchpads. Thumb detection was added, it is now possible
|
||||||
|
to rest the thumb on a clickpad while moving a pointer without
|
||||||
|
interference
|
||||||
|
* libinput now requires touchpads to have a resolution. If the
|
||||||
|
kernel device does not set it and none of the hwdb rules do either,
|
||||||
|
libinput assigns a default resolution to the device. This may have
|
||||||
|
an effect on your touchpad, please file a bug if you notice
|
||||||
|
anything untoward. On the positive side it removes the magic
|
||||||
|
numbers sprinkled through the code
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
Name: libinput
|
Name: libinput
|
||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
%define rversion 0.18.0
|
%define rversion 0.20.0
|
||||||
Version: 0.18
|
Version: 0.20
|
||||||
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