[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-synaptics: Changes to 'refs/tags/xf86-input-synaptics-1.7.99.1'



Tag 'xf86-input-synaptics-1.7.99.1' created by Peter Hutterer <peter.hutterer@who-t.net> at 2014-03-17 21:29 +0000

synaptics 1.7.99.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlMnaR4ACgkQ4jt+cLRn8L/8jACdEnLhE8swJJF+ahyX16uIFm2w
YNIAoIhCxo99FlkKXVDIN+zvnb4EeWFh
=MX6K
-----END PGP SIGNATURE-----

Changes since xf86-input-synaptics-1.7.1:
Benjamin Tissoires (1):
      Add secondary (top) software buttons area

Hans de Goede (8):
      Allow using the entire touchpad for motions started inside the active area
      Add an enum for the different soft_button_areas
      Get rid of old_hw_state
      Don't report motion inside soft-button areas
      Ignore motion the first X ms after a clickpad click
      On button down update cumulative to current x and y, instead of previous
      Wait for *new* coordinates on a clickpad click before reporting the click
      synaptics: Add support for server managed fds

Keith Packard (2):
      Close device if DeviceOnHook fails
      When re-opening evdev, set the fd before trying to grab

Peter Hutterer (28):
      Disable driver scaling for input ABI 19.2
      Switch to libevdev for the eventcomm backend
      Drop maintainer mode
      autogen.sh: support NOCONFIGURE=1
      Drop edge speed from get_delta
      eventcomm: ungrab the device on DeviceOff
      Add missing property handler for the pressure motion factor
      Fix ABI detection for in-driver scaling
      On clickpads with two touchpoints, try to detect clickfinger 3 actions
      Bump to 1.7.99
      Revert "Purge scrollbuttons (repeat)"
      Drop the half-baked test suite
      Revert "Drop circular pad support"
      man: setting scroll deltas to 0 doesn't work (#75074)
      Add another third state to TouchpadOff for disabling all but button clicks
      man: fix documentation about the new touchpad state
      Add property support for secondary (top) software buttons
      eventcomm: fix wrong event code for SYN_REPORT
      eventcomm: drop calculation of slot offset
      eventcomm: drop some use of mtdev
      eventcomm: drop mtdev
      Revert "Add another third state to TouchpadOff for disabling all but button clicks"
      conf: apply ClickPad softbuttons option through fdi file too
      Revert "conf: apply ClickPad softbuttons option through fdi file too"
      conf: apply ClickPad softbuttons option through fdi file too (fixed version)
      conf: automatically enable the top softbutton area for the new Lenovos
      If the touchpad is in TOUCHPAD_OFF mode, allow physical clicks
      synaptics 1.7.99.1

Stephen Chandler Paul (2):
      Replace is_inside_anybutton_area with current_button_area
      Don't allow any type of movement starting in the top softbutton area

---
 Makefile.am                    |    2 
 autogen.sh                     |    5 
 conf/11-x11-synaptics.fdi      |   12 +
 conf/50-synaptics.conf         |   15 +
 configure.ac                   |    8 
 include/synaptics-properties.h |    6 
 man/synaptics.man              |  101 ++++++--
 src/Makefile.am                |    3 
 src/eventcomm.c                |  389 +++++++++++++++++---------------
 src/eventcomm.h                |    2 
 src/properties.c               |  126 +++++++++-
 src/synaptics.c                |  490 +++++++++++++++++++++++++++++++++--------
 src/synapticsstr.h             |   48 +++-
 src/synproto.h                 |    4 
 test/.gitignore                |    6 
 test/Makefile.am               |   18 -
 test/eventcomm-test.c          |  326 ---------------------------
 test/fake-symbols.c            |  452 -------------------------------------
 test/fake-symbols.h            |  156 -------------
 tools/synclient.c              |    8 
 20 files changed, 900 insertions(+), 1277 deletions(-)
---


Reply to: