libXi: Changes to 'input-hotplug'

Zephaniah E. Hull warp at kemper.freedesktop.org
Sat Oct 21 11:02:01 EEST 2006


 ChangeLog                              |   81 ---------------------------------
 Makefile.am                            |   11 ++++
 man/Makefile.am                        |    2 
 man/XAllowDeviceEvents.man             |    4 -
 man/XChangeDeviceDontPropagateList.man |    2 
 man/XChangeKeyboardDevice.man          |    2 
 man/XChangePointerDevice.man           |    2 
 man/XDeviceBell.man                    |    6 +-
 man/XGetDeviceControl.man              |    2 
 man/XGetDeviceKeyMapping.man           |    6 +-
 man/XGetDeviceModifierMapping.man      |    6 +-
 man/XGetDeviceMotionEvents.man         |    2 
 man/XGetExtensionVersion.man           |    2 
 man/XGetFeedbackControl.man            |    2 
 man/XGrabDevice.man                    |    8 +--
 man/XGrabDeviceButton.man              |    8 +--
 man/XGrabDeviceKey.man                 |    8 +--
 man/XListInputDevices.man              |    2 
 man/XOpenDevice.man                    |    2 
 man/XQueryDeviceState.man              |    2 
 man/XSelectExtensionEvent.man          |    2 
 man/XSendExtensionEvent.man            |    4 -
 man/XSetDeviceButtonMapping.man        |    8 +--
 man/XSetDeviceFocus.man                |    2 
 man/XSetDeviceMode.man                 |    2 
 man/XSetDeviceValuators.man            |    2 
 src/.gitignore                         |    1 
 src/XAllowDv.c                         |    2 
 src/XChgDCtl.c                         |   80 ++++++++++++++++++++++++++------
 src/XChgFCtl.c                         |    2 
 src/XChgKMap.c                         |    2 
 src/XChgKbd.c                          |    2 
 src/XChgPnt.c                          |    2 
 src/XChgProp.c                         |    2 
 src/XCloseDev.c                        |    2 
 src/XDevBell.c                         |    2 
 src/XExtInt.c                          |    6 +-
 src/XGMotion.c                         |    2 
 src/XGetBMap.c                         |    2 
 src/XGetDCtl.c                         |   66 +++++++++++++++++++++-----
 src/XGetFCtl.c                         |    2 
 src/XGetKMap.c                         |    2 
 src/XGetMMap.c                         |    2 
 src/XGetProp.c                         |    2 
 src/XGetVers.c                         |    8 +--
 src/XGrDvBut.c                         |    2 
 src/XGrDvKey.c                         |    2 
 src/XGrabDev.c                         |    2 
 src/XGtFocus.c                         |    2 
 src/XGtSelect.c                        |    2 
 src/XIint.h                            |    4 -
 src/XListDev.c                         |    2 
 src/XOpenDev.c                         |    2 
 src/XQueryDv.c                         |    2 
 src/XSelect.c                          |    2 
 src/XSetBMap.c                         |    2 
 src/XSetDVal.c                         |    2 
 src/XSetMMap.c                         |    2 
 src/XSetMode.c                         |    2 
 src/XSndExEv.c                         |    2 
 src/XUngrDev.c                         |    2 
 src/XUngrDvB.c                         |    2 
 src/XUngrDvK.c                         |    2 
 63 files changed, 214 insertions(+), 193 deletions(-)

New commits:
commit 50c88082ba2ee4785f4beaa351f2b772f1a381ad
Author: Zephaniah E. Hull <warp at agamemnon.b5>
Date:   Sat Oct 21 04:01:46 2006 -0400

    Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.
    (We now compile again.)
    
    Track the DEVICE_TOUCHSCREEN -> DEVICE_ABS_CALIB and new DEVICE_ABS_AREA
    changes to the input protocol.

commit 2a3f042241bb63601f5745f397bb1b66ecc5a592
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Fri Oct 20 00:39:50 2006 +0300

    add DEVICE_ENABLE control, add iscore to DEVICE_CORE
    
    Add DEVICE_ENABLE for enabling/disabling devices, and an 'iscore'
    flag to DEVICE_CORE that specifies whether or not the device is a
    virtual core device.

commit c27e00ceceed3fea011c98c0e70ab568bf0687c6
Author: Jamey Sharp <jamey at minilop.net>
Date:   Sun Oct 15 00:26:21 2006 -0700

    Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is held.
    
    All callers of _XiCheckExtInit have already called XInput_find_display
    first outside the lock, so just pass their copy of the XExtDisplayInfo
    structure down. Besides being more correct, this should be slightly
    faster. :-)
    
    Thanks to Magnus Kessler <Magnus.Kessler at gmx.net> for identifying
    the bug and proposing a workaround.

commit 5dda1e1509d40ef64ebc816ce538cef462a4fa51
Author: Jamey Sharp <jamey at minilop.net>
Date:   Sun Oct 15 00:03:57 2006 -0700

    Don't call XInput_find_display in _XiGetExtensionVersion, while the Display lock is held.
    
    _XiGetExtensionVersion has two callers. One had already called
    XInput_find_display, and the other could easily do so outside the
    Display lock. So I change the _XiGetExtensionVersion interface to
    accept a previously-computed XExtDisplayInfo from the caller.
    Besides being more correct, this should be slightly faster. :-)
    
    Thanks to Magnus Kessler <Magnus.Kessler at gmx.net> for identifying
    the bug and proposing a workaround.

commit 8e317d390d1ef8f2c072957355b5d71db3b89c43
Author: Jamey Sharp <jamey at minilop.net>
Date:   Sat Oct 14 23:56:20 2006 -0700

    Add *.o to .gitignore.

commit 6e08a76fd8e356f98d2d6913f0c1b1401090768d
Merge: ba84e84... 360ceac...
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Sun Sep 24 20:02:24 2006 +0300

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXi

commit ba84e84575b4167b0c6298e86a860b0741e2d2a3
Merge: 93d3c2c... 576c579...
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Sun Sep 24 19:58:56 2006 +0300

    Merge branch 'input-hotplug'

commit 360ceacb2a3cbad1652d1b02d79b24469db2980a
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Aug 14 14:10:52 2006 -0700

    Bug 7855/Patch 6530: incorrect manpage section suffix
    
    Bug 7855 <https://bugs.freedesktop.org/show_bug.cgi?id=7855>
    Patch 6530 <https://bugs.freedesktop.org/attachment.cgi?id=6530>
    Based on patch by Fabio M. Di Nitto c/- Colin Watson, Debian Bug#377204.

commit 93d3c2c45ccd9a806342746c4df33c684a284dd6
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Tue Jul 18 11:39:16 2006 -0400

    remove ChangeLog, add dist hook
    Remove ChangeLog from the tree, and add a git dist hook to generate
    it automatically.




More information about the xorg-commit mailing list