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

..03-May-2022-

doc/H03-May-2022-5,3964,983

include/H03-May-2022-3,1351,718

src/H03-May-2022-12,9718,278

COPYINGH A D16-Mar-20193.6 KiB7658

ChangeLogH A D16-Mar-201941.7 KiB1,205805

INSTALLH A D16-Mar-201915.4 KiB371288

Makefile.amH A D16-Mar-2019385 2515

Makefile.inH A D03-May-202228.6 KiB924820

README.mdH A D16-Mar-20191.2 KiB3321

aclocal.m4H A D16-Mar-2019449.4 KiB12,54011,382

compileH A D16-Mar-20197.2 KiB348258

config.guessH A D16-Mar-201943.1 KiB1,4771,284

config.h.inH A D16-Mar-20192.3 KiB9563

config.subH A D16-Mar-201935.3 KiB1,8021,661

configureH A D16-Mar-2019626.7 KiB21,96118,130

configure.acH A D16-Mar-20191.1 KiB4738

depcompH A D16-Mar-201923 KiB792502

docbook.amH A D16-Mar-20193.1 KiB10686

install-shH A D16-Mar-201914.3 KiB502327

ltmain.shH A D16-Mar-2019316.5 KiB11,1487,979

missingH A D16-Mar-20196.7 KiB216143

xmu.pc.inH A D16-Mar-2019247 1311

xmuu.pc.inH A D16-Mar-2019243 1311

README.md

1libXmu - X miscellaneous utility routines library
2-------------------------------------------------
3
4This library contains miscellaneous utilities and is not part of the Xlib
5standard.  It contains routines which only use public interfaces so that it
6may be layered on top of any proprietary implementation of Xlib or Xt.
7
8It is intended to support clients in the X.Org distribution; vendors
9may choose not to distribute this library if they wish.  Therefore,
10applications developers who depend on this library should be prepared to
11treat it as part of their software base when porting.
12
13API documentation for this library is provided in the docs directory in
14DocBook format.  If xmlto is installed, it will be converted to supported
15formats and installed in $(docdir) unless --disable-docs is passed to
16configure.
17
18All questions regarding this software should be directed at the
19Xorg mailing list:
20
21  https://lists.x.org/mailman/listinfo/xorg
22
23The master development code repository can be found at:
24
25  https://gitlab.freedesktop.org/xorg/lib/libXmu
26
27Please submit bug reports and requests to merge patches there.
28
29For patch submission instructions, see:
30
31  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
32
33