forked from pool/libinput
Accepting request 361273 from X11:Wayland
New stable release (forwarded request 361271 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/361273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=22
This commit is contained in:
commit
33f7e381a3
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.2.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.2.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.2.0.tar.xz.sig
Normal file
BIN
libinput-1.2.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 24 14:06:35 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* New stable branch, nothing significant has changed since
|
||||
version 1.1.902.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 22:43:08 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.1.902:
|
||||
* One significant change to the API: the data provided by the
|
||||
tablet tilt API is now in degrees rather than the previous
|
||||
normalized value range.
|
||||
* libinput now has an option to disable tap-and-drag.
|
||||
* Bugfixes include fixing the the artpen rotation in left-handed
|
||||
mode and a fix to prevent an invalid serial number on proximity
|
||||
in (if the kernel doesn't immediately give us a serial number).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 22:43:07 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.1.901:
|
||||
* The main feature merged in this cycle is graphics tablet tool
|
||||
support. Devices tagged by udev as ID_INPUT_TABLET are handled
|
||||
by libinput now and exposed with the
|
||||
LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. Note that this
|
||||
currently only includes tablet tool support, including stylus,
|
||||
eraser, cursor, lens cursor, etc. The "pad" part of the tablet
|
||||
is not yet integrated.
|
||||
* Further in this release is support for three-finger pinch
|
||||
gestures on supported hardware. As already announced in 1.1.5,
|
||||
semi-mt touchpads do not support gesture recognition, the data
|
||||
is not reliable enough.
|
||||
* We still reserve the right to change the new tablet API before
|
||||
the 1.2 release, though we don't expect the need for any
|
||||
changes.
|
||||
- Add pkgconfig(libwacom) BuildRequires: New dependency for wacom
|
||||
support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.2.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
@ -45,6 +45,7 @@ BuildRequires: xz
|
||||
BuildRequires: pkgconfig(check) >= 0.9.10
|
||||
BuildRequires: pkgconfig(libevdev) >= 0.4
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.12
|
||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user