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

xserver-xorg-input-synaptics: Changes to 'refs/tags/xfree86-driver-synaptics-0.99.3-1'



Tag 'xfree86-driver-synaptics-0.99.3-1' created by Julien Cristau <jcristau@debian.org> at 2009-01-21 21:32 +0000

Tagging upload of xfree86-driver-synaptics 0.99.3-1 to experimental.

Changes since xfree86-driver-synaptics-0.15.0+git20080820-1:
Adel Gadllah (1):
      Re-enable TapButtons and CornerButtons to work by default.

Andre Herms (1):
      [syndaemon] use Xrecord extension in syndaemon to avoid polling.

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

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

Christian Schmitt (1):
      Add support for Apple touchpads to the fdi file

Christoph Brill (8):
      Use config.h if available
      Update man page to contain a paragraph about fdi files
      Add a note on how to pass options to the driver using the fdi file
      Bump to 0.15.1
      Bump to 0.15.2
      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."

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

Fedor P. Goncharov (1):
      Add autodetection of right scroll wheel region with very large X coordinate

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

Henrik Rydberg (18):
      Add bcm5974 to fdi/11-x11-synaptics.fdi
      Fix the "No such device" problem when reloading a driver
      Disentangle two-finger tap and two-finger scrolling
      Tighter default for MaxTapMove
      Add sensible fdi default for bcm5974
      Optional: Set corner buttons to off by default
      Do not use stale option list pointers
      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

Julien Cristau (6):
      Add watch file.
      Merge tag 'xf86-input-synaptics-0.99.3' into debian-experimental
      update changelog for new upstream
      Build against xserver 1.6 rc1.
      Handle parallel builds.
      Prepare changelog for upload

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

Matthieu Herrb (2):
      Fix build if we don't enable BUILD_EVENTCOMM.
      syndaemon: fix BSD-specific build issues (signal related)

Peter Hutterer (21):
      Add support for device properties.
      Compile fixes.
      Fix build with non-property enabled servers.
      Don't crash when neither Path nor Device are given.
      Don't lose button up event if timeout is cancelled in the same ReadInput cycle
      Pre-probe the device (eventcomm only).
      Improve edge autodetection and accel.
      Claim that we are a XI_TOUCHPAD, not a mouse.
      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.
      synaptics 1.0 RC 1
      fdi: make use of hal's contains_outof matcher to reduce duplication.
      fdi: only match on input.touchpad, not on various product names.
      synaptics 1.0 RC 2
      Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988)
      synaptics 1.0 RC3

Timo Aaltonen (1):
      Run autoreconf at build time

William Grant (3):
      Fix two off-by-one errors in the property handling code
      Return correctly on successful property setting
      [syndaemon] switch over to input properties

---
 .gitignore                     |    1 
 INSTALL                        |    2 
 Makefile.am                    |    4 
 Makefile.in                    |  673 -
 aclocal.m4                     | 8256 --------------
 config.guess                   | 1526 --
 config.h.in                    |   72 
 config.sub                     | 1658 --
 configure                      |22913 -----------------------------------------
 configure.ac                   |    8 
 debian/changelog               |   14 
 debian/control                 |    2 
 debian/rules                   |   28 
 debian/watch                   |    2 
 depcomp                        |  589 -
 fdi/11-x11-synaptics.fdi       |   13 
 fdi/Makefile.in                |  363 
 include/Makefile.am            |    4 
 include/Makefile.in            |  363 
 include/synaptics-properties.h |  142 
 include/synaptics.h            |    1 
 install-sh                     |  519 
 ltmain.sh                      | 6964 ------------
 man/Makefile.in                |  476 
 man/synaptics.man              |   39 
 missing                        |  367 
 src/Makefile.am                |    3 
 src/Makefile.in                |  534 
 src/alpscomm.c                 |    3 
 src/eventcomm.c                |  137 
 src/properties.c               |  522 
 src/ps2comm.c                  |    3 
 src/psmcomm.c                  |    3 
 src/psmcomm.h                  |    2 
 src/synaptics.c                |  491 
 src/synapticsstr.h             |   13 
 src/synproto.h                 |    1 
 tools/Makefile.in              |  514 
 tools/synclient.c              |    6 
 tools/syndaemon.c              |   21 
 xorg-synaptics.pc.in           |    6 
 41 files changed, 1221 insertions(+), 46037 deletions(-)
---


Reply to: