summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.5.912.5.91Keith Packard2008-01-103-6/+24
* git-tag requires space after -m flagKeith Packard2008-01-101-1/+1
* new-version.sh was mis-editing filesKeith Packard2008-01-101-11/+8
* Add more files to .gitignoreKeith Packard2008-01-101-2/+5
* Distribute khmer font aliasesKeith Packard2008-01-102-0/+17
* Create new-version.sh to help with releases, update INSTALL instructionsKeith Packard2008-01-102-26/+131
* Distribute new fcftint.h fileKeith Packard2008-01-101-1/+1
* Eliminate references to freetype from utility Makefile.am'sKeith Packard2008-01-084-8/+8
* Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard2008-01-073-0/+3
* Remove freetype requirement for build-time applications.Keith Packard2008-01-0211-26/+76
* Fix OOM failure case in FcPStackPush.Keith Packard2007-12-231-0/+5
* Not_contain should use strstr, not strcmp on strings. (bug 13632)Hongbo Zhao2007-12-121-1/+1
* Move conf.avail/README to conf.d/README (bug 13392)Keith Packard2007-11-251-2/+5
* Bump version number to 2.52.5.0Keith Packard2007-11-133-5/+16
* Workaround for stat() brokenness in Microsoft's C library (bug 8526)Tor Lillqvist2007-11-134-2/+124
* Revert "Remove fcprivate.h, move the remaining macros to fcint.h."Keith Packard2007-11-138-98/+152
* Document that FcConfigGetFonts returns the internal fontset (bug 13197)Keith Packard2007-11-131-1/+2
* Document that Match calls FcFontRenderPrepare (bug 13162).Keith Packard2007-11-132-8/+16
* Document several function return values (Bug 13145).Keith Packard2007-11-138-29/+51
* Fix parallel build in doc directory.2.4.92Keith Packard2007-11-051-3/+5
* Update version numbers to 2.4.92 (2.5 RC2)Keith Packard2007-11-052-3/+48
* Simplify/improve 30-metric-aliases.confBehdad Esfahbod2007-11-051-83/+109
* Remove list of available conf files from README.Behdad Esfahbod2007-11-051-28/+1
* Fix documented conf-file naming format in READMEBehdad Esfahbod2007-11-051-4/+4
* Remove 25-unhint-nonlatin.conf from default configuration by not linking it.Behdad Esfahbod2007-11-051-1/+0
* Oops, fix Makefile.am.Behdad Esfahbod2007-11-051-2/+2
* Remove 20-lohit-gujarati.conf. It's covered by 25-unhint-nonlatin.conf now.Behdad Esfahbod2007-11-052-13/+0
* Remove redundant/obsolete comments from conf files.Behdad Esfahbod2007-11-0518-18/+0
* Use binding="same" in 30-urw-aliases.conf and remove duplicate entries.Behdad Esfahbod2007-11-051-19/+8
* Split 40-generic.conf into 40-nonlatin.conf and 45-latin.confBehdad Esfahbod2007-11-054-28/+58
* Add/update config files from Fedora.Behdad Esfahbod2007-11-057-28/+483
* Add FcGetLangs() and FcLangGetCharSet().Behdad Esfahbod2007-11-054-5/+40
* Fix trivial bugs in edit-sgml.cBehdad Esfahbod2007-11-051-1/+2
* Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.Keith Packard2007-11-046-5/+72
* Ignore new generated documentationKeith Packard2007-11-031-0/+3
* Link new function documentation into the fontconfig-devel.sgmlKeith Packard2007-11-031-0/+31
* Formatting syntax mistake in doc/fclangset.fncs.Keith Packard2007-11-031-1/+1
* Generate fccache.sgml, fcdircache.sgml and fclangset.sgml.Keith Packard2007-11-031-0/+3
* Fix formatting syntax in doc/fccache.fncsKeith Packard2007-11-031-4/+4
* Replace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002).Keith Packard2007-11-035-14/+14
* Remove references to FcConfigParse and FcConfigLoad.Keith Packard2007-11-031-2/+1
* Have FcConfigSetCurrent accept the current configuration and simply returnKeith Packard2007-11-031-0/+3
* Update documentation for stale FcConfigGetConfig function.Keith Packard2007-11-031-2/+3
* Update documentation for FcStrCopyFilename (bug 12964).Keith Packard2007-11-031-5/+10
* Document previously undocumented functions. (bug 12963)Keith Packard2007-11-0316-30/+638
* Verify documentation covers exposed symbols.Keith Packard2007-11-032-1/+28
* Use FcLangDifferentTerritory instead of FcLangDifferentCountry.Keith Packard2007-11-031-4/+4
* Don't check cache file time stamps when cleaning cache dir.Keith Packard2007-11-031-9/+1
* Typo error in function name: Inverval -> intervalKeith Packard2007-11-031-2/+2
* Track line numbers in sgml edit tool input.Keith Packard2007-11-031-33/+52