summaryrefslogtreecommitdiff
path: root/specs
AgeCommit message (Collapse)Author
2022-06-20Support buttons > 5 in translation tables [v2]Keith Packard
Add support for arbitrary button numbers by replacing the table-driven detail parsing for BtnDown/ButtonPress and BtnUp/ButtonRelease with a custom parser that allows for an arbitrary button number (1-255) after the 'Button' prefix. Document what this syntax looks like in the table of detail information. Signed-off-by: Keith Packard <keithp@keithp.com>
2022-06-14codespell-fixesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-13fix some more errata, plus reformat a list for consistencyThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-13fix some punctuation errataThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10fix formatting errataThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10correct markup for header- and library-filenames; they are not functionsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10drop "session" resource XtNsession / XtCSession, which was listed in X11R6 ↵Thomas E. Dickey
but never defined in headers Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10add superscript-markup in range definitionsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-07add a note pointing out the change in designThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-07updated spec to correspond to the current implementation of XtAppMainLoopThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-05fixes for typos and formatting glitchesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-28improved markup for the restored pagesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-28restore the last 3-4 pages of "Registering a New Resource Converter",Thomas E. Dickey
originally section 9.6.4 which lost in sgml/docbook conversion. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21adapt change from libXaw for inserting the package version into the specThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21updated the acknowledgements section, and added a few notes to the release-7 ↵Thomas E. Dickey
section Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21summarize the const-changes in X11R7+Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21minor tweak to work around docbook's limited formattingThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21fill in a few missing typedef keywords, and a missing "*" in prototype, as ↵Thomas E. Dickey
well as minor clarification of "XtIs<class>" Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21add some missing "typedef" keywords for prototyped function-pointers.Thomas E. Dickey
also, use "type" markup in some of the places where it's needed. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21fill in prototype information for a code example, as well as forThomas E. Dickey
the XtRFunction resource type. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21fill in background for wide-prototypesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21begin section on the conversion to standard CThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-21finish summarizing X11R6 vs documentation updatesThomas E. Dickey
2019-04-21summarize X11R6.3 and X11R6.4 changesThomas E. Dickey
2019-04-21The interface changes made recently have to be documented, and due to theThomas E. Dickey
time interval, etc., in turn requires an update to the specification version. Update that now.
2019-04-16use ldquo/rdquo/ndash where appropriateThomas E. Dickey
2019-04-16correct an error from the original document's depiction of escape_charThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use ldquo/rdquo/ndash where appropriateThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16trim spurious backslashes from translation of nroff to docbook xmlThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16The conversion to xml overlooked the nroff document's use of "\%" forThomas E. Dickey
hyphenation (remove those). Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use lineannotation tagThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16whitespace/formatting fixThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use lineannotation tagThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16whitespace/formatting fixesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16formatted sample code to fit in 80 columnsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use lineannotation tag to solve font mismatches for xref's insideThomas E. Dickey
programlisting Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use consistent labeling for xref'sThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use programlisting tag rather than workaround for literallayout font.Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16fill in titles for some references to ICCCM and X11 documentsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16fix ``fake quotes''Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16corrected some nested list formattingThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16modify xml-files to use named-entities, for easier manipulationThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16use DOCTYPE consistently in included xml files, to allow using named entitiesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16add (with an external script "markup-literallayout") <code> tagsThomas E. Dickey
within <literallayout>. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16whitespace-fixes, plus convert examples to standard CThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16fix a typoThomas E. Dickey
2019-04-16change ambiguous String's to char* or const-char*, as well as adding theThomas E. Dickey
missing parameters to one prototype Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16The conversion to xml's funcdef dropped one or more parameters from severalThomas E. Dickey
functions. This commit restores those parameters to the function prototypes. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16correct prototype for XtInitialize; error in specThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16correct prototype for XtDisplay; error in specThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>