Find a file
2005-09-30 07:11:19 +00:00
include Modify modular libs to use Xregion.h instead of region.h 2005-07-23 18:09:39 +00:00
man Add XQueryExtension.man 2005-09-24 20:11:06 +00:00
modules Add -D flags to clear various warnings (Stefan Dirsch) 2005-07-30 19:15:16 +00:00
nls Generate locale.alias and compose.dir exactly like we do in the monolith, which fixes non-UTF-8 locales in particular (so we get foo: bar, as well as foo bar). Switch to generating locale.dir the same way. 2005-09-30 07:11:19 +00:00
src Add Xcms.txt to lib/X11 2005-09-29 21:27:12 +00:00
.cvsignore Clean up .cvsignore files 2005-07-09 06:01:49 +00:00
acinclude.m4 Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to towards this end. 2005-06-15 13:32:35 +00:00
AUTHORS - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 2005-05-13 22:53:36 +00:00
autogen.sh - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 2005-05-13 22:53:36 +00:00
ChangeLog Generate locale.alias and compose.dir exactly like we do in the monolith, which fixes non-UTF-8 locales in particular (so we get foo: bar, as well as foo bar). Switch to generating locale.dir the same way. 2005-09-30 07:11:19 +00:00
configure.ac Add XTHREAD_CFLAGS for platforms that need special defines like 2005-09-24 00:16:32 +00:00
COPYING - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 2005-05-13 22:53:36 +00:00
cpprules.in Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used 2005-08-15 19:53:37 +00:00
INSTALL - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 2005-05-13 22:53:36 +00:00
Makefile.am Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable). 2005-07-15 04:08:51 +00:00
NEWS - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 2005-05-13 22:53:36 +00:00
README - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...> 2005-05-13 22:53:36 +00:00
x11.pc.in Add XTHREAD_CFLAGS for platforms that need special defines like 2005-09-24 00:16:32 +00:00

#define S(x, y)  y##x

Please contact S(south.rr.com, wt@mid, and jim.gettys@hp.com) before doing 
any commits on this module.

This is the libX11 from XFree86.

The goal of this project are (1) to get libX11 out of the huge
XF86 hunk of code, (2) to make it buildable with autotools, and
(3) keep the ability to easily merge bug fixes from libX11 in
XF86 into this code, (4) make it possible for people to work with
Xlib without having to deal with the entire XFree86 distribution,
so that bugs can get detected and fixed, (5) provide a place to
move the X library forward.

1 and 2 are related in that a new build system will need to be
developed to get libX11 building outside of the XF86 tree.
Autotools was chosen for a variety of reasons, not the least
of which was that it is very common in the open source community.

For 3, notice that the directory structure of the src subdirectory
is congruant to the directory structure of xc/lib/X11 in the
XFree86 tree. Absolutely, do not break this unless this becomes
the dominant libX11. This allows easier incorporation of patches
from the XFree86 libX11.

For 4, notice that the library can be built without having to build
everything else, so you can build and test enhancements without
replacing your entire X distribution.

For 5, see the xlibs@pdx.freedesktop.org mailing list.  For example,
lots of "stuff" was pushed into Xlib that should have been stand-alone
libraries, since they are not of universal interest and touch the X
wire protocol.  (Mea culpa; a mistake I made 15 years ago that didn't
matter much in the days before shared libraries has been amplified for
aeons- jg).  And Xlib does not tolerate loss of its connection well,
and so on...

Thanks for checking this package out, Warren Turkal and Jim Gettys.