xf86-input-libinput: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Wed Apr 29 18:35:15 PDT 2015


 configure.ac                  |    2 
 include/libinput-properties.h |    7 
 man/libinput.man              |   49 +++
 src/libinput.c                |  581 ++++++++++++++++++++++++++++--------------
 4 files changed, 457 insertions(+), 182 deletions(-)

New commits:
commit d6ce065cea25785a8d03d27d723846e583c55e3b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Apr 29 09:30:14 2015 +1000

    Add option "ButtonMapping" (#90206)
    
    With a long entry in the man page to detail what this option does.
    Specifically, it's the xorg.conf equivalent to XSetPointerMapping(3), it
    doesn't do any physical button remappings, merely the logical ones. If the
    physical button isn't mapped to the right logical button by default, that's
    either a libiput bug or an xkcd 1172 issue.
    
    X.Org Bug 90206 <http://bugs.freedesktop.org/show_bug.cgi?id=90206>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

commit b9a21505766a972016f18a48437411d88b25bd8b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Apr 29 09:18:44 2015 +1000

    man: add two linebreaks to make things easier to visually parse
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

commit 9356471f3f975aeb47d0cca43f31317af9ba384a
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Apr 29 08:18:13 2015 +1000

    Move the option parsing into helper functions
    
    No functional changes, though I did move a free() up a bit in the process (see
    sendevents parsing).
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

commit d5fa03c3433637c0fa8cbbfb38dadcf384f06ac3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Apr 23 17:48:44 2015 +1000

    Add a property for middle button emulation
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>



More information about the xorg-commit mailing list