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

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



Tag 'xf86-input-synaptics-1.2.99.1' created by Peter Hutterer <peter.hutterer@who-t.net> at 2010-06-17 01:36 +0000

synaptics 1.2.99.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEABECAAYFAkwZfAUACgkQ4jt+cLRn8L9MpACgsS42Qjm0om9va3mQOroRRySL
XoYAoLzm75N+Zw7dmK6iuERCZl082+tQ
=Be4Z
-----END PGP SIGNATURE-----

Changes since xf86-input-synaptics-1.2.0:
Adam Jackson (2):
      Don't destroy the timer on DeviceOff.
      Don't clobber the timer we just created.

Alan Coopersmith (1):
      Update Sun license notices to current X.Org standard form

Gabor Z. Papp (1):
      Building syndaemon and synclient needs $(XI_CFLAGS) and $(AM_CFLAGS)

Gaetan Nadon (31):
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: use backticks rather than $() for cmd subs
      tools: add the main include directory
      tools: use more appropriate CFLAGS
      config: include files redundant in EXTRA_DIST
      config: rework the synclient and syndaemon dependencies
      config: regroup macros and variables in the backend checking
      config: update AC_PREREQ statement to 2.60
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: remove unrequired AC_HEADER_STDC
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: Upgrade X.Org macros to 1.4 for INSTALL file copying
      config: fix warnings, m4 quoting and layout
      config: close a loophole where user input means x server has a feature
      config: use automake "dir" pattern for simplification
      config: 50-synaptics.conf must be unconditionally distributed
      man: Use Autoconf provided $(AM_V_GEN)$(SED)
      config: unconditionaly build synclient and syndaemon apps
      config: replace Automake deprecated INCLUDES var with AM_CPPFLAGS
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      Remove unused TODO file
      COPYING: add three missing authors listed in synaptics.c
      README: add standard reference links section
      config: add AC_CHECK_LIB for math library functions
      config: synaptics depends on RANDR through xf86.h
      config: fdi file must be installed in $(datadir)/hal/fdi/policy/20thirdparty
      config: add comment regarding MAN_SUBSTS variable usage

Hiroyuki Ikezoe (1):
      Restore user's setting when enabling touchpad.

Julien Cristau (2):
      synaptics: don't link the tools against `pkg-config --libs xorg-server`
      configure: don't clobber CFLAGS

Peter Hutterer (44):
      man: update manpage for new tap ordering
      synclient: fix man page typo
      synclient: if no option is specified, assume -l
      Always make the input buffer size 200
      Clean up debugging system, allow for --enable-debug
      eventcomm: don't use the Xisb buffers for reading.
      Reduce SynapticsCtrl to a stub.
      After closing the fd, reset it to -1.
      eventcomm: use X_PROBED for kernel-probed values.
      Add 50-synaptics.conf snippet.
      Disable ClickFinger for touchpads with more than one physical button (#26079)
      Add FIXME: where does the 13 come from?
      Change condition the finger requirement obvious.
      Move SHM hardware state update into a separate function.
      Factor out up/down and left/right button scrolling from HandleState.
      When scrolling, hardcode the button/press release cycle.
      Move scroll button handling out of HandleState.
      Use post_button_click to post doubleclicks.
      Factor out updating the hardware state.
      Rename HandleClickWithFingers to handle_clickfinger.
      Add NO_EDGE to the edge enum instead of using hardcoded 0.
      move history storage from ComputeDeltas into HandleState.
      Make scrollbuttons processing and property conditional on their existence.
      Reshuffle to handle dead area better.
      Remove psmcomm.h header - superfluous.
      Don't use libcwrappers for calloc and free.
      Bump to 1.2.99
      Merge branch 'master' of git://people.freedesktop.org/~gnadon/xf86-input-synaptics
      Revert "Setup pointer acceleration for synaptics"
      Don't allow anything but relative mode.
      man: update SHMConfig documentation, it's only useful for debugging now.
      man: divide up man page with a few subheaders.
      man: move area description down to CONFIGURATION DETAILS section.
      man: note where the Area options fit in.
      man: don't call it "synaptics" touchpad driver.
      Support percent values for area.
      Move some defines to where they belong.
      Reshuffle default value initialization.
      Re-use width/height variables.
      Require server 1.6 or later.
      synclient: allow Min|MaxSpeed values of > 1.0.
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-synaptics
      Purge GuestMouse support.
      Bump to 1.2.99.1.

Simon Thum (4):
      Setup pointer acceleration for synaptics
      Setup pointer acceleration for synaptics
      Accel: retain para->accel scale.
      Mulitply dix acceleration into synaptics maximum.

---
 .gitignore                |   76 +++-
 COPYING                   |    3 
 ChangeLog                 |   21 -
 INSTALL                   |  106 -----
 Makefile.am               |   13 
 README                    |   27 +
 TODO                      |    7 
 conf/11-x11-synaptics.fdi |   31 +
 conf/50-synaptics.conf    |    5 
 conf/Makefile.am          |   27 +
 configure.ac              |  180 ++++-----
 fdi/11-x11-synaptics.fdi  |   31 -
 fdi/Makefile.am           |   21 -
 include/Makefile.am       |    1 
 include/synaptics.h       |   14 
 man/Makefile.am           |   64 +--
 man/synaptics.man         |  148 ++++----
 man/synclient.man         |   20 -
 src/Makefile.am           |    5 
 src/alpscomm.c            |   24 -
 src/eventcomm.c           |   73 +---
 src/properties.c          |   38 +-
 src/ps2comm.c             |  160 +-------
 src/psmcomm.c             |   13 
 src/psmcomm.h             |   29 -
 src/synaptics.c           |  839 +++++++++++++++++++++++++---------------------
 src/synapticsstr.h        |   16 
 src/synproto.h            |    6 
 tools/.gitignore          |    3 
 tools/Makefile.am         |   18 
 tools/synclient.c         |   22 -
 tools/syndaemon.c         |   73 ++--
 32 files changed, 1006 insertions(+), 1108 deletions(-)
---


Reply to: