summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for version 2.4.22.4.2Keith Packard2006-12-024-5/+37
* Fix fc-cat documentation (bug 8935).Peter Breitenlohner2006-12-022-5/+30
* Add space between type and formal in devel man pages (bug 8935)Keith Packard2006-12-0213-57/+62
* Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.Peter Breitenlohner2006-12-021-44/+43
* A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.Peter Breitenlohner2006-12-022-6/+10
* Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)Keith Packard2006-12-023-1/+8
* Don't use varargs CPP macros in fccache.c. (bug 8733)Kean Johnston2006-12-021-6/+7
* Add FcFreeTypeQueryFace external API. Bug #7311.Keith Packard2006-12-024-25/+52
* Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).Keith Packard2006-12-021-1/+1
* Avoid writing uninitialized structure pad bytes to cache files.Keith Packard2006-12-021-1/+16
* Warn (and recover) from config file without <cachedir> elements.Keith Packard2006-12-021-0/+19
* Use explicit platform/nameid order when scanning ttf files.Keith Packard2006-12-021-88/+149
* FcStrCanonAbsoluteFilename should be static.Keith Packard2006-11-121-1/+1
* Add sparc64 architecture string.Keith Packard2006-11-121-0/+1
* Do not clean cache files for different architecturesMike FABIAN2006-10-271-0/+9
* More fixes for Win32 building (bug 8311)Han-Wen Nienhuys2006-09-172-1/+9
* FcStrCanonFileName buggy for mingw. (bug 8311)Han-Wen Nienhuys2006-09-172-15/+78
* Detect and use available random number generator (bug 8308)Keith Packard2006-09-172-2/+13
* Build fontconfig.def from header files when needed.Keith Packard2006-09-173-305/+17
* Remove documentation for non-existant FcConfigNormalizeFontDir.Keith Packard2006-09-171-11/+0
* Update for version 2.4.12.4.1Keith Packard2006-09-153-4/+13
* Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.Keith Packard2006-09-153-47/+46
* Add warning flags to fc-cache build. Clean up warnings in fc-cache.Keith Packard2006-09-132-24/+9
* Add signatures for m68k and mipsel (thanks debian buildd)Keith Packard2006-09-131-0/+2
* Add ppc64 signature. Bug 8227Keith Packard2006-09-111-0/+1
* Update installation notes for 2.4 base.Keith Packard2006-09-111-7/+12
* Update to version 2.4.02.4.0Keith Packard2006-09-094-5/+42
* Split much of the configuration into separate files. Renumber filesKeith Packard2006-09-0925-237/+344
* Don't display tests for DESTDIR on make install.Keith Packard2006-09-091-1/+1
* Include cachedir in fonts.dtd.Keith Packard2006-09-091-3/+4
* Fix conf.d directory sorting.Keith Packard2006-09-091-1/+9
* Rename conf.avail to conf.dKeith Packard2006-09-0922-2/+1
* Add XML headers to new conf files. Move link make commands to conf.avail dirKeith Packard2006-09-096-52/+42
* Insert newly created caches into reference data structure.Keith Packard2006-09-091-3/+14
* Merge branch 'jhcloos'Keith Packard2006-09-0924-151/+246
|\
| * Make conf.avail and conf.d workJames Cloos2006-09-092-0/+53
| * Update Makefile.am filesJames Cloos2006-09-042-15/+21
| * Move some section from fonts.conf into conf.avail filesJames Cloos2006-09-045-133/+131
| * Re-order old conf.d filesJames Cloos2006-09-0411-0/+0
| * Make room for chunks from fonts.conf in conf.availJames Cloos2006-09-042-0/+0
| * Replace load of conf.d in fonts.conf.inJames Cloos2006-09-041-0/+5
| * Update Makefile.am to match conf.avail changesJames Cloos2006-09-041-9/+12
| * Number the remaining conf.avail filesJames Cloos2006-09-049-0/+0
| * Move user and local conf file loading into conf.avail filesJames Cloos2006-09-043-11/+14
| * Support all five possibilities for sub-pixelJames Cloos2006-09-044-0/+27
| * Standardize conf.avail number prefixing conventionJames Cloos2006-09-041-0/+0
| * Move files from conf.d to conf.availJames Cloos2006-09-0412-1/+1
* | Accept locale environment variables that do not contain territory.Keith Packard2006-09-091-0/+16
* | Attempt to fix makealias usage for build on Mac OS X.Keith Packard2006-09-072-1/+4
* | Replace gnu-specific sed command with simple grep.Keith Packard2006-09-072-2/+2