xf86-input-synaptics:master: 2 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Sun May 17 21:41:29 PDT 2009


Reporting from xf86-input-synaptics: xf86-input-synaptics driver

Please visit:
    http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics
Or get your own copy by using:
    git-clone git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics

2 commits against master at e4b1571d...:
 docs/tapndrag.dia              |  164 ++++++++++++++++++++++++++++-------------
 include/synaptics-properties.h |    3 
 man/synaptics.man              |   20 ++++-
 src/eventcomm.c                |   10 +-
 src/properties.c               |   12 +++
 src/synaptics.c                |   28 +++++--
 src/synapticsstr.h             |    1 
 tools/synclient.c              |    1 
 8 files changed, 174 insertions(+), 65 deletions(-)


commit e0d651c77e3a59086d5f36d1aaf9e6ba80394336
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri May 15 11:59:58 2009 +1000

    eventcomm: force boolean values for has_left, has_right, etc.
    
    TEST_BIT simply returns the value of the bytes, so we end up with has_left
    and friends being an integer value instead of a boolean value. This again
    may cause confusion in other parts, if a 1/0 boolean value is expected (e.g.
    all xf86SetBoolOption()).
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>

diffstat:
    src/eventcomm.c |   10 +++++-----
    1 file changed, 5 insertions(+), 5 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=e0d651c7


commit ee265e10c9cc724ad0badcab86a3893667717322
Author: Erkin Bahceci <erkinbah at gmail.com>
Date:   Mon May 11 12:32:32 2009 -0500

    Add TapAndDragGesture option and gestures property.
    
    The tap-and-drag gesture is an alternative way of dragging.
    It is performed by tapping (touching and releasing the finger), then
    touching again and moving the finger on the touchpad.
    This gesture is enabled by default and can be disabled by setting the
    TapAndDragGesture option to false.
    
    The gesture already existed in synaptics and was always enabled. This
    commit adds an option to switch it on/off. The default behavior is
    tap-and-drag being enabled, that is, TapAndDragGesture is true.
    
    The "Synaptics Gestures" property is intended to hold all new gesture
    enabling options, like options for the upcoming multitouch gestures.
    
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    docs/tapndrag.dia              |  164 +++++++++++++++++++++++++------------
    include/synaptics-properties.h |    3 
    man/synaptics.man              |   20 ++++
    src/properties.c               |   12 ++
    src/synaptics.c                |   28 ++++--
    src/synapticsstr.h             |    1 
    tools/synclient.c              |    1 
    7 files changed, 169 insertions(+), 60 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=e0d651c7




More information about the xorg-commit mailing list