Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-01 | XGetSelectedExtensionEvents: Still more locking bugs | David Weinehall | |
Fix a couple more return-without-unlocks. | |||
2007-08-01 | XChangeDeviceControl: Fix completely broken locking | Daniel Stone | |
Drop the display lock when we exit from XChangeDeviceControl(), instead of leaking it. | |||
2007-08-01 | Bump to 1.1.2libXi-1.1.2 | Daniel Stone | |
2007-08-01 | DevicePresenceNotify: Don't make non-static function, static | Daniel 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-05 | Bump to version 1.1.1.libXi-1.1.1 | Peter Hutterer | |
2007-06-18 | Bug 9657: Bad markup on XGrabDeviceKey.3x | Peter Hutterer | |
<https://bugs.freedesktop.org/show_bug.cgi?id=9657> | |||
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-11-19 | Bug #8663: _XiCheckExtInit must drop the Display lock in all error cases. | Jamey Sharp | |
2006-11-08 | DevicePresenceNotify: remove verbosity, fill out all fields | Daniel Stone | |
Don't throw a printf every time we get a DPN, and fill in all the fields when copying the structure. | |||
2006-10-21 | re-enable iscore in DEVICE_CORE, re-enable DEVICE_ENABLElibXi-1.1.0 | Daniel Stone | |
2006-10-21 | Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.input-hotplug | Zephaniah 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-20 | add DEVICE_ENABLE control, add iscore to DEVICE_CORE | Daniel 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-15 | Don'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-15 | Don'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-14 | Add *.o to .gitignore. | Jamey Sharp | |
2006-09-24 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXi | Daniel Stone | |
2006-09-24 | Merge branch 'input-hotplug' | Daniel Stone | |
2006-08-14 | Bug 7855/Patch 6530: incorrect manpage section suffix | Drew 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-18 | bump version to 1.1.0, require inputproto 1.4 | Daniel 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-18 | add DevicePresenceNotify event | Daniel Stone | |
Add a DevicePresenceNotify event, which notes that something about the device list changed. | |||
2006-07-18 | add sensible DEVICE_TOUCHSCREEN and DEVICE_CORE controls | Daniel 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-18 | remove ChangeLog, add dist hook | Daniel Stone | |
Remove ChangeLog from the tree, and add a git dist hook to generate it automatically. | |||
2006-07-18 | fix indentation on function declarations | Daniel Stone | |
Another brief run with indent. | |||
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-04-27 | Bump to 1.0.1libXi-1_0_1XORG-7_1 | Adam Jackson | |
2006-03-31 | Mass reindent. Sorry.XORG-7_0_99_901 | Daniel Stone | |
2006-03-20 | Bug #6286: Fix build on Cygwin. (Yaakov Selkowitz) | Adam Jackson | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages | Alan Coopersmith | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | |
suffix rule (reported by Matthieu Herrb) | |||
2005-10-13 | Add generated man pages to .cvsignores | Alan Coopersmith | |
2005-10-12 | Use sed to put version number in man page Add shadow man pages for man | Alan Coopersmith | |
pages that document multiple functions. | |||
2005-10-05 | Added missing file to EXTRA_DIST | Kevin E Martin | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin 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-16 | Set soversion to 6.0.0 using -version-number. | Daniel Stone | |
2005-07-12 | Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles. | Daniel Stone | |
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | |
2005-07-01 | xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove | Sø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-01 | spell freedesktop.org correctly | Alan Coopersmith | |
2005-05-22 | Autotool libXi | Alan Coopersmith | |
2004-04-23 | Merging 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-branchCOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |