summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.input-hotplugZephaniah E. Hull2006-10-212-26/+85
| | | | | | | (We now compile again.) Track the DEVICE_TOUCHSCREEN -> DEVICE_ABS_CALIB and new DEVICE_ABS_AREA changes to the input protocol.
* add DEVICE_ENABLE control, add iscore to DEVICE_COREDaniel Stone2006-10-202-0/+33
| | | | | | 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.
* Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is ↵Jamey Sharp2006-10-1536-37/+37
| | | | | | | | | | | | 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.
* Don't call XInput_find_display in _XiGetExtensionVersion, while the Display ↵Jamey Sharp2006-10-153-5/+5
| | | | | | | | | | | | | 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.
* Add *.o to .gitignore.Jamey Sharp2006-10-141-0/+1
|
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXiDaniel Stone2006-09-2424-44/+44
|\
| * Bug 7855/Patch 6530: incorrect manpage section suffixDrew Parsons2006-08-1424-44/+44
| | | | | | | | | | | | 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.
* | Merge branch 'input-hotplug'Daniel Stone2006-09-244-11/+116
|\ \
| * | bump version to 1.1.0, require inputproto 1.4Daniel Stone2006-07-181-2/+2
| | | | | | | | | | | | | | | Bump the version to 1.1.0, and make sure we build with inputproto 1.4, for the DEVICE_{TOUCHSCREEN,CORE} controls, and DevicePresenceNotify.
| * | add DevicePresenceNotify eventDaniel Stone2006-07-181-1/+27
| | | | | | | | | | | | | | | Add a DevicePresenceNotify event, which notes that something about the device list changed.
| * | add sensible DEVICE_TOUCHSCREEN and DEVICE_CORE controlsDaniel Stone2006-07-182-8/+87
| |/ | | | | | | | | | | | | 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.
* | remove ChangeLog, add dist hookDaniel Stone2006-07-182-82/+10
|/ | | | | Remove ChangeLog from the tree, and add a git dist hook to generate it automatically.
* fix indentation on function declarationsDaniel Stone2006-07-187-38/+30
| | | | Another brief run with indent.
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-133-0/+0
|
* Bump to 1.0.1libXi-1_0_1XORG-7_1Adam Jackson2006-04-272-2/+7
|
* Mass reindent. Sorry.XORG-7_0_99_901Daniel Stone2006-03-3140-2051/+1998
|
* Bug #6286: Fix build on Cygwin. (Yaakov Selkowitz)Adam Jackson2006-03-202-2/+7
|
* Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesAlan Coopersmith2006-02-122-14/+22
| | | | not created correctly when MANDIR & MANSUFFIX don't match.
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-033-1/+8
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-2/+10
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-181-17/+17
| | | | work better with BSD make
* Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith2005-10-171-2/+2
| | | | suffix rule (reported by Matthieu Herrb)
* Add generated man pages to .cvsignoresAlan Coopersmith2005-10-131-0/+1
|
* Use sed to put version number in man page Add shadow man pages for manAlan Coopersmith2005-10-123-3/+162
| | | | pages that document multiple functions.
* Added missing file to EXTRA_DISTKevin E Martin2005-10-052-0/+7
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - 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
* Set soversion to 6.0.0 using -version-number.Daniel Stone2005-07-161-12/+1
|
* Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles.Daniel Stone2005-07-122-3/+4
|
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-095-2/+41
|
* xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: removeSøren Sandmann Pedersen2005-07-011-1/+1
| | | | | | | 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
* spell freedesktop.org correctlyAlan Coopersmith2005-07-011-1/+1
|
* Autotool libXiAlan Coopersmith2005-05-2211-0/+199
|
* Merging XORG-CURRENT into trunksco_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-MERGEsco_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 Eich2004-04-2362-64/+64
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1462-62/+62
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-0362-62/+62
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-2662-62/+62
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-2662-62/+62
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley2003-11-2523-326/+154
|
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-1461-287/+433
|
* Initial revisionXORG-STABLEKaleb Keithley2003-11-141-0/+24
|
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-1461-0/+8690