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

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



Tag 'xf86-input-joystick-1.2.3' created by Sascha Hlusiak <saschahlusiak@arcor.de> at 2007-08-16 11:59 +0000

Joystick Driver Version 1.2.3

Changes since xf86-input-joystick-1.2.2:
Sascha Hlusiak (12):
      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     |  371 ++++++++++++++++-----------------
 src/jstk.c         |  590 +++++++++++++++++++++++++++--------------------------
 src/jstk.h         |   48 +---
 src/jstk_axis.c    |  536 +++++++++++++++++++++++++++---------------------
 src/jstk_axis.h    |    1 
 src/jstk_options.c |  300 +++++++++++++++-----------
 src/jstk_options.h |    6 
 src/linux_jstk.c   |  180 ++++++++--------
 11 files changed, 1175 insertions(+), 966 deletions(-)
---



Reply to: