summaryrefslogtreecommitdiff
path: root/specs
AgeCommit message (Collapse)Author
2019-04-16corrected prototype for XtAppSetFallbackResources; error in specThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-04-16updated return-type for XtFindFile, also due to _CONST_X_STRINGThomas E. Dickey
The previous commit also adds the standard "...", for variable-length parameter lists, which was omitted from the specification.
2019-04-16modify function prototypes in spec to correspond to updates made in headersThomas E. Dickey
for the _CONST_X_STRING feature.
2019-04-16update several function prototypes to use void-return or void-parameter,Thomas E. Dickey
which were not in the original spec because it accommodated K&R C.
2019-04-16fix: some ASCII characters were mangled into Unicode look-alikesThomas E. Dickey
2012-01-16informaltable cleanupMatt Dew
On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the <?dbfo keep-together='always'> prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew <marcoz@osource.org>
2011-12-31Add .gitignore for the newly added DocBook/XML generated files.Gaetan Nadon
Signed-off-by: Gaetan Nadon <nadon@memsize.(none)>
2011-12-28Remove old files.Matt Dew
2011-12-28Initial docbook conversion.Matt Dew
2011-10-03Strip trailing whitespaceAlan Coopersmith
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06Purge cvs tags.Jesse Adkins
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-08Move Xt specs from xorg-docs moduleAlan Coopersmith
For now, just checked in and included in dist tarballs, not processed into a usable format - same as it was in xorg-docs Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>