summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-01XGetSelectedExtensionEvents: Still more locking bugsDavid Weinehall
Fix a couple more return-without-unlocks.
2007-08-01XChangeDeviceControl: Fix completely broken lockingDaniel Stone
Drop the display lock when we exit from XChangeDeviceControl(), instead of leaking it.
2007-08-01Bump to 1.1.2libXi-1.1.2Daniel Stone
2007-08-01DevicePresenceNotify: Don't make non-static function, staticDaniel Stone
I wish that there was a better way to do this, but c'est la vie. It's our exposed API, so we've just got to deal for now.
2007-07-05Bump to version 1.1.1.libXi-1.1.1Peter Hutterer
2007-06-18Bug 9657: Bad markup on XGrabDeviceKey.3xPeter Hutterer
<https://bugs.freedesktop.org/show_bug.cgi?id=9657>
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone
Make ChangeLog hook as safe as possible.
2006-11-19Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases.Jamey Sharp
2006-11-08DevicePresenceNotify: remove verbosity, fill out all fieldsDaniel Stone
Don't throw a printf every time we get a DPN, and fill in all the fields when copying the structure.
2006-10-21re-enable iscore in DEVICE_CORE, re-enable DEVICE_ENABLElibXi-1.1.0Daniel Stone
2006-10-21Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.input-hotplugZephaniah E. Hull
(We now compile again.) Track the DEVICE_TOUCHSCREEN -> DEVICE_ABS_CALIB and new DEVICE_ABS_AREA changes to the input protocol.
2006-10-20add DEVICE_ENABLE control, add iscore to DEVICE_COREDaniel Stone
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.
2006-10-15Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is ↵Jamey Sharp
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@gmx.net> for identifying the bug and proposing a workaround.
2006-10-15Don't call XInput_find_display in _XiGetExtensionVersion, while the Display ↵Jamey Sharp
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@gmx.net> for identifying the bug and proposing a workaround.
2006-10-14Add *.o to .gitignore.Jamey Sharp
2006-09-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXiDaniel Stone
2006-09-24Merge branch 'input-hotplug'Daniel Stone
2006-08-14Bug 7855/Patch 6530: incorrect manpage section suffixDrew Parsons
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.
2006-07-18bump version to 1.1.0, require inputproto 1.4Daniel Stone
Bump the version to 1.1.0, and make sure we build with inputproto 1.4, for the DEVICE_{TOUCHSCREEN,CORE} controls, and DevicePresenceNotify.
2006-07-18add DevicePresenceNotify eventDaniel Stone
Add a DevicePresenceNotify event, which notes that something about the device list changed.
2006-07-18add sensible DEVICE_TOUCHSCREEN and DEVICE_CORE controlsDaniel Stone
Add a more sensible DEVICE_TOUCHSCREEN control, which allows you to clip the x and y values. Add a DEVICE_CORE control, which toggles the sending of core events by extended devices.
2006-07-18remove ChangeLog, add dist hookDaniel Stone
Remove ChangeLog from the tree, and add a git dist hook to generate it automatically.
2006-07-18fix indentation on function declarationsDaniel Stone
Another brief run with indent.
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-04-27Bump to 1.0.1libXi-1_0_1XORG-7_1Adam Jackson
2006-03-31Mass reindent. Sorry.XORG-7_0_99_901Daniel Stone
2006-03-20Bug #6286: Fix build on Cygwin. (Yaakov Selkowitz)Adam Jackson
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesAlan Coopersmith
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin
2005-10-18Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-17Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith
suffix rule (reported by Matthieu Herrb)
2005-10-13Add generated man pages to .cvsignoresAlan Coopersmith
2005-10-12Use sed to put version number in man page Add shadow man pages for manAlan Coopersmith
pages that document multiple functions.
2005-10-05Added missing file to EXTRA_DISTKevin E Martin
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-16Set soversion to 6.0.0 using -version-number.Daniel Stone
2005-07-12Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles.Daniel Stone
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard
2005-07-01xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: removeSøren Sandmann Pedersen
whitespace after backslash modularizeapp.sh: s/destkop/desktop/ modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
2005-07-01spell freedesktop.org correctlyAlan Coopersmith
2005-05-22Autotool libXiAlan Coopersmith
2004-04-23Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGExprint_packagertest_20041217xprint_packagertest_20041125sco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich