summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include config.h so Xtrans knows which transport types to build code forXORG-6_99_99_900Alan Coopersmith2005-07-301-3/+7
* Add -D flags to clear various warnings (Stefan Dirsch)Alan Coopersmith2005-07-302-2/+2
* Various changes preparing packages for RC0:Kevin E Martin2005-07-291-4/+9
* remove orphan TAB at begin of lineMatthieu Herrb2005-07-231-1/+1
* Modify modular libs to use Xregion.h instead of region.hKevin E Martin2005-07-231-1/+1
* lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal refere...XORG-6_8_99_900Kevin E Martin2005-07-233-2/+192
* Set soversion to 6.2.0.Daniel Stone2005-07-161-1/+1
* Add missing Makefile.am to lib/X11/modulesKeith Packard2005-07-152-0/+3
* Move i18n modules to top-level so they can be built in the right order (befor...Keith Packard2005-07-1510-18/+46
* Add $(top_srcdir)/src to include listAlexander Gottwald2005-07-143-0/+3
* Build fix for non-GNU make.Matthieu Herrb2005-07-141-2/+2
* typo fixes (Matthieu Herrb)Adam Jackson2005-07-141-1/+1
* Add missing backslashes to xlocale_la_SOURCESAlan Coopersmith2005-07-131-2/+2
* Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to a...Keith Packard2005-07-1110-14/+133
* compileXORG-6_8_99_15Lars Knoll2005-07-111-3/+3
* Ignore built man page filesKeith Packard2005-07-112-0/+6
* Minor changes to help modular Xlib build i18n modulesKeith Packard2005-07-114-8/+31
* Enable loadable i18n modules, making them configurable on the configure comma...Keith Packard2005-07-1187-407/+868
* Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #2399...Daniel Stone2005-07-101-0/+1
* Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pagesAlan Coopersmith2005-07-091-4/+12
* - Since all but one line of all the nls/*/Makefile.am files are identical, mo...Alan Coopersmith2005-07-0961-733/+127
* Clean up .cvsignore filesKeith Packard2005-07-097-9/+43
* typo fix. i suck.Adam Jackson2005-07-091-1/+1
* Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)Adam Jackson2005-07-091-1/+4
* Create and use XlibConf.h to match modular build which needs XTHREADS defined...Keith Packard2005-07-081-0/+1
* Create and install XlibConf.h to provide external users of Xlibint.h the defi...Keith Packard2005-07-0863-1/+362
* Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XF...Chris Less2005-07-041-0/+68
* Avoid a gmake-specific construct, and instead just write the name of the curr...Eric Anholt2005-07-0357-56/+62
* Fix more include paths; add dix-config.h to XKB code.XORG-6_8_99_14Daniel Stone2005-07-034-29/+25
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-0315-11/+27
* Fix objdir != srcdir, as well as make distcheck.Daniel Stone2005-07-0177-228/+178
* Apply these patches from Theo van Klaveren:Søren Sandmann Pedersen2005-06-2223-29/+37
* Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since multipl...Alan Coopersmith2005-06-181-24/+2
* Typo fix to locale/error/keysym location declarations.Daniel Stone2005-06-151-4/+4
* Typo in ImUtil.h commit -- I AM CAPTAIN SKILL.Daniel Stone2005-06-151-1/+1
* Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Ad...Daniel Stone2005-06-153-2/+30
* Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a distr...Daniel Stone2005-06-152-4/+4
* Remove pointless include of Xlib.h.XORG-6_8_99_13Daniel Stone2005-06-101-1/+1
* Use $(srcdir) for Compose.pre and XLC_LOCALE.preAlexander Gottwald2005-06-0958-202/+155
* Replace <X11/transport.c> with <X11/Xtrans/transport.c>Alexander Gottwald2005-06-093-4/+10
* Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>Alexander Gottwald2005-06-095-6/+6
* Port Imake flags to autoconf tests & --enable-* flags: HASSETUGID, HASGETRESU...Alan Coopersmith2005-06-052-0/+40
* Add --enable-secure-rpc flag and checks for needed functions for Secure RPC (...Alan Coopersmith2005-06-042-0/+31
* Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3436> Conndis.c uses ...XORG-6_8_99_10Alan Coopersmith2005-06-041-6/+6
* Don't use $< in explicit rules. This only works with GNU make. <https://bugs....Matthieu Herrb2005-05-2858-114/+176
* Convert man pages to long file names in lib/X11, lib/Xt, & lib/XextAlan Coopersmith2005-05-222-183/+187
* xtrans:Alan Coopersmith2005-05-212-13/+8
* Quote $ac_cv_search_* variables to prevent errors from test when they are set...Alan Coopersmith2005-05-213-4/+16
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1