summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Bump version to 2.12.912.12.91Akira TAGOH3-4/+138
2017-12-14Bump the libtool revisionAkira TAGOH1-3/+3
2017-12-14Fix "make check" fail againAkira TAGOH1-4/+4
2017-12-05Fix distcheck errorAkira TAGOH2-3/+3
2017-11-24thread-safe functions in fchash.cAkira TAGOH1-2/+4
2017-11-20Fix the testcase for env not enabled PCF_CONFIG_OPTION_LONG_FAMILY_NAMES in f...Akira TAGOH1-2/+2
2017-11-20Use smaller prime for hash sizeAkira TAGOH1-1/+1
2017-11-20cleanupAkira TAGOH1-10/+0
2017-11-20Add a testcase for bind-mounted cachedirAkira TAGOH1-0/+30
2017-11-20Don't call FcStat when the alias has already been addedAkira TAGOH2-52/+44
2017-11-20Fix a typoAkira TAGOH1-1/+1
2017-11-20Fix memory leakAkira TAGOH1-3/+4
2017-11-20updateAkira TAGOH1-0/+12
2017-11-20abstract hash table functionsAkira TAGOH8-225/+283
2017-11-20cleanupAkira TAGOH2-33/+0
2017-11-20Destroy the alias and UUID tables when all of caches is unloadedAkira TAGOH1-36/+27
2017-11-20Don't call FcStat when the alias has already been addedAkira TAGOH1-14/+7
2017-11-20Replace the path of subdirs in caches as wellAkira TAGOH1-1/+21
2017-11-20Replace the original path to the new oneAkira TAGOH2-3/+5
2017-11-20Replace the font path in FcPattern to what it is actually located.Akira TAGOH2-1/+72
2017-11-20Add new API to find out a font from current search pathAkira TAGOH5-2/+171
2017-11-20Use uuid-based cache filename if uuid is assigned to dirsAkira TAGOH5-7/+220
2017-11-20Add the check of PCF_CONFIG_OPTION_LONG_FAMILY_NAMES backAkira TAGOH5-2/+33
2017-11-16Correct debugging messages to load/scan configAkira TAGOH1-4/+4
2017-11-16Allow autoreconf through autopoint for gettext thingsAkira TAGOH1-0/+1
2017-11-14Validate cache more carefullyAkira TAGOH1-1/+2
2017-11-08another workaround to avoid modifying by gettextize...Akira TAGOH1-0/+3
2017-11-08missing an open parenthesisAkira TAGOH1-1/+1
2017-11-07workaround to avoid modifying by gettextizeAkira TAGOH2-3/+8
2017-11-07Add the ruleset description supportAkira TAGOH69-449/+1916
2017-11-07doc: trivial updateAkira TAGOH1-0/+1
2017-10-17Bump version to 2.12.6Akira TAGOH3-4/+22
2017-10-17Update libtool revisionAkira TAGOH1-1/+1
2017-10-17Fixes cleanupAlban Browaeys1-2/+2
2017-10-12src/fcxml.c: avoid double free() of filenameAlexander Kanavin1-1/+0
2017-10-11Remove assertBehdad Esfahbod1-1/+2
2017-10-05conf: Prefer system emoji fonts to third-party onesBastien Nocera2-9/+12
2017-09-29Fix a compiler warningAkira TAGOH1-3/+3
2017-09-29cleanupAkira TAGOH4-47/+6
2017-09-28Require freetype >= 2.8.1Behdad Esfahbod2-79/+3
2017-09-28Merge branch 'varfonts2'Behdad Esfahbod17-393/+720
2017-09-27[varfonts] Share lang across named-instancesBehdad Esfahbod3-10/+34
2017-09-27Use binary-search for finding name table entriesBehdad Esfahbod1-126/+141
2017-09-27Simplify name-table platform mathcing logicBehdad Esfahbod1-24/+5
2017-09-27Don't convert nameds to UTF-8 unless we are going to use themBehdad Esfahbod1-17/+22
2017-09-27WhitespaceBehdad Esfahbod1-9/+9
2017-09-27Fix whitespace-trimming loop and empty strings...Behdad Esfahbod1-3/+3
2017-09-27Move whitespace-trimming code to apply to all name-table stringsBehdad Esfahbod1-12/+11
2017-09-27[varfonts] Reuse charset for named instancesBehdad Esfahbod1-11/+33
2017-09-27Separate charset and spacing codeBehdad Esfahbod1-44/+64