Age | Commit message (Expand) | Author | Files | Lines |
2006-04-01 | Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1libxfont-1_1_0XORG-7_1XORG-7_0_99_901 | Adam Jackson | 3 | -2/+12 |
2006-03-31 | Change BUILD_* to XFONT_* (Drew Parsons). Remove random #ifndef CRAY. | Daniel Stone | 2 | -6/+10 |
2006-03-20 | Bug #6247: Fix build on Cygwin. (Yaakov Selkowitz) | Adam Jackson | 2 | -1/+6 |
2006-02-21 | Don't crash when we receive an FS_Error from the font server (Guillem | Daniel Stone | 2 | -2/+8 |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+6 |
2005-12-09 | Bug #5175: Make encodingsdir configurable.MODULAR_COPY | Kevin E Martin | 3 | -2/+17 |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 2 | -1/+6 |
2005-11-20 | Add/improve libs .cvsignores. | Eric Anholt | 1 | -0/+2 |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 3 | -6/+16 |
2005-11-14 | Bug #5047: Make font directory attribs work in modular.XORG-6_8_99_903 | Adam Jackson | 2 | -28/+0 |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 2 | -1/+6 |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902 | Kean Johnson | 1 | -4/+0 |
2005-10-23 | Bug #4721: Fix crash when using Freetype 2.1.10. (Michael Gor) | Adam Jackson | 1 | -1/+2 |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 2 | -1/+6 |
2005-10-05 | Include missing files | Kevin E Martin | 3 | -0/+10 |
2005-10-04 | Bug #4677: Don't install libfontcache.so | Adam Jackson | 2 | -1/+6 |
2005-09-09 | AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used in | Daniel Stone | 2 | -1/+7 |
2005-08-04 | If --with-freetype-config is not specified, try pkgconfig freetype2, then | Alan Coopersmith | 1 | -4/+11 |
2005-07-30 | Clear compiler warnings. (Stefan Dirsch)XORG-6_99_99_900XORG-6_8_99_901XORG-6_8_99_900 | Alan Coopersmith | 2 | -2/+6 |
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | 1 | -2/+4 |
2005-07-23 | Fix distchecks | Kevin E Martin | 1 | -0/+1 |
2005-07-16 | Set soversion to 1.0.0 using -version-number. | Daniel Stone | 1 | -4/+0 |
2005-07-14 | Add a dummy source file to avoid link failures. | Adam Jackson | 2 | -1/+1 |
2005-07-10 | Change include dir now that public headers are referenced by | Kevin E Martin | 3 | -2/+9 |
2005-07-09 | Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_16XORG-6_8_99_15 | Keith Packard | 3 | -22/+86 |
2005-07-09 | Switch from monolithic configuration symbols to modular ones, add backward | Keith Packard | 19 | -71/+143 |
2005-07-09 | Rearrange configuration options so that individual font file formats drive | Keith Packard | 5 | -49/+174 |
2005-07-09 | Include config.h in every source file to make sure necessary options are | Keith Packard | 106 | -7/+328 |
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | 16 | -25/+47 |
2005-07-08 | add -D_XOPEN_SOURCE for linux builds; others might need it too | Adam Jackson | 1 | -1/+10 |
2005-07-08 | disable the poll detection momentarily, it's not correct | Adam Jackson | 1 | -5/+5 |
2005-07-08 | silence a warning | Adam Jackson | 1 | -0/+1 |
2005-07-08 | config.h includes to fix modular build. | Adam Jackson | 2 | -0/+8 |
2005-07-08 | Properly test for the existance of poll(3). Default to using it if it | Adam Jackson | 1 | -2/+9 |
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332 | Alan Coopersmith | 1 | -0/+4 |
2005-07-04 | Test for xtrans connection flags | Alexander Gottwald | 2 | -0/+8 |
2005-07-03 | Undo previous change to add ${includedir}/X11/fonts to CFLAGS. Instead, | Kevin E Martin | 2 | -1/+8 |
2005-07-03 | Install publicly used headers in X11/fonts.XORG-6_8_99_14 | Kevin E Martin | 7 | -8/+8 |
2005-07-03 | Change include dir now that public headers are referenced by | Kevin E Martin | 9 | -9/+22 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 66 | -112/+112 |
2005-07-02 | Add suitable .cvsignore files | Keith Packard | 14 | -0/+103 |
2005-07-02 | Make headers needed by bdftopcf public | Kevin E Martin | 5 | -5/+17 |
2005-07-02 | Build libXfont.la in the 'src' directory as my version of automake really | Keith Packard | 4 | -63/+98 |
2005-07-02 | Remove -I${includedir}/X11/fonts from CFLAGS. | Daniel Stone | 2 | -1/+6 |
2005-07-01 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 2 | -1/+5 |
2005-07-01 | Default --enable-fc to yes; minor formatting changes. | Daniel Stone | 2 | -7/+11 |
2005-06-27 | - Remove fontenc from Xfont | Søren Sandmann Pedersen | 6 | -23/+5 |
2005-06-21 | Add fontenc directory, update buildsystem | Søren Sandmann Pedersen | 3 | -1/+16 |
2005-06-17 | Add lbxutil to symlink.sh Add back accidentally removed include in Type1XORG-6_8_99_13XORG-6_8_99_12 | Søren Sandmann Pedersen | 3 | -1/+6 |
2005-06-16 | Add Speedo directory to Xfont | Søren Sandmann Pedersen | 4 | -5/+44 |