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