• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H03-May-2022-7,8404,960

m4/H24-Jan-2021-9,1258,249

man/H03-May-2022-12,5449,320

specs/H03-May-2022-41,11038,808

src/H03-May-2022-39,80029,947

test/H03-May-2022-1,3661,115

util/H03-May-2022-2,3532,018

COPYINGH A D24-Jan-20216.6 KiB131103

ChangeLogH A D24-Jan-2021157.8 KiB4,4622,982

INSTALLH A D24-Jan-202115.4 KiB371288

Makefile.amH A D24-Jan-20211.4 KiB4212

Makefile.inH A D03-May-202230.6 KiB965840

README.mdH A D24-Jan-20211.7 KiB5331

aclocal.m4H A D24-Jan-2021123.2 KiB3,4073,121

compileH A D24-Jan-20217.2 KiB349259

config.guessH A D24-Jan-202147.7 KiB1,6851,472

config.h.inH A D24-Jan-20212.2 KiB9261

config.subH A D24-Jan-202131.2 KiB1,8181,661

configureH A D03-May-2022642.2 KiB22,39918,519

configure.acH A D24-Jan-20217.1 KiB212190

depcompH A D24-Jan-202123 KiB792502

docbook.amH A D24-Jan-20213.1 KiB10686

install-shH A D24-Jan-202115.3 KiB530346

ltmain.shH A D24-Jan-2021318.1 KiB11,2118,101

missingH A D24-Jan-20216.7 KiB216143

test-driverH A D24-Jan-20214.5 KiB14987

xt.pc.inH A D24-Jan-2021315 1614

README.md

1libXt - X Toolkit Intrinsics library
2------------------------------------
3
4Documentation for this library can be found in the included man pages; and
5the libXt spec from the specs directory of the source, also available at:
6
7 - https://www.x.org/releases/current/doc/libXt/intrinsics.html
8 - https://www.x.org/releases/current/doc/libXt/intrinsics.pdf
9
10and the O'Reilly X Toolkit books, which they have made freely available online:
11
12 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
13   1st Edition (1990, covers X11R3)
14
15   https://www.archive.org/details/xtoolkitintrsin20400nyemiss
16
17 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
18   2nd Edition (1990, covers X11R4)
19
20   https://www.archive.org/details/xtoolkitintrinsi04nyemiss
21
22 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
23   Motif Edition (1990, covers X11R4/Motif 1.1)
24
25   https://www.archive.org/details/xtoolktintrmotif04nyemiss
26
27 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
28   3rd Edition (1993, covers X11R5)
29
30   https://www.archive.org/details/xtoolkitintrinsic04nyemiss
31
32 - X Series Volume 5: X Toolkit Intrinsics Reference Manual
33   (1990, covers X11R4)
34
35   https://www.archive.org/details/xtoolkitintrinsi04nyemiss
36
37----------------------------------------------------------------------------
38
39All questions regarding this software should be directed at the
40Xorg mailing list:
41
42  https://lists.x.org/mailman/listinfo/xorg
43
44The master development code repository can be found at:
45
46  https://gitlab.freedesktop.org/xorg/lib/libXt
47
48Please submit bug reports and requests to merge patches there.
49
50For patch submission instructions, see:
51
52  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
53