Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-20 | Support 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-14 | codespell-fixes | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-06-13 | fix some more errata, plus reformat a list for consistency | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-06-13 | fix some punctuation errata | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-06-10 | fix formatting errata | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-06-10 | correct markup for header- and library-filenames; they are not functions | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-06-10 | drop "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-10 | add superscript-markup in range definitions | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-05-07 | add a note pointing out the change in design | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-05-07 | updated spec to correspond to the current implementation of XtAppMainLoop | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-05-05 | fixes for typos and formatting glitches | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-28 | improved markup for the restored pages | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-28 | restore 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-21 | adapt change from libXaw for inserting the package version into the spec | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | updated 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-21 | summarize the const-changes in X11R7+ | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | minor tweak to work around docbook's limited formatting | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | fill 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-21 | add 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-21 | fill in prototype information for a code example, as well as for | Thomas E. Dickey | |
the XtRFunction resource type. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | fill in background for wide-prototypes | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | begin section on the conversion to standard C | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-21 | finish summarizing X11R6 vs documentation updates | Thomas E. Dickey | |
2019-04-21 | summarize X11R6.3 and X11R6.4 changes | Thomas E. Dickey | |
2019-04-21 | The interface changes made recently have to be documented, and due to the | Thomas E. Dickey | |
time interval, etc., in turn requires an update to the specification version. Update that now. | |||
2019-04-16 | use ldquo/rdquo/ndash where appropriate | Thomas E. Dickey | |
2019-04-16 | correct an error from the original document's depiction of escape_char | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use ldquo/rdquo/ndash where appropriate | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | trim spurious backslashes from translation of nroff to docbook xml | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | The conversion to xml overlooked the nroff document's use of "\%" for | Thomas E. Dickey | |
hyphenation (remove those). Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use lineannotation tag | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | whitespace/formatting fix | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use lineannotation tag | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | whitespace/formatting fixes | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | formatted sample code to fit in 80 columns | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use lineannotation tag to solve font mismatches for xref's inside | Thomas E. Dickey | |
programlisting Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use consistent labeling for xref's | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use programlisting tag rather than workaround for literallayout font. | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | fill in titles for some references to ICCCM and X11 documents | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | fix ``fake quotes'' | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | corrected some nested list formatting | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | modify xml-files to use named-entities, for easier manipulation | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | use DOCTYPE consistently in included xml files, to allow using named entities | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | add (with an external script "markup-literallayout") <code> tags | Thomas E. Dickey | |
within <literallayout>. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | whitespace-fixes, plus convert examples to standard C | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | fix a typo | Thomas E. Dickey | |
2019-04-16 | change ambiguous String's to char* or const-char*, as well as adding the | Thomas E. Dickey | |
missing parameters to one prototype Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | The conversion to xml's funcdef dropped one or more parameters from several | Thomas E. Dickey | |
functions. This commit restores those parameters to the function prototypes. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | correct prototype for XtInitialize; error in spec | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> | |||
2019-04-16 | correct prototype for XtDisplay; error in spec | Thomas E. Dickey | |
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> |