summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Initialize an array explicitlyAkira TAGOH1-1/+1
2018-03-02Fix a build issue on MinGW with enabling nlsAkira TAGOH1-1/+2
2018-02-05Ensure the user config dir is available in the list of config dirs on the fal...Akira TAGOH1-3/+11
2018-02-05Do not mix up font dirs into the list of config dirsAkira TAGOH4-15/+6
2018-02-01Fix cross-compilation by passing CPPFLAGS to CPPOlivier CrĂȘte1-1/+1
2018-01-23Take effects on dir, cachedir, acceptfont, and rejectfont only when loadingAkira TAGOH1-13/+17
2018-01-14FcHashTableAddInternal: Compare against the right keyAlexander Larsson1-1/+1
2018-01-09Fix undefined-behavior signed shiftsBehdad Esfahbod3-11/+11
2018-01-08Use FT_Done_MM_Var if availableBehdad Esfahbod1-0/+4
2018-01-06export GETTEXTDATADIR to refer the local .its/.loc file instead of using --it...Akira TAGOH3-15/+0
2018-01-05Fix leakBehdad Esfahbod1-0/+1
2018-01-05Add files to enable ITS support in gettextAkira TAGOH3-0/+15
2018-01-04Allow overriding symbol visibility.Tom Anderson1-2/+2
2018-01-04Support FC_WIDTH as double as wellBehdad Esfahbod1-9/+7
2018-01-04Remove hack for OS/2 weights 1..9Behdad Esfahbod2-26/+2
2018-01-04Add FcReadLink to wrap up readlink impl.Akira TAGOH3-2/+26
2018-01-04Fix compiler warningsAkira TAGOH3-3/+7
2018-01-03Add FcWeightTo/FromOpenTypeDouble()Behdad Esfahbod2-14/+26
2018-01-03Fix the mis-ordering of ruleset evaluation in a file with include elementAkira TAGOH2-2/+28
2017-12-20Put back accidentally removed codeBehdad Esfahbod1-0/+2
2017-12-19Let pattern FC_FONT_VARIATIONS override standard axis variationsBehdad Esfahbod1-9/+11
2017-12-19Set font-variations settings for standard axes in variable fontsBehdad Esfahbod2-4/+60
2017-12-18Remove a debug abort()Behdad Esfahbod1-1/+0
2017-12-19Try to get current instance of FcConfig as far as possibleAkira TAGOH1-0/+2
2017-12-19fchash: Fix replaceAlexander Larsson1-0/+2
2017-12-18Don't crashBehdad Esfahbod1-1/+1
2017-12-18Disable uuid related code on Win32Akira TAGOH2-1/+22
2017-12-18Do not update mtime with creating .uuidAkira TAGOH1-0/+26
2017-12-18Replace uuid in the table properly when -rAkira TAGOH3-6/+42
2017-12-18Returns false if key is already available in the tableAkira TAGOH1-1/+1
2017-12-18Update .uuid only when -r is given but not -f.Akira TAGOH2-6/+1
2017-11-24thread-safe functions in fchash.cAkira TAGOH1-2/+4
2017-11-20Use smaller prime for hash sizeAkira TAGOH1-1/+1
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-20abstract hash table functionsAkira TAGOH8-225/+283
2017-11-20cleanupAkira TAGOH1-30/+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 TAGOH3-2/+158
2017-11-20Use uuid-based cache filename if uuid is assigned to dirsAkira TAGOH4-7/+212
2017-11-16Correct debugging messages to load/scan configAkira TAGOH1-4/+4
2017-11-14Validate cache more carefullyAkira TAGOH1-1/+2
2017-11-07Add the ruleset description supportAkira TAGOH7-294/+886
2017-10-12src/fcxml.c: avoid double free() of filenameAlexander Kanavin1-1/+0
2017-10-11Remove assertBehdad Esfahbod1-1/+2