summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-06Bump to 1.2.0libXfont-1.2.0Adam Jackson1-1/+1
2006-07-06Bug #6918: remove dependencies on Freetype internal headers. As of 2.2Jie Luo3-25/+143
2006-06-03Coverity #1541: Double free of pointer "ranges" in call to "Xfree"Alan Coopersmith2-1/+9
2006-06-01For the 20-odd symbols defined both in libXfont and the X server, emit themAdam Jackson23-103/+72
2006-04-01Add 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_901Adam Jackson3-2/+12
2006-03-31Change BUILD_* to XFONT_* (Drew Parsons). Remove random #ifndef CRAY.Daniel Stone2-6/+10
2006-03-20Bug #6247: Fix build on Cygwin. (Yaakov Selkowitz)Adam Jackson2-1/+6
2006-02-21Don't crash when we receive an FS_Error from the font server (GuillemDaniel Stone2-2/+8
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-09Bug #5175: Make encodingsdir configurable.MODULAR_COPYKevin E Martin3-2/+17
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-11-20Add/improve libs .cvsignores.Eric Anholt1-0/+2
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin3-6/+16
2005-11-14Bug #5047: Make font directory attribs work in modular.XORG-6_8_99_903Adam Jackson2-28/+0
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson1-4/+0
2005-10-23Bug #4721: Fix crash when using Freetype 2.1.10. (Michael Gor)Adam Jackson1-1/+2
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-05Include missing filesKevin E Martin3-0/+10
2005-10-04Bug #4677: Don't install libfontcache.soAdam Jackson2-1/+6
2005-09-09AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used inDaniel Stone2-1/+7
2005-08-04If --with-freetype-config is not specified, try pkgconfig freetype2, thenAlan Coopersmith1-4/+11
2005-07-30Clear compiler warnings. (Stefan Dirsch)XORG-6_99_99_900XORG-6_8_99_901XORG-6_8_99_900Alan Coopersmith2-2/+6
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
2005-07-23Fix distchecksKevin E Martin1-0/+1
2005-07-16Set soversion to 1.0.0 using -version-number.Daniel Stone1-4/+0
2005-07-14Add a dummy source file to avoid link failures.Adam Jackson2-1/+1
2005-07-10Change include dir now that public headers are referenced byKevin E Martin3-2/+9
2005-07-09Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_16XORG-6_8_99_15Keith Packard3-22/+86
2005-07-09Switch from monolithic configuration symbols to modular ones, add backwardKeith Packard19-71/+143
2005-07-09Rearrange configuration options so that individual font file formats driveKeith Packard5-49/+174
2005-07-09Include config.h in every source file to make sure necessary options areKeith Packard106-7/+328
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard16-25/+47
2005-07-08add -D_XOPEN_SOURCE for linux builds; others might need it tooAdam Jackson1-1/+10
2005-07-08disable the poll detection momentarily, it's not correctAdam Jackson1-5/+5
2005-07-08silence a warningAdam Jackson1-0/+1
2005-07-08config.h includes to fix modular build.Adam Jackson2-0/+8
2005-07-08Properly test for the existance of poll(3). Default to using it if itAdam Jackson1-2/+9
2005-07-07Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332Alan Coopersmith1-0/+4
2005-07-04Test for xtrans connection flagsAlexander Gottwald2-0/+8
2005-07-03Undo previous change to add ${includedir}/X11/fonts to CFLAGS. Instead,Kevin E Martin2-1/+8
2005-07-03Install publicly used headers in X11/fonts.XORG-6_8_99_14Kevin E Martin7-8/+8
2005-07-03Change include dir now that public headers are referenced byKevin E Martin9-9/+22
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone66-112/+112
2005-07-02Add suitable .cvsignore filesKeith Packard14-0/+103
2005-07-02Make headers needed by bdftopcf publicKevin E Martin5-5/+17
2005-07-02Build libXfont.la in the 'src' directory as my version of automake reallyKeith Packard4-63/+98
2005-07-02Remove -I${includedir}/X11/fonts from CFLAGS.Daniel Stone2-1/+6
2005-07-01Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2-1/+5
2005-07-01Default --enable-fc to yes; minor formatting changes.Daniel Stone2-7/+11