summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-039-7/+27
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 ↵Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763 ↵XORG-6_8_99_903Alan Coopersmith2005-11-231-1/+6
| | | | <https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros
* Add/improve libs .cvsignores.Eric Anholt2005-11-202-0/+6
|
* Update pkgconfig files to separate library build-time dependencies from ↵Kevin E Martin2005-11-193-3/+18
| | | | application build-time dependencies, and update package deps to work with separate build roots.
* Fix xf86bigfont pkgconfig dep typo.Kevin E Martin2005-11-142-2/+9
|
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
|
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson2005-11-082-4/+22
|
* Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2005-11-012-5/+10
|
* Revert that, it's redundant. But it is worth noting that --disable-xkb is ↵Donnie Berkholz2005-10-282-1/+6
| | | | broken, if anyone cares.
* Add dependency on inputproto for XI.h.Donnie Berkholz2005-10-282-1/+5
|
* Bug #4736: Error decoding for Damage extension. (Jonathan Lennox)Adam Jackson2005-10-211-1/+6
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to ↵Alan Coopersmith2005-10-181-144/+144
| | | | work better with BSD make
* Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a ↵Alan Coopersmith2005-10-171-2/+2
| | | | suffix rule (reported by Matthieu Herrb)
* Change '==' to portable '='.Donnie Berkholz2005-10-162-2/+6
|
* configure.ac Use XORG_MAN_SECTIONS instead of custom man section ↵Alan Coopersmith2005-10-123-14/+1306
| | | | configuration. Add shadow man pages for man pages that document multiple functions.
* Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico and ↵Eric Anholt2005-10-112-0/+9
| | | | probably others.
* Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and ↵XORG-6_8_99_901Alan Coopersmith2005-10-091-0/+34
| | | | Errors for XFixes are not in XErrorDB (Jonathan Lennox)
* Clean up generated filesKevin E Martin2005-10-076-4/+20
| | | | Add missing dist tarball files
* Add el_GR.UTF-8 compose fileSøren Sandmann Pedersen2005-10-056-0/+20
|
* Bug #2609: Add Kyrgyz locale (Ilyas Bakirov).Daniel Stone2005-09-303-2/+8
|
* Bug #1640: Kinyarwanda locale support. (Steve Murphy)Daniel Stone2005-09-303-2/+11
|
* Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace ↵Daniel Stone2005-09-303-11/+80
| | | | cleanups, as the parser is a little touchy.
* Generate locale.alias and compose.dir exactly like we do in the monolith, ↵Daniel Stone2005-09-302-7/+22
| | | | 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.
* Add Xcms.txt to lib/X11Alan Coopersmith2005-09-291-0/+3
|
* Add XQueryExtension.manAlan Coopersmith2005-09-241-0/+1
|
* Add XTHREAD_CFLAGS for platforms that need special defines likeAlan Coopersmith2005-09-243-2/+17
| | | | -D_REENTRANT or -D_POSIX_whatever to get re-entrant function definitions. Set XDMCP_LIBS correctly for later libXdmcp tests.
* Issue an error if XTRANS macros were not found when generating configure ↵Alan Coopersmith2005-09-021-0/+9
| | | | from configure.ac to flag errors early, instead of when people wonder why libX11 can't talk to an Xserver because it has no transports defined
* Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install ↵Kristian Høgsberg2005-09-0158-57/+120
| | | | destination can be overridden at make install time.
* OpenBSD needs -lpthread for threaded applications too.Matthieu Herrb2005-08-281-1/+1
|
* Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but ↵Daniel Stone2005-08-262-1/+9
| | | | the latter is. (Gerte Hoogewerf)
* updateMatthieu Herrb2005-08-211-0/+8
|
* Threads support for BSD systems:Matthieu Herrb2005-08-212-1/+16
| | | | | - need to check for gewtpwuid_r to define mtsafeapi - build UIThrstubs if needed.
* Add xthreadlib variable to x11.pc. Bump to 0.99.1.Adam Jackson2005-08-173-1/+18
|
* Fix more broken multi-line .ds macros. Remove extraneous ;'s .Alan Coopersmith2005-08-1718-51/+50
|
* Bugzilla #4112 <https://bugs.freedesktop.org/show_bug.cgi?id=4112> Patch ↵Alan Coopersmith2005-08-161-6/+7
| | | | #2687 <https://bugs.freedesktop.org/attachment.cgi?id=2897> Fix multi-line macros in XPutImage man page. (Debian bug #323210, fix by David Mart?nez Moreno)
* Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check ↵Alan Coopersmith2005-08-152-5/+2
| | | | for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used
* Typo fix in output messageAlan Coopersmith2005-08-061-1/+1
|
* //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3005 ↵Alan Coopersmith2005-08-041-20/+210
| | | | <https://bugs.freedesktop.org/attachment.cgi?id=3005> libX11 locale defs severely adrift from glibc: adding new aliases (From Debian via Nathanael Nerode)
* //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3002 ↵Alan Coopersmith2005-08-041-11/+6
| | | | <https://bugs.freedesktop.org/attachment.cgi?id=3002> libX11 locale defs severely adrift from glibc: locales bugfix for bs_BA (From Debian via Nathanael Nerode)
* 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
| | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* 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 ↵XORG-6_8_99_900Kevin E Martin2005-07-233-2/+192
| | | | references to include <X11/Xregion.h>.
* Set soversion to 6.2.0.Daniel Stone2005-07-161-1/+1
|