summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man/XGrabDeviceButton.txt: Fix bad .P -> paragraph break conversionAlan Coopersmith2020-10-041-8/+9
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix typos in manual pagesSamanta Navarro2020-10-045-10/+10
|
* Update XIChangeHierarchy.txtRaphaël Droz2018-10-271-1/+1
|
* man: add a bunch of missing spacesPeter Hutterer2017-06-1410-36/+36
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* XListInputDevices: don't touch ndevices in case of errorPeter Hutterer2016-10-131-2/+10
| | | | | | | | | | | | | | | We used to always set *ndevices to the number of devices returned by the server. This magically worked because we pretty much never returned an error except on faulty server or library implementations. With 19a9cd60 we now have more chances of getting an error, so the polite thing is to just leave *ndevices alone when we error out. Document it as such in the man page, just in case someone accidentally reads it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> CC: Niels Ole Salscheider <niels_ole@salscheider-online.de> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
* man: Update XIQueryVersion docs to match new version compatibility semanticsKeith Packard2013-07-261-4/+16
| | | | | | | | | The X server now allows clients to specify any combination of versions starting with version 2.2, document how that works. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: add man-page for XIBarrierReleasePointerPeter Hutterer2012-12-092-0/+79
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: add generation of missing man pages for XIGrabTouchBeginPeter Hutterer2012-11-092-4/+5
| | | | | | | | The man page itself already contained the description, but it was missing from NAME so the shadow man pages were not generated. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@ubuntu.com>
* man: fix formatting issues in XGetDeviceControl(3)Peter Hutterer2012-10-111-4/+8
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: update XIQueryVersion for current server behaviourPeter Hutterer2012-04-231-1/+5
| | | | | | | | | | XIQueryVersion(v1); XIQueryVersion(v2); is now ok as long as v1 <= v2. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
* man: fix typo Mappiing → MappingPeter Hutterer2012-01-051-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Implement support for XI 2.2Peter Hutterer2011-12-212-23/+67
| | | | | | | | | | | | | | | | | | | | | | | | Adds support for the new TouchClass for multitouch-capable servers/devices. New events: XITouchOwnershipEvent New event types handled: XITouchBegin, XITouchUpdate, XITouchEnd XIRawTouchBegin, XIRawTouchUpdate, XIRawTouchEnd New functions: XIGrabTouchBegin ... passive grabs on touches XIUngrabTouchBegin XIAllowTouchEvents ... Allow/reject touch event sequences New XIQueryDevice classes: XITouchClassInfo Requires libX11 1.5 for GetReqSized Co-authored by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: minor formatting fix in XIGrabButtonPeter Hutterer2011-12-191-14/+14
|
* man: passive grabs return the number of failed modifier combinationsPeter Hutterer2011-11-112-2/+18
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: XIGrabButton returns error codes, not status codesPeter Hutterer2011-10-211-2/+2
| | | | | | | Reword slightly that the returned value is the error code for this particular grab. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: fix #include for XIGrabButtonPeter Hutterer2011-10-211-1/+1
| | | | | Reported-by: Matthias Clasen <mclasen@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Make shadow man pages generated by asciidoc work with Solaris manAlan Coopersmith2011-09-221-0/+3
| | | | | | | | | | | | | Solaris man requires .so entries in man pages include the man section directory, not just the man page filename, even when it's in the same directory, so use sed to add it in. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> This may be a temporary fix only. See http://lists.freedesktop.org/archives/xorg-devel/2011-September/025219.html Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Support XI 2.1 XIScrollClassPeter Hutterer2011-09-171-1/+38
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: update property and grab man pages for new constantsPeter Hutterer2011-08-224-14/+43
| | | | | | | | | Suggest the use of the new XIGrabModeAsync, etc. defines instead of the core defines. Add a BUGS section to each man page explaining backwards-compatibility. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
* man: fix typo in XIQueryDevice man pagePeter Hutterer2011-08-221-1/+1
| | | | | | struct name is XIValuatorClassInfo. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fix the FIXME output in man page .TH macros generated by asciidocAlan Coopersmith2011-08-021-0/+4
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: Fix formatting in XGetFeedbackControlPeter Hutterer2011-08-021-27/+28
| | | | | | | Indent structs to make them more readable, make "Structures" header an actual header. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* make: use AM_V_at rather than AM_V_GEN to prefix the mv commandGaetan Nadon2011-06-101-2/+2
| | | | | | | | This will prevent outputting a "GEN" prefix. Moving and removing files is not "generating" anything. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* make: remove unneeded AM_V_GEN silent rule directive.Gaetan Nadon2011-06-101-2/+2
| | | | | | | | | | | | | | It happens to be in the middle of the script statement and cause this incorrect output: rm XCloseDevice.man && make GEN XOpenDevice.3 /bin/bash: line 1: @echo: command not found /bin/bash: line 2: @echo: command not found [...] Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: Fix typo in XIChangePropertyPeter Hutterer2011-06-071-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: Fix wrong event names in XIGrabButton.Peter Hutterer2011-06-071-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: fix missing comma in XIGrabEnter man pagePeter Hutterer2011-06-021-1/+1
|
* man: fix typo, layout in XGetExtensionVersion.manPeter Hutterer2011-05-191-5/+6
| | | | | | | | Fix a typo and move from MPX to XI2. Add a linebreak to make the depreciation separate from the function description. Changes in the second paragraph are just realignment due to the linebreak. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* XIChangeHierarchy: Return Success early if no actual changes are requested.Peter Hutterer2011-05-051-1/+2
| | | | | | | | | | Do the same for negative num_changes. Found by static analyzer. Reported-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
* man: describe return value for XI2 passive grabbing calls.Peter Hutterer2011-03-082-0/+12
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: note that callers of XIQueryPointer must free the button mask.Peter Hutterer2011-02-231-0/+3
| | | | | | | | buttons_return->mask is allocated by the library and must be freed by the caller to avoid leaking. Reported-by: Matthias Clasen <mclasen@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: XGetDeviceProperty(3) has no parameter 'pending'.Peter Hutterer2010-11-031-5/+0
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Julien Cristau <jcristau@debian.org>
* man: fix typo in XIQueryDevice docJulien Cristau2010-10-031-3/+3
| | | | | | | | Don't pretend this is XIQueryPointer. Debian bug#598964 Reported-by: Joachim Breitner <nomeata@debian.org> Signed-off-by: Julien Cristau <jcristau@debian.org>
* man: improve readability of XAllowDeviceEvents.Peter Hutterer2010-08-261-28/+28
| | | | | | | | Parse the options to event-mode as a list. This requires un-indenting the rest, otherwise the asciidoc/xmlto conversion will indent the trailing paragraphs more than the list Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: add $(AM_V_GEN) for silent rules where missingGaetan Nadon2010-08-161-6/+6
| | | | | Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: whitespace managementGaetan Nadon2010-08-161-72/+72
| | | | | | | | This style should make it easier to read filenames in a large list. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon2010-08-161-13/+3
| | | | | | | | The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: add/change comments regarding the 3 step conversion from text sourceGaetan Nadon2010-08-161-5/+12
| | | | | | | | In the hope of making it easier to learn. This makefile may serve as a reference. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: rename libman_pre to libman_PREGaetan Nadon2010-08-161-4/+4
| | | | | | | To be consistent with all other man pages makefiles. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: use "shadows" terminology in variable names.Gaetan Nadon2010-08-161-7/+7
| | | | | | | | For man pages that are just links to a main man page. This is how they are referred to in all other librairies. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)Gaetan Nadon2010-08-161-2/+0
| | | | | | | | | Local fix in CVS for bug 5628 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: fix types for XGetSelectedExtensionEvents.Peter Hutterer2010-02-191-4/+4
| | | | | | | The return values are of type XEventClass** and int*, respectively. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
* man: remove redundant nodist prefix to libman_DATAGaetan Nadon2010-01-241-2/+2
| | | | | | | | | The final, macro substituded, man pages (with file extension .3 on my platform), are installed, but not distributed. There is no need to override the correct default behaviour. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: allow installing prebuilt man pages from tarballGaetan Nadon2010-01-241-1/+1
| | | | | | | | | The man pages source may be supplied in the tarball or built from git. The makefile needs to take that into consideration and adjust the targets accordingly. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-19/+16
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* man: ignore generated .man from .txt files in this directoryGaetan Nadon2010-01-011-0/+2
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: correct XQueryDeviceState return value.Peter Hutterer2009-09-241-3/+3
| | | | | | And one indentation fix in the same man page. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* libXi: Man page files end with LIB_MAN_SUFFIX not LIB_MAN_DIR_SUFFIX.Arkadiusz Miśkiewicz2009-09-071-1/+1
| | | | | | | | | | Using LIB_MAN_DIR_SUFFIX as man page files suffix is invalid since there can be files ending with eg. 5x while being in man5 dir (share/man/man5/man.5x) as required by FHS 2.3. Man page files and with LI Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: fix XIQueryPointer parameter ordering.Peter Hutterer2009-08-241-2/+2
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Update XIWarpPointer to take doubles (inputproto >= 1.9.99.902)Peter Hutterer2009-08-241-4/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>