xf86-input-libinput: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Mar 1 16:47:03 PST 2015


 configure.ac                  |    2 
 include/libinput-properties.h |    8 
 man/libinput.man              |    8 
 src/libinput.c                |  560 +++++++++++++++++++++++++++++-------------
 4 files changed, 410 insertions(+), 168 deletions(-)

New commits:
commit 2ffd8d14be6e713e7f26b8b220da076171efe427
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Mar 2 10:42:38 2015 +1000

    Apply the configuration before initalizing the property
    
    Otherwise the property contains the device defaults, rather than the xorg.conf
    options.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit e9a0ee69cb81dea2280c0ae2eeea371c70d7911c
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Mar 2 10:42:03 2015 +1000

    Don't unref the device until we're done with it in DEVICE_INIT
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit fb6506f5eeecb6f7def8a11cff58b89b78c89768
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Feb 26 17:03:15 2015 +1000

    Add properties to change the click method (#89332)
    
    X.Org Bug 89332 <http://bugs.freedesktop.org/show_bug.cgi?id=89332>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

commit 275c71286652f5801c972095ed2142c3752306ea
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Feb 26 16:50:50 2015 +1000

    Split out property init into helper functions
    
    Makes the code less messy. Only functional change is that if one property
    fails to initialize we'll now continue with the others. Previously the first
    failed property would prevent any other property init.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>

commit 2455f0d03bf786ca4202e527d658b013db98084e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Feb 25 13:05:03 2015 +1000

    Use the new libinput_device_pointer_has_button
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list