[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.0'



Tag 'xf86-input-synaptics-1.7.0' created by Peter Hutterer <peter.hutterer@who-t.net> at 2013-04-02 03:24 +0000

synaptics 1.7.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (GNU/Linux)

iEYEABECAAYFAlFaT2kACgkQ4jt+cLRn8L9i7gCeJ9YKp/wZ0wi/aHAuim3170cg
fO0AoLjXFFnubXoqvJ3f1AzDdq1pbFtX
=DHM7
-----END PGP SIGNATURE-----

Changes since xf86-input-synaptics-1.6.0:
Chase Douglas (4):
      Ignore pre-existing touches
      Reset open slots array on device disable
      Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devices
      Turn down the default sensitivity for unibody MacBook touchpads

Chun Yang (1):
      Fix coasting for negative ScrollDelta

Daniel Stone (1):
      Free mtdev device as well as closing it

Peter Hutterer (53):
      Indent consistently
      tools: undo indentation in synclient's parameter list
      whitespace fix
      Bump to 1.6.99
      Bury shm - or what was left of it
      Drop trackstick emulation mode
      Purge fast-taps option
      Purge edge motion
      Purge scrollbuttons (repeat)
      Drop circular pad support
      Update various Red Hat copyrights
      Require xserver 1.12 and inputproto 2.2
      Move synaptics.h leftovers to synapticsstr.h, drop synaptics.h
      Format Makefile.am, drop @DRIVER_NAME@.c usage
      Rename force_empty parameter to set_slot_empty
      Don't check for soft buttons if a button is already down
      Fix coasting speed trigger
      tools: coasting speed is not capped at 20, cap it at 255
      Avoid out-of-bounds access by running num_active_touches < 0 (#49439)
      Remove defunct HAVE_MULTITOUCH compiler warning
      Reset hw->x/y to INT_MIN and skip HandleState until we have x/y events
      Don't allow for scroll distances of 0 (#49965)
      Remove absolute mode
      Fix indentation mishap
      Remove @DRIVER_NAME@ from Makefile.am
      DeviceOn and friends return a status code, not a bool
      Remove an unused define for 1/sqrt(2)
      Remove typedefs from all enums
      tools: un-typedef TouchpadState
      Un-typedef model_lookup_t
      check for HAVE_CONFIG_H before including config.h
      Fix indentation for the synaptics protocol ops
      ps2comm: use ErrorF from PS2DBG directly
      Move properties header to where it's needed
      Remove leftover HAVE_SMOOTH_SCROLL typedef
      eventcomm: simplify conditions
      eventcomm: proto_data is not null, don't check
      Decorate the accel log messages with (accel)
      Use LogMessageVerbSigSafe on ABI 18
      Reset num_active_touches on DeviceOff (#52496)
      test: drop xf86CheckStrOption from fake symbols
      Recognise the soft button area property before clickpad is enabled
      Allow dead areas to update the button state
      conf: add example for AreaBottomEdge on clickpad buttons
      Replace numerical values with an enum for the TouchpadOff prop
      eventcomm: print axis resolution to the log
      tools: drop -s listing in synclient's help output. SHM is gone.
      synclient: remove 'm' and 'h' from getopt and man page
      synclient: support -? for usage
      syndaemon: list -? in help/man page
      synclient: drop XF86Config-4 from man page
      synclient: use a parameter that actually exists in the man page example
      synaptics 1.7.0

Samuel Thibault (1):
      Enable ps2comm and alpscomm build on GNU/Hurd

---
 COPYING                        |    2 
 conf/50-synaptics.conf         |    3 
 configure.ac                   |   20 
 include/Makefile.am            |    2 
 include/synaptics-properties.h |   18 
 include/synaptics.h            |   72 -
 man/Makefile.am                |    4 
 man/synaptics.man              |  187 --
 man/synclient.man              |   76 -
 man/syndaemon.man              |    4 
 src/Makefile.am                |   18 
 src/alpscomm.c                 |   98 -
 src/eventcomm.c                |  745 +++++-----
 src/eventcomm.h                |    7 
 src/properties.c               |  633 ++++-----
 src/ps2comm.c                  |  564 ++++----
 src/ps2comm.h                  |   21 
 src/psmcomm.c                  |   72 -
 src/synaptics.c                | 2810 +++++++++++++++++------------------------
 src/synapticsstr.h             |  387 ++---
 src/synproto.c                 |   59 
 src/synproto.h                 |   62 
 test/eventcomm-test.c          |   87 -
 test/fake-symbols.c            |  241 +--
 test/fake-symbols.h            |  194 +-
 tools/synclient.c              |  613 +++-----
 tools/syndaemon.c              |  615 ++++----
 27 files changed, 3309 insertions(+), 4305 deletions(-)
---


Reply to: