libXi: Changes to 'mpx'

Peter Hutterer whot at kemper.freedesktop.org
Sun Apr 27 22:02:27 PDT 2008


 .gitignore                             |    1 
 configure.ac                           |    6 
 include/X11/extensions/XInput.h        | 1454 +++++++
 man/Makefile.am                        |  221 -
 man/XAllowDeviceEvents.man             |  146 
 man/XChangeDeviceDontPropagateList.man |   93 
 man/XChangeKeyboardDevice.man          |   70 
 man/XChangePointerDevice.man           |   76 
 man/XChangePointerKeyboardPairing.man  |   53 
 man/XDeviceBell.man                    |   77 
 man/XGetDeviceControl.man              |  139 
 man/XGetDeviceKeyMapping.man           |  180 
 man/XGetDeviceModifierMapping.man      |  145 
 man/XGetDeviceMotionEvents.man         |  117 
 man/XGetExtensionVersion.man           |   54 
 man/XGetFeedbackControl.man            |  319 -
 man/XGetPairedPointer.man              |   46 
 man/XGrabDevice.man                    |  203 -
 man/XGrabDeviceButton.man              |  211 -
 man/XGrabDeviceKey.man                 |  205 -
 man/XI.xml                             | 6107 +++++++++++++++++++++++++++++++++
 man/XListInputDevices.man              |  233 -
 man/XOpenDevice.man                    |  126 
 man/XQueryDeviceState.man              |   99 
 man/XSelectExtensionEvent.man          |  151 
 man/XSendExtensionEvent.man            |  142 
 man/XSetClientPointer.man              |   58 
 man/XSetDeviceButtonMapping.man        |  102 
 man/XSetDeviceFocus.man                |  219 -
 man/XSetDeviceMode.man                 |   72 
 man/XSetDeviceValuators.man            |   82 
 src/Makefile.am                        |    6 
 src/XChPKPair.c                        |   63 
 src/XExtInt.c                          |    5 
 src/XGetVers.c                         |   31 
 src/XIint.h                            |    2 
 36 files changed, 7685 insertions(+), 3629 deletions(-)

New commits:
commit 7d0977bc02ce4f29c0ed335fcdcce4ed7c328259
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Mon Apr 28 11:24:40 2008 +0930

    man: more formatting changes (indentation, whitespaces, linewidth).

commit 2e4cb17b0354fb424f841431a4a20cf6a3e3059c
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 19:46:21 2008 +0930

    man: formatting changes in XI.xml

commit 212fb41a101833c817195ef02d20248523929ef3
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 19:26:55 2008 +0930

    man: fix up use of <function> tag and some whitespaces.

commit 4ce9781be5f3468d184e34bf36329aa220c726bb
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 19:11:06 2008 +0930

    man: add old HP, Ardent Computer copyright, plus my new one.

commit 36f17efe0a4b0278fd442c0bcd97a9d762d96011
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 19:01:39 2008 +0930

    .gitignore: add man pages.

commit ea09ee20525e4e6a0a6517654ed12fd419f00b23
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 19:01:03 2008 +0930

    man: switch over to using xmlto to generate man pages.
    
    Removing all nroff man pages.

commit b620f6995b76742c95b32db054d0b5d9fef7a33d
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 18:57:48 2008 +0930

    man: fixes in XI.xml
    
    Some global whitespace replacements (e.g. space before comma)
    Splitting refnames where two functions are listed.
    Adding refmiscinfo tags (see libXtst)

commit 51886a38dd42bb62bf3ffcadbf73472e6d2b514f
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sun Apr 27 16:33:00 2008 +0930

    man: add XI.xml. Contains all libXi man pages in docbook.format.
    
    Note that conversion was half-automated and half-manual. There's a lot of
    little things to be fixed up.

commit c142891001e53b3c9d1d4a0cfcb0ff555c2f0070
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sat Apr 26 17:07:39 2008 +0930

    Deprecate XGetExtensionVersion(), replace with XQueryInputVersion().
    
    We need XI to be able to do some sort of versioning support.

commit 94284e40f5fc9bf30cc2cc5915f6adb22de7bffe
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 18:07:36 2008 +0930

    Add XInput.h file from inputproto package.
    
    This file only belongs to libXi, it shouldn't have been in the inputproto
    package in the first place. For a revision history of this file refer to
    git://anongit.freedesktop.org/git/xorg/proto/inputproto

commit 166083c09a96b1b7e612bdbb1515d79c3bf57185
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 18:05:37 2008 +0930

    Removing previously removed man pages from Makefile.am as well...

commit c1c8a0e585089b3c18ddbd9039f0053a40dbe6cb
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 17:58:16 2008 +0930

    Extend XListInputDevices man page to include MPX details.

commit 064f0ec80c6e3cd2f05dd104ca17359b2f7ab833
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 17:37:24 2008 +0930

    Remove XChangePointerKeyboardPairing call.

commit ef953b30eb212a65e2aa841c8ccdbbe9127b3b56
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 17:34:57 2008 +0930

    Remove XChangePointerKeyboardPairing and XGetPairedPointer man pages.
    
    Calls don't exist anymore.



More information about the xorg-commit mailing list