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

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



Tag 'xf86-input-synaptics-0.15.1' created by Christoph Brill <egore911@egore911.de> at 2008-09-07 09:40 +0000

xf86-input-synaptics-0.15.1

Changes since xf86-input-synaptics-0.15.0:
Adel Gadllah (1):
      Re-enable TapButtons and CornerButtons to work by default.

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

Christoph Brill (6):
      Add .fdi file from gentoo (also used by pld)
      Fix "make distcheck"
      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

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

Henrik Rydberg (4):
      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

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

Mattia Dongili (1):
      Add 02-scandir-dev-input.patch from Debian

Peter Hutterer (6):
      Move synaptics.h into include/, create synapticsstr.h for private structs.
      Shut up compiler warning, HandleClickWithFingers should be a void.
      Fill up version info correctly.
      Add support for device properties.
      Compile fixes.
      Fix build with non-property enabled servers.

William Grant (1):
      Fix two off-by-one errors in the property handling code

---
 Makefile.am                    |    2 
 configure.ac                   |    6 
 fdi/11-x11-synaptics.fdi       |   24 +
 fdi/Makefile.am                |   21 +
 include/Makefile.am            |   21 +
 include/synaptics-properties.h |  142 ++++++++++
 include/synaptics.h            |  156 +++++++++++
 man/synaptics.man              |   15 +
 src/Makefile.am                |    7 
 src/eventcomm.c                |   93 +++---
 src/properties.c               |  550 +++++++++++++++++++++++++++++++++++++++++
 src/synaptics.c                |   71 ++++-
 src/synaptics.h                |  279 --------------------
 src/synapticsstr.h             |  142 ++++++++++
 tools/Makefile.am              |    3 
 tools/syndaemon.c              |    9 
 16 files changed, 1194 insertions(+), 347 deletions(-)
---


Reply to: