forked from pool/libinput
Accepting request 360230 from home:Zaitor:branches:X11:Wayland
New stable rel OBS-URL: https://build.opensuse.org/request/show/360230 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=62
This commit is contained in:
parent
40ec88e5c7
commit
94c7ceb458
BIN
libinput-1.1.5.tar.xz
(Stored with Git LFS)
BIN
libinput-1.1.5.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.1.8.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.1.8.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.1.8.tar.xz.sig
Normal file
BIN
libinput-1.1.8.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 22:43:06 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.1.8:
|
||||
* Two small fixes to the touchpad code. Synaptics semi-mt devices
|
||||
are now using a hysteresis again to stop the cursor from
|
||||
wobbling (expected fallout from 1.1.6).
|
||||
* The no-tappping zone on the far left/right edges has been
|
||||
extended down from half the touchpad to the top edge of the
|
||||
software buttons (if any). This prevents phantom taps when a
|
||||
palm briefly touches the edge of the touchpad.
|
||||
- Changes from version 1.1.7:
|
||||
* This release fixes an issue introduced by 1.1.6's new
|
||||
disable-while-typing handling. If dwt was disabled while a key
|
||||
was held down, the touchpad remained disabled due to a
|
||||
recurring timer. This is fixed now.
|
||||
* The other change enables the touchpad motion hysteresis by
|
||||
default for all ALPS Rushmore touchpads (firmware 0x310).
|
||||
- Changes from version 1.1.6:
|
||||
* The calculation of finger motion for multifinger gestures
|
||||
(including two-finger scrolling) was buggy. A slow two-finger
|
||||
motion could double the effective speed under some
|
||||
circumstances, causing scroll jumps. This has been fixed now.
|
||||
* The touchpad motion hysteresis is now deactivated by default.
|
||||
This may negatively affect some (especially older) touchpads,
|
||||
and we'll have to re-enable the hysteresis on those. If you
|
||||
notice pointer wobbles when hold the finger still please file a
|
||||
bug so we can address this. Everyone else should see a smoother
|
||||
motion especially on small and tiny motions making single-pixel
|
||||
elements much easier to target.
|
||||
* Disable-while-typing now works when a key is held down. And the
|
||||
pairing algorithm has been improved to avoid cases where the
|
||||
touchpad was paired with an external USB keyboard, despite
|
||||
there being a internal keyboard.
|
||||
* Last: the mode button on the Cyborg RAT 5 is now disabled. This
|
||||
button is special, on each press it cycles through 3 'modes',
|
||||
sending a release event for the current button and a down event
|
||||
for the next event code. This causes stuck buttons, since we
|
||||
have nothing in userspace that would handle that button as
|
||||
intended, disabling it is the current solution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 15:38:41 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
%define rversion 1.1.5
|
||||
Version: 1.1.5
|
||||
%define rversion 1.1.8
|
||||
Version: 1.1.8
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user