File xf86-input-libinput.changes of Package xf86-input-libinput
-------------------------------------------------------------------
Sun Sep 27 10:35:03 UTC 2015 - mpluskal@suse.com
- Add gpg signature
-------------------------------------------------------------------
Mon Aug 31 21:30:30 UTC 2015 - zaitor@opensuse.org
- Update to version 0.14.0:
+ Rename a local variable to not shadow the BSD strmode(3)
function.
+ Remove unneeded header, epoll(7) interface is not directly
used.
+ Rename main source file to x86libinput.c.
+ gitignore: add patterns for automake test suite and misc other
bits.
+ Add drag lock support.
+ Add an option to disable horizontal scrolling.
+ Revamp server fd opening.
+ Use xf86OpenSerial instead of a direct open() call.
+ Fix typo in libinput.man.
-------------------------------------------------------------------
Tue Aug 4 16:51:08 UTC 2015 - zaitor@opensuse.org
- Update to version 0.13.0:
+ Fix compiler warnings about touchpad gestures.
+ man: minor man page improvements.
+ Add a property for Disable While Typing.
-------------------------------------------------------------------
Sat Jul 25 08:05:49 UTC 2015 - zaitor@opensuse.org
- Update to version 0.12.0:
+ Support buttons > BTN_BACK on mice.
+ Add a property for tap drag lock.
- Drop autoconf, automake and libtool BuildRequires, also stop
running autoreconf before configure. They were needed in the past
but we do not carry any patches anymore.
- Remove emtpy post/postun sections.
-------------------------------------------------------------------
Sun Jun 7 17:05:39 UTC 2015 - zaitor@opensuse.org
- Update to version 0.11.0:
+ Only init abs axes if we don't have acceleration.
+ Use the new unaccelerated valuator ValuatorMask features.
+ Fix missing scroll methods default/scroll button property.
-------------------------------------------------------------------
Sat May 23 00:39:18 UTC 2015 - zaitor@opensuse.org
- Update to version 0.10.0:
+ Group scroll distances into a struct.
+ Add option "ButtonMapping" (fdo#90206).
+ man: add two linebreaks to make things easier to visually
parse.
+ Move the option parsing into helper functions.
+ Add a property for middle button emulation.
-------------------------------------------------------------------
Fri Apr 24 15:20:02 UTC 2015 - sndirsch@suse.com
- xf86-input-libinput 0.9.0
* A couple of cosmetic changes but one addition of a new set of
properties: properties named "libinput something Default" show
the libinput default for a device. For example:
libinput Click Methods Available (284): 1, 1
libinput Click Method Enabled (285): 0, 1
libinput Click Method Enabled Default (286): 1, 0
This device has software buttons and clickfingers available,
clickfingers is currently enabled, software buttons is the
default for this device.
-------------------------------------------------------------------
Wed Apr 22 16:02:59 UTC 2015 - sndirsch@suse.com
- no longer install driver package by default, i.e. commented out
"Supplements: xorg-x11-server" in specfile
- 90-libinput.conf: enable tapping on touchpads by default
(http://lists.opensuse.org/opensuse-factory/2015-04/msg00233.html)
-------------------------------------------------------------------
Tue Apr 14 01:22:03 UTC 2015 - hrvoje.senjan@gmail.com
- Install license in main package
- Install 90-libinput.conf config file (boo#926942)
-------------------------------------------------------------------
Fri Mar 20 20:40:41 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
- New package xf86-input-libinput with initial version 0.8.0:
xf86-input-libinput is a libinput-based X.Org driver. The actual driver bit
is quite limited, most of the work is done by libinput, the driver itself
passes on the events (and wrangles them a bit where needed).