| Name | Date | Size | ||
|---|---|---|---|---|
| .. | 10-Nov-2025 | 18 | ||
| aclocal.m4 | H A D | 10-Nov-2025 | 128 KiB | |
| ChangeLog | H A D | 10-Nov-2025 | 48.6 KiB | |
| compile | H A D | 10-Nov-2025 | 7.4 KiB | |
| config.guess | H A D | 10-Nov-2025 | 49.5 KiB | |
| config.h.in | H A D | 10-Nov-2025 | 1.9 KiB | |
| config.sub | H A D | 10-Nov-2025 | 36 KiB | |
| configure | H A D | 10-Nov-2025 | 649.4 KiB | |
| configure.ac | H A D | 10-Nov-2025 | 2.4 KiB | |
| COPYING | H A D | 10-Nov-2025 | 5.7 KiB | |
| depcomp | H A D | 10-Nov-2025 | 23.1 KiB | |
| docbook.am | H A D | 10-Nov-2025 | 3.1 KiB | |
| include/ | H | 10-Nov-2025 | 17 | |
| INSTALL | H A D | 10-Nov-2025 | 15.4 KiB | |
| install-sh | H A D | 10-Nov-2025 | 15.1 KiB | |
| ltmain.sh | H A D | 10-Nov-2025 | 325.2 KiB | |
| m4/ | H | 10-Nov-2025 | 104 | |
| Makefile.am | H A D | 10-Nov-2025 | 1.4 KiB | |
| Makefile.in | H A D | 10-Nov-2025 | 30.3 KiB | |
| man/ | H | 10-Nov-2025 | 4 KiB | |
| missing | H A D | 10-Nov-2025 | 7.5 KiB | |
| README.md | H A D | 10-Nov-2025 | 938 | |
| specs/ | H | 10-Nov-2025 | 85 | |
| src/ | H | 10-Nov-2025 | 76 | |
| xtst.pc.in | H A D | 10-Nov-2025 | 262 |
README.md
1libXtst - library for XTEST & RECORD extensions 2----------------------------------------------- 3 4libXtst provides the Xlib-based client API for the XTEST & RECORD extensions. 5 6The XTEST extension is a minimal set of client and server extensions 7required to completely test the X11 server with no user intervention. 8This extension is not intended to support general journaling and 9playback of user actions. 10 11The RECORD extension supports the recording and reporting of all 12core X protocol and arbitrary X extension protocol. 13 14All questions regarding this software should be directed at the 15Xorg mailing list: 16 17 https://lists.x.org/mailman/listinfo/xorg 18 19The primary development code repository can be found at: 20 21 https://gitlab.freedesktop.org/xorg/lib/libXtst 22 23Please submit bug reports and requests to merge patches there. 24 25For patch submission instructions, see: 26 27 https://www.x.org/wiki/Development/Documentation/SubmittingPatches 28 29