xf86-input-joystick: Changes to 'refs/tags/xf86-input-joystick-1.2.3'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Thu Aug 16 05:01:57 PDT 2007


Tag 'xf86-input-joystick-1.2.3' created by Sascha Hlusiak <saschahlusiak at arcor.de> at 2007-08-16 12:59 -0700

Joystick Driver Version 1.2.3

Changes since xf86-input-joystick-1.2.2:
Sascha Hlusiak:
      Added missing section about valuators to manpage
      Added note about SendCoreEvents keyword to ServerLayout in manpage.
      Added "oldvalue" to axis struct, containing the exact last "value" of the axis
      Added "keylow" and "keyhigh" option to axes, which generates key events when the axis is moved.
      Added example about mapping axes to keys to manpage.
      Reformatted whole source to 4-space-indents
      Move subpixel movement from global to per axis/button.
      Fixed button mapping to an axis needing amplify value.
      Key autorepeat added for axes with mode=relative
      Explained new key generation features for axes in man page.
      Added --enable-debug option to configure script
      configure.ac: prepared for 1.2.3 release

---
 configure.ac       |   14 +
 man/.gitignore     |    2 
 man/joystick.man   |   93 +++++++-
 src/bsd_jstk.c     |  367 ++++++++++++++++----------------
 src/jstk.c         |  596 +++++++++++++++++++++++++++--------------------------
 src/jstk.h         |   48 +---
 src/jstk_axis.c    |  530 ++++++++++++++++++++++++++---------------------
 src/jstk_axis.h    |    1 
 src/jstk_options.c |  298 +++++++++++++++-----------
 src/jstk_options.h |    6 
 src/linux_jstk.c   |  174 +++++++--------
 11 files changed, 1169 insertions(+), 960 deletions(-)
---


More information about the xorg-commit mailing list