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

xserver-xorg-input-acecad: Changes to 'refs/tags/xf86-input-acecad-1.5.0'



Tag 'xf86-input-acecad-1.5.0' created by Cyril Brulebois <kibi@debian.org> at 2011-05-04 22:23 +0000

acecad 1.5.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk3B0egACgkQeGfVPHR5Nd155gCgqSotITstuIJBshvKAOUvysw0
5NQAoK8lwl3rAQ4oyKhIXOE4C/lJP7OX
=Alcz
-----END PGP SIGNATURE-----

Changes since the dawn of time:
Adam Jackson (9):
      Bug #3626: _X_EXPORT tags for video and input drivers.
      Bug #1565: Don't delete the driver twice. (St�ane VOLTZ)
      Prep input drivers for modularizing by adding guarded #include "config.h"
      Build skeletons for input drivers. Should basically work.
      More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
      Only build dlloader modules by default.
      Stub COPYING files
      Unlibcwrap and bump server version requirement.
      Bump to 1.1.0.

Alan Coopersmith (9):
      Use sed & cpp to substitute variables in driver man pages
      Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
      Make compatible with new input ABI
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos
      Fill in COPYING file, add SubmittingPatches URL to README
      Update Sun license notices to current X.Org standard form
      Remove refcnt field from InputDriverRec.

Cyril Brulebois (1):
      acecad 1.5.0

Daniel Stone (1):
      Update autogen.sh to one that does objdir != srcdir.

Egbert Eich (5):
      Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      readding XFree86's cvs IDs
      Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      Merging XORG-CURRENT into trunk

Eric Anholt (1):
      Add .cvsignores for drivers.

Gaetan Nadon (25):
      xf86-input-acecad: Remove unused .cvsignore file #23776
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: remove unused sdkdir=$(pkg-config...) statement
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove AH_TOP autoheader statement
      config: add conditional inclusion of config.h
      config: simplify configuration regarding sysfs headers and library.
      config: update AC_PREREQ statement to 2.60
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: fix warnings and layout
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: fix checking for extensions section
      config: remove extension check for unused RANDR extension
      config: optional extension check for inputproto not required
      man: Use Autoconf provided $(AM_V_GEN)$(SED)
      config: AC_PROG_SED is required explicitly on Solaris
      config: acecad does not use the input protocol
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: requires xext, kb and input extensions through xf86.h
      config: requires RANDR through xf86.h

Giuseppe Bilotta (36):
      Clean up defines, and add an include to fix compilation when LINUX_INPUT is defined
      Use the proper MessageType for probed, default, info and error messages.
      Support 2.6.x kernels.
      Bump to 1.1.1.
      Use autoconfigured package version if possible.
      We always have config.h.
      Uniformize messages.
      Initial support for device autodetection.
      Add autoconf check for linux/input.h
      Add autogen.sh and autogenerate ChangeLog to dist
      Merge branch 'master' into autodev
      "Name" option to configure autodev detection string.
      Device autodetection via sysfs.
      Re-probe for device if DeviceOn fails and auto-dev is active.
      Re-probe on device not found on input if auto-dev is active.
      De-spammify AceCadAutoDevProbe().
      Whitespace cleanup.
      Add missing newlines in a couple of messages.
      More coding style cleanups.
      More whitespace cleanup.
      Make acecadUSB into a flag.
      Make acecadAutoDev into a flag.
      NOTAVAIL macro to check if errno means device not available.
      Keep track of device availability.
      Centralize the success code for the probe routine.
      More whitespace/coding style cleanups.
      Simplify flag setup.
      Bump to 1.2.0.
      Don't crash X when the tablet wasn't found.
      acecad: don't crash when xf86IsCorePointer is not defined
      acecad: do our own scaling with USB device since it's not done in the kernel and ConverProc() isn't called automatically by X
      acecad: set type_name to XI_TABLET
      acecad: fake device limits == screen limits in xserver 1.4 for xinput
      acecad: improve handling of botched input versions
      acecad: fix blotchy input in Inkscape and the Gimp by not pretending to be the core pointer by default
      Bump to 1.2.2

Julien Cristau (1):
      Bump to 1.2.1

Kaleb Keithley (3):
      Initial revision
      XFree86 4.3.0.1
      XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (11):
      Update all input drivers to pass distcheck
      Make the module dir configurable
      Various changes preparing packages for RC0:
      Update package version number for RC1 release.
      Update pkgcheck depedencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Remove extraneous AC_MSG_RESULT.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.
      Update package version for X11R7 release.

Markus Kuhn (1):
      Encoding of numerous files changed to UTF-8

Matthieu Herrb (2):
      Add .gitignore
      fix build on BSD systems.

Paul Vojta (1):
      Off-by-one (and comment) fix.

Paulo Cesar Pereira de Andrade (4):
      Compile warning fixes.
      Dont dlopen libsysfs.so, instead, link with it when available.
      Correct wrong check for Linux libsysfs.
      Janitor: Correct make distcheck and minor configure.ac cleanup.

Peter Hutterer (21):
      Check for XINPUT ABI 3.
      acecad 1.3.0
      Cope with ABI_XINPUT_VERSION 7 - requires button/axes labels.
      remove un-used _ACECAD_C_ define
      Remove RCS tags
      unifdef XFree86LOADER, this isn't optional anymore anyway.
      Remove unused code from TearDownProc
      Remove redefinition of read()
      Require xorg-macros 1.3 for XORG_DEFAULT_OPTIONS
      acecad 1.4.0
      Remove some unused crap from configure
      Remove usage of XI86_POINTER_CAPABLE.
      Replace LocalDevicePtr with InputInfoPtr.
      Remove libc wrapper usage for xcalloc, xfree, etc.
      Move default_options up, preparation work for ABI 12.
      Purge close_proc, hasn't been called by the server for ages.
      Use a local variable for history_size.
      Adjust to new PreInit for ABI 12.
      Add mode field to InitValuatorAxisStruct
      Bump to 1.4.99
      The driver doesn't need libXext

Søren Sandmann Pedersen (1):
      Don\'t lose existing CFLAGS in all the input drivers and some of the video


Reply to: