Age | Commit message (Expand) | Author |
2019-04-16 | use programlisting tag rather than workaround for literallayout font. | Thomas E. Dickey |
2019-04-16 | fill in titles for some references to ICCCM and X11 documents | Thomas E. Dickey |
2019-04-16 | fix ``fake quotes'' | Thomas E. Dickey |
2019-04-16 | corrected some nested list formatting | Thomas E. Dickey |
2019-04-16 | modify xml-files to use named-entities, for easier manipulation | Thomas E. Dickey |
2019-04-16 | use DOCTYPE consistently in included xml files, to allow using named entities | Thomas E. Dickey |
2019-04-16 | add (with an external script "markup-literallayout") <code> tags | Thomas E. Dickey |
2019-04-16 | whitespace-fixes, plus convert examples to standard C | Thomas E. Dickey |
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 |
2019-04-16 | The conversion to xml's funcdef dropped one or more parameters from several | Thomas E. Dickey |
2019-04-16 | correct prototype for XtInitialize; error in spec | Thomas E. Dickey |
2019-04-16 | correct prototype for XtDisplay; error in spec | Thomas E. Dickey |
2019-04-16 | corrected prototype for XtAppSetFallbackResources; error in spec | Thomas E. Dickey |
2019-04-16 | updated return-type for XtFindFile, also due to _CONST_X_STRING | Thomas E. Dickey |
2019-04-16 | modify function prototypes in spec to correspond to updates made in headers | Thomas E. Dickey |
2019-04-16 | update several function prototypes to use void-return or void-parameter, | Thomas E. Dickey |
2019-04-16 | by the way - an overdue notification | Thomas E. Dickey |
2019-04-16 | fix: some ASCII characters were mangled into Unicode look-alikes | Thomas E. Dickey |
2019-04-16 | remove some debris... | Thomas E. Dickey |
2019-04-16 | fix minor regression in prototype updates | Thomas E. Dickey |
2019-04-16 | avoid using C keyword "default" as parameter name | Thomas E. Dickey |
2019-04-16 | updated manual pages' C prototypes to agree with the header-files. | Thomas E. Dickey |
2019-04-16 | change return-type to avoid const-mismatches | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in Tmstate.c | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in TMprint.c | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in TMparse.c | Thomas E. Dickey |
2019-04-16 | fix shadowing warning for widgetClass parameter; no binary-change | Thomas E. Dickey |
2019-04-16 | fix gcc warnings in Display.c | Thomas E. Dickey |
2019-04-16 | resolve const-mismatches in Shell.c | Thomas E. Dickey |
2019-04-16 | resolve const-mismatches in internal functions of Intrinsic.c | Thomas E. Dickey |
2019-04-16 | Allow all of the "argv" strings to be writable, since those arrays may | Thomas E. Dickey |
2019-04-16 | This is a minimal change which compiles when predefining _CONST_X_STRING, | Thomas E. Dickey |
2019-04-16 | The last commit removed "IN" macro, but not the lines which used it. | Thomas E. Dickey |
2019-04-16 | Remove unused macros to ease maintenance | Walter Harms |
2019-04-16 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms |
2019-04-15 | Referring to the xterm FAQ | Thomas E. Dickey |
2019-04-15 | eliminate casts of NULL for String* and Cardinal*, since those are unnecessary | Thomas E. Dickey |
2019-04-15 | remove in-text macros | Walter Harms |
2019-04-11 | restore fixed-pitch formatting of code-examples | Thomas E. Dickey |
2019-04-11 | The ".BR" macro is used to join bold/regular text. | Thomas E. Dickey |
2019-04-06 | This cleans up the "easy" warning fixes which can be made using my | Thomas E. Dickey |
2019-04-04 | FIX: add missing .fi | Walter Harms |
2019-04-04 | replace the use of .Ds/.De macro with the std. RS/.RE macro | Walter Harms |
2019-04-04 | remove space after < for include filename | Walter Harms |
2019-04-03 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms |
2019-04-02 | replace .ZN with .BR | Walter Harms |
2019-04-02 | Replace last two uses of .Pn with .ZN | Walter Harms |
2019-04-02 | bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions. | Thomas E. Dickey |
2019-04-02 | Use standard size_t type in the casts for length-parameter of memcpy, memmove | Thomas E. Dickey |