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

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



Tag 'xf86-input-synaptics-1.0.99.1' created by Peter Hutterer <peter.hutterer@who-t.net> at 2009-02-26 22:38 +0000

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

iEYEABECAAYFAkmnGdoACgkQ4jt+cLRn8L9kOQCfcv+H5l/KT2OV2bhoPRRCOh6o
dgEAn25A+nZyzyidzICLNaZY7rq2/fCw
=k9+X
-----END PGP SIGNATURE-----

Changes since xf86-input-synaptics-0.15.2:
Alan Coopersmith (1):
      Remove xorgconfig & xorgcfg from See Also list in man page

Andre Herms (2):
      [syndaemon] use Xrecord extension in syndaemon to avoid polling.
      use Xrecord extension for event triggered key event notification

Batchty (2):
      Ignore moves during tap processing if no finger is down.
      Stop two-finger scrolling if no finger is present.

Ben Gamari (1):
      Add comma after version number in configure.ac

Benjamin Close (2):
      Fix typo preventing psmcomm from being enabled on BSD platforms
      Use the correct header so psmcomm.h builds again

Christoph Brill (4):
      Init x/y valuators with the axis range - if we have any.
      Revert "[syndaemon] switch over to input properties"
      Revert "[syndaemon] use Xrecord extension in syndaemon to avoid polling."
      FDI: Add few examples suggested by Christian Schmitt <chris@ilovelinux.de>

Dmitry Torokhov (1):
      Add support for touchpads (such as Elantech) that do not report pressure

Fedor P. Goncharov (Fredy) (2):
      change type of FastTaps option to bool
      Auto-adjust right_edge for touchpads with hardware scroll area.

Henrik Rydberg (11):
      Introduce SynapticsUnInit
      Decompose SynapticsPreInit
      Autoscale also the MaxTapMove parameter
      ReadDevDimensions on opened device
      Allow arbitrary ABS ranges
      Revert "Add sensible fdi default for bcm5974"
      Improved defaults based on capability detection and auto scaling
      Corrections based on dimension analysis
      properties: handle checkonly flag.
      Provide default button emulation also for touchscreens
      Only respect MaxTapMove when appropriate

Magnus Kessler (10):
      Remove repeater functionality.
      Clean up control-flow
      Re-introduce message about unsupported touchpad.
      Remove unused defines and includes
      Only include mipointer.h if supporting ancient XInput ABI version
      [sparse] Fix warnings about using plain integer as NULL pointer
      [sparse] Fix warnings about non-ANSI function declarations
      Update .gitignore, ignore pkgconfig .pc files
      Convert last remaining ErrorF to xf86Msg
      Export synapticsModuleData

Marcel Dejean (2):
      two-finger emulation through fingerWidth
      change magic numbers to fractions

Peter Hutterer (19):
      Adjust to new property API.
      Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc.
      man: typo fix.
      man: Document multifinger-scrolling defaults.
      man: another typo fix.
      Install header files in xserver's sdk dir.
      Remove ALPS special options treatment.
      fdi: make use of hal's contains_outof matcher to reduce duplication.
      fdi: only match on input.touchpad, not on various product names.
      Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)
      properties: implement float properties.
      Bump to 1.0.99.
      Remove synSetFloatOption, use xf86SetRealOption instead.
      Remove commented-out sections from configure.ac.
      synclient: clean up a bit, namespace shm functions.
      synclient: split shm_set_value into a parse_cmd.
      synclient: add support for device properties.
      Remove randr requirement from configure.ac
      Bump to 1.0.99.1

William Grant (2):
      Return correctly on successful property setting
      [syndaemon] switch over to input properties

---
 .gitignore                     |    1 
 INSTALL                        |    2 
 Makefile.am                    |    4 
 configure.ac                   |   29 -
 fdi/11-x11-synaptics.fdi       |   73 +---
 include/Makefile.am            |    2 
 include/synaptics-properties.h |   11 
 include/synaptics.h            |    1 
 man/synaptics.man              |   39 +-
 man/synclient.man              |   23 -
 man/syndaemon.man              |    5 
 src/alpscomm.c                 |    2 
 src/eventcomm.c                |  136 +++++---
 src/properties.c               |  222 ++++++++-----
 src/ps2comm.c                  |    2 
 src/psmcomm.c                  |    2 
 src/psmcomm.h                  |    2 
 src/synaptics.c                |  492 ++++++++++++++++--------------
 src/synapticsstr.h             |    8 
 src/synproto.h                 |    2 
 tools/Makefile.am              |    4 
 tools/synclient.c              |  670 ++++++++++++++++++++++++++++++++---------
 tools/syndaemon.c              |  232 +++++++++++++-
 xorg-synaptics.pc.in           |    6 
 24 files changed, 1349 insertions(+), 621 deletions(-)
---


Reply to: