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

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



Tag 'xf86-input-synaptics-1.1.99.1' created by Peter Hutterer <peter.hutterer@who-t.net> at 2009-09-07 04:05 +0000

synaptics 1.1.99.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqkhqcACgkQ4jt+cLRn8L/z0QCcC+J4cpKvlntURMrK2m9Vt8Sv
s+wAn1TM5GCnKy9WmkJbYpCSmDks3DI5
=+mnu
-----END PGP SIGNATURE-----

Changes since xf86-input-synaptics-1.0.99.4:
Adam Jackson (1):
      Allocate the timer early so we don't try to malloc it within a sigio handler.

Alberto Milone (1):
      Add active area outside of which movements, scrolling, tapping are ignored.

Coleman Kane (1):
      Fix broken build on FreeBSD (#21803)

Erkin Bahceci (1):
      Add TapAndDragGesture option and gestures property.

Eygene Ryabinkin (1):
      PS/2 interface: sense multifinger taps on FingerHigh (#21427)

Jeremy Huddleston (1):
      Add model-specific edges for appletouch.

Mattia Dongili (1):
      man: explain TapButton default values

Paul Menzel (1):
      Fix typo. s/tough/though/

Peter Hutterer (36):
      man: device properties are now supported, should be stated as such.
      man: remove some pointless ( and ) around "float" options.
      Bump to 1.1.99
      Remove NEWS file, it's not being updated anymore.
      Don't fail when building against server 1.5
      Shut up valgrind warnings about uninitialized variables.
      synclient: fix 32-bit integer handling on 64 bit machines.
      Only build synclient/syndaemon if property support is available.
      synclient: remove listing and modification of settings through SHM.
      syndaemon: remove SHM code - properties only from now on.
      Remove Synaptics SHM configuration bits.
      Remove un-used DeviceOn/Off hooks.
      synclient: fix 64 bit issues for float properties.
      Fix typo, missing ":"
      man: document left-handed TapButton awkwardness.
      Only try to free the timer if it's actually there.
      If QueryHardware failed, return that failure and clean up.
      ps2comm: fix typo in debug statement.
      Add TouchpadModel specifier and scale the edges accordingly. (#21214)
      Purge SynapticsHWInfo stuff, move it into proto_data.
      eventcomm: if we can't grab the device, assume it's not a touchpad.
      eventcomm: force boolean values for has_left, has_right, etc.
      synclient: up max value for AccelFactor to 1.0
      eventcomm: fix return value of event_query_is_touchpad.
      Add "Synaptics Capabilities" read-only property.
      Simplify xf86InitValuator calls a bit.
      Cope with ABI_XINPUT_VERSION 7.
      Move edge calculation stuff out into separate function.
      Auto-adjust edges if values fall outside queried min/max ranges. (#21001)
      Revert "Auto-adjust edges if values fall outside queried min/max ranges. (#21001)"
      Remove the "SpecialScrollAreaRight" option.  (#21001)
      Split rc and ret into two different variables.
      man: fix typo in MaxTapMove documentation.
      Remove abysmal misuse of ternary operator.
      Use finger state as an enum, not as a bool.
      synaptics 1.1.99.1.

Tero Saarni (1):
      Add configurable x/y resolution to fix sensitivity on wide touchpads.

---
 NEWS                           |  458 -----------------------------------
 configure.ac                   |   31 ++
 docs/tapndrag.dia              |  164 ++++++++----
 include/synaptics-properties.h |   13 +
 include/synaptics.h            |   71 -----
 man/synaptics.man              |  429 +++++++++++++++++++++++++++------
 man/synclient.man              |   14 -
 src/alpscomm.c                 |   19 -
 src/eventcomm.c                |  146 ++++++++---
 src/eventcomm.h                |    1 
 src/properties.c               |   60 ++++
 src/ps2comm.c                  |  124 +++++----
 src/ps2comm.h                  |   44 +--
 src/psmcomm.c                  |   37 +-
 src/synaptics.c                |  522 +++++++++++++++++++++++++++++------------
 src/synapticsstr.h             |   89 ++++++
 src/synproto.h                 |    8 
 tools/Makefile.am              |    9 
 tools/synclient.c              |  367 ++++++++--------------------
 tools/syndaemon.c              |   67 -----
 20 files changed, 1377 insertions(+), 1296 deletions(-)
---


Reply to: