libXi: Changes to 'refs/tags/libXi-1.4.99.1'

Peter Hutterer whot at kemper.freedesktop.org
Tue Nov 8 17:08:24 PST 2011


Tag 'libXi-1.4.99.1' created by Peter Hutterer <peter.hutterer at who-t.net> at 2011-11-09 01:06 -0800

libXi 1.4.99.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk650g8ACgkQ4jt+cLRn8L/AzQCfck5ohZpP/o1hLACDdTNxi+LI
350An1IGbU7eLsiO/RVoTk2hr3NUltpr
=XX8L
-----END PGP SIGNATURE-----

Changes since libXi-1.4.2:
Alan Coopersmith (3):
      Move Xinput server API documentation from libXi to xserver
      Fix the FIXME output in man page .TH macros generated by asciidoc
      Make shadow man pages generated by asciidoc work with Solaris man

Gaetan Nadon (13):
      Documentation: add Docbook external references support
      make: remove unneeded AM_V_GEN silent rule directive.
      make: use AM_V_at rather than AM_V_GEN to prefix the mv command
      Install target dbs alongside generated documents
      Install xml versions of specs even if HAVE_XMLTO is false
      docbook.am: global maintenance update - entities, images and olinking
      docbook.am: embed css styles inside the HTML HEAD element
      docs: remove <productnumber> which is not used by default
      docs: use the &fullrelvers; entity to set X11 release information
      inputlib: fix copyright statements
      inputlib: prefix 1.0 with the word Version
      inputlib: restore original title "X Input Device Extension Library"
      specs: refactor and complete copyright legal text

Jeremy Huddleston (1):
      Use AM_CPPFLAGS to use in tree headers before installed headers

Matt Dew (2):
      Add id attributes to funcsynopsis to allow other docs to olink to them.
      1 - fix the capitalization of the ID attriutes to match either the

Matthieu Herrb (1):
      Fix XISelectEvents on 64 bits, strict alignement architectures.

Peter Hutterer (27):
      Allocate enough memory for raw events + extra data.
      XIChangeHierarchy: Return Success early if no actual changes are requested.
      Remove a few unused assignments.
      man: fix typo, layout in XGetExtensionVersion.man
      Silence compiler warning in XListDProp.c
      Silence compiler warning due to differnent event conversion procs
      man: fix missing comma in XIGrabEnter man page
      Use Data, not Data32 in XIPassiveGrabDevice
      man: Fix wrong event names in XIGrabButton.
      man: Fix typo in XIChangeProperty
      Bump to 1.4.99
      man: Fix formatting in XGetFeedbackControl
      Add XI2 library-internal array offsets to XIint.h
      Don't use the protocol defines for 2.0 versioning.
      Handle unknown device classes.
      man: fix typo in XIQueryDevice man page
      man: update property and grab man pages for new constants
      Handle unknown device classes.
      man: fix typo in XIQueryDevice man page
      man: update property and grab man pages for new constants
      Require inputproto 2.0.99.1 or later
      Support XI 2.1 internally
      Support XI 2.1 XIScrollClass
      Merge branch 'smooth-scrolling'
      Use a separate nclasses variable in XIQueryDevice
      Remove superfluous assignment of lib->classes in XIQueryDevices.
      Bump to 1.4.99.1

---
 Makefile.am                      |    2 
 configure.ac                     |   17 
 doc/.gitignore                   |    4 
 doc/Makefile.am                  |   63 --
 doc/porting.xml                  | 1209 ---------------------------------------
 docbook.am                       |  105 +++
 include/X11/extensions/XInput2.h |   11 
 man/Makefile.am                  |   15 
 man/XGetExtensionVersion.txt     |   11 
 man/XGetFeedbackControl.txt      |   55 -
 man/XIChangeHierarchy.txt        |    3 
 man/XIChangeProperty.txt         |   16 
 man/XIGrabButton.txt             |   15 
 man/XIGrabDevice.txt             |   15 
 man/XIGrabEnter.txt              |   15 
 man/XIQueryDevice.txt            |   41 +
 specs/.gitignore                 |    1 
 specs/Makefile.am                |   65 --
 specs/encoding.xml               |    2 
 specs/inputlib.xml               |   47 -
 specs/library.xml                |  446 +++++++-------
 src/Makefile.am                  |    9 
 src/XExtInt.c                    |   79 ++
 src/XIHierarchy.c                |    3 
 src/XIPassiveGrab.c              |    4 
 src/XIQueryDevice.c              |   12 
 src/XISelEv.c                    |    2 
 src/XIint.h                      |   15 
 src/XListDProp.c                 |    2 
 src/XSndExEv.c                   |   11 
 30 files changed, 622 insertions(+), 1673 deletions(-)
---


More information about the xorg-commit mailing list