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

xserver-xorg-input-joystick: Changes to 'refs/tags/xserver-xorg-input-joystick-1_1.2.3-1'



Tag 'xserver-xorg-input-joystick-1_1.2.3-1' created by Brice Goglin <bgoglin@debian.org> at 2007-08-16 18:23 +0000

Tagging upload of xserver-xorg-input-joystick 1:1.2.3-1 to unstable.

Changes since xserver-xorg-input-joystick-1_1.2.1-2:
Brice Goglin (4):
      Remove Fabio from uploaders with his permission. He's always welcome back.
      Merge tag 'xf86-input-joystick-1.2.3' into debian-unstable
      New upstream release
      Prepare changelog for upload

Sascha Hlusiak (21):
      Makefile.am: Rule to autogenerate ChangeLog from git on make dist
      Removed unnamed unions to compile with gcc 2.95
      Fixed dynamic button mapping properly.
      Prepared for proper usage of keymap for device
      Added notes to the manpage
      Removed abundant debugging messages
      Mark float constants with proper f suffix
      Reverted commit a24a5eeb30b224abf2bb512619fe5ab7284fa252 (prepare for keymap)
      Prepared for release 1.2.2
      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

---
 .gitignore         |    2 
 ChangeLog          |  167 ++++++++++++++
 Makefile.am        |   11 
 Makefile.in        |   17 +
 config.h.in        |    6 
 config.sub         |   14 -
 configure          |  112 ++++++---
 configure.ac       |   14 +
 debian/changelog   |    8 
 debian/control     |    2 
 man/.gitignore     |    2 
 man/Makefile.in    |    2 
 man/joystick.man   |   96 +++++++-
 src/Makefile.in    |    2 
 src/bsd_jstk.c     |  371 ++++++++++++++++----------------
 src/jstk.c         |  599 ++++++++++++++++++++++++++++-------------------------
 src/jstk.h         |   67 ++---
 src/jstk_axis.c    |  537 ++++++++++++++++++++++++++---------------------
 src/jstk_axis.h    |    1 
 src/jstk_options.c |  326 +++++++++++++++++-----------
 src/jstk_options.h |    9 
 src/linux_jstk.c   |  180 ++++++++-------
 22 files changed, 1537 insertions(+), 1008 deletions(-)
---



Reply to: