Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-02 | Return BadRequest from XIQueryVersion if XI2 isn't supported. | Peter Hutterer | |
XIQueryVersion (like all other calls) makes sure XGetExtensionVersion is called beforehand anyway. So if that doesn't match 2.0 or higher, return BadRquest before issuing the real request (which would trigger a BadRequest error). This way, clients can use XIQueryVersion without having to set up the error handler. XIQueryVersion is now guaranteed to return the server-supported version. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-05-28 | Add support for Enter/FocusIn passive grabs. | Peter Hutterer | |
2009-05-25 | Add XIGetSelectedEvents. | Peter Hutterer | |
2009-05-18 | XIQueryPointer should return doubles for the FP1616 wire data. | Peter Hutterer | |
2009-05-18 | Switch man pages to asciidoc. | Peter Hutterer | |
The docbook xml is unreadable and unwritable. Switch everything to asciidoc, at least thay we we can write man pages without losing sanity. asciidoc seems to have some issues with __libmansuffix__, so instead we just use libmansuffix (without underscores). The current asciidoc version is buggy for multiple man targets (more than one man page in a single file), so stick a big warning into configure that a patch is required to the the right asciidoc->docbook conversion. Many thanks to Dan Nicholson for the Makefile.am. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-05-14 | Update man pages for XI2. | Peter Hutterer | |
Shuffling device properties up before all XI2 calls and adding all XI2 calls (bar device property calls). Needs proofreading. | |||
2009-03-20 | man: note that XListInputDevices does not list other MDs. | Peter Hutterer | |
2009-01-29 | Janitor: make distcheck, compile warnings, extra .gitignore files. | Paulo Cesar Pereira de Andrade | |
2009-01-13 | Fix build when xmlto is not available | Dan Nicholson | |
When xmlto is not available, make bombs since it has no way to generate the man pages from the XI.xml. This returns the man page installation to only occuring when xmlto is available. Unfortunately, this means they will also not be installed when the generated pages are distributed. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2009-01-13 | Be smarter about generating man pages | Dan Nicholson | |
With the current rules, the man pages will be generated repeatedly if you have xmlto installed. This is because make always thinks they are out of date with respect to their prerequisite, do_xmlto_stage. They are changed here to handle the multiple output files as described in the automake manual. distcheck has been confirmed to still work such that building from the tarball does not require xmlto. On the other hand, if the user wants to rebuild the man pages, they'll have to explicitly touch XI.xml. It may be better to split the xml into per-page files so that xmlto only generates one output at a time. A toplevel XI.xml can still pull together all the pieces with XInclude. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2008-11-12 | man: fix out of source builds. | Peter Hutterer | |
As pointed out by johnflux on IRC. | |||
2008-10-31 | Purge device-based window access code. | Peter Hutterer | |
Requires inputproto 1.9.99.6. | |||
2008-09-29 | Add XI_JOYSTICK to list of defined types. | Peter Hutterer | |
2008-09-26 | Build fix: remove dropped man pages for Conrigure/QueryDeviceProperty. | Shunichi Fuji | |
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||
2008-09-26 | Adjust to new property API. | Peter Hutterer | |
XConfigureDeviceProperty is gone. XQueryDeviceProperty is gone. XGetDeviceProperty doesn't have "pending" anymore. | |||
2008-07-09 | Update man pages to include new device properties calls. | Peter Hutterer | |
2008-05-29 | Don't fail man build when missing xmlto. | Peter Hutterer | |
If xmlto is missing during configure, print out a warning and just do an empty man build with no man pages at all. Better than failing with obscure errors. | |||
2008-05-23 | Add .PHONY build target to fix parallel builds. | Peter Hutterer | |
Copied from libXtst. | |||
2008-04-28 | Merge branch 'master' into mpx | Peter Hutterer | |
Conflicts: .gitignore man/XGrabDeviceKey.man man/XListInputDevices.man | |||
2008-04-28 | man: more formatting changes (indentation, whitespaces, linewidth). | Peter Hutterer | |
2008-04-27 | man: formatting changes in XI.xml | Peter Hutterer | |
2008-04-27 | man: fix up use of <function> tag and some whitespaces. | Peter Hutterer | |
2008-04-27 | man: add old HP, Ardent Computer copyright, plus my new one. | Peter Hutterer | |
2008-04-27 | man: switch over to using xmlto to generate man pages. | Peter Hutterer | |
Removing all nroff man pages. | |||
2008-04-27 | man: fixes in XI.xml | Peter Hutterer | |
Some global whitespace replacements (e.g. space before comma) Splitting refnames where two functions are listed. Adding refmiscinfo tags (see libXtst) | |||
2008-04-27 | man: add XI.xml. Contains all libXi man pages in docbook.format. | Peter Hutterer | |
Note that conversion was half-automated and half-manual. There's a lot of little things to be fixed up. | |||
2008-04-27 | Deprecate XGetExtensionVersion(), replace with XQueryInputVersion(). | Peter Hutterer | |
We need XI to be able to do some sort of versioning support. | |||
2008-04-25 | Removing previously removed man pages from Makefile.am as well... | Peter Hutterer | |
2008-04-25 | Extend XListInputDevices man page to include MPX details. | Peter Hutterer | |
2008-04-25 | Remove XChangePointerKeyboardPairing and XGetPairedPointer man pages. | Peter Hutterer | |
Calls don't exist anymore. | |||
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2007-08-21 | Bug #9659: Bad markup on XListInputDevices.3x | Eric S. Raymond | |
X.Org Bugzilla #9659 <https://bugs.freedesktop.org/show_bug.cgi?id=9659> | |||
2007-07-27 | XChangePointerKeyboardPairing, XGetPairedPointer, XSetClientPointer man pages.mpx | Peter Hutterer | |
Use XID instead of int for XGetPairedPointer. | |||
2007-06-18 | Bug 9657: Bad markup on XGrabDeviceKey.3x | Peter Hutterer | |
<https://bugs.freedesktop.org/show_bug.cgi?id=9657> | |||
2007-06-13 | Bug 9657: Bad markup on XGrabDeviceKey.3x | Peter Hutterer | |
<https://bugs.freedesktop.org/show_bug.cgi?id=9657> | |||
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-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
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-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | 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-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-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | |
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 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |