summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Fix to work the debugging option on fc-validateAkira TAGOH1-0/+3
2017-08-22Accept 4 digit script tag in FcLangNormalize().Akira TAGOH1-1/+2
2017-08-15Do not ship fcobjshash.gperf in archiveAkira TAGOH1-2/+1
2017-08-13Keep the same behavior to the return value of FcConfigParseAndLoadAkira TAGOH1-0/+4
2017-08-08Fix weight mappingBehdad Esfahbod1-1/+1
2017-08-04Fix warningBehdad Esfahbod1-1/+1
2017-08-04Fix sign-difference compare warningBehdad Esfahbod1-1/+3
2017-08-04MinorBehdad Esfahbod1-1/+1
2017-08-03Ignore 'und-' prefix for in FcLangCompareBehdad Esfahbod1-3/+20
2017-08-02Add und-zsye.orth to support emoji in langAkira TAGOH1-1/+1
2017-07-31Pass --pic to gperfBehdad Esfahbod1-1/+1
2017-07-11Fix gcc warnings with enabling libxml2Akira TAGOH1-2/+2
2017-07-07Add FcConfigParseAndLoadFromMemory() to load a configuration from memory.Akira TAGOH1-75/+131
2017-07-07Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...Akira TAGOH2-8/+19
2017-07-05Fix distcheck errorAkira TAGOH1-1/+6
2017-06-27Treat C.UTF-8 and C.utf8 locales as built in the C library.Josselin Mouette1-0/+2
2017-06-12FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->ori...Florent Rougon1-2/+2
2017-06-12FcLangSetCompare(): fix bug when two charsets come from different "buckets"Florent Rougon1-2/+12
2017-06-09Fix erroneous test on language id in FcLangSetPromote()Florent Rougon1-1/+1
2017-06-09Fix an off-by-one error in FcLangSetIndex()Florent Rougon1-1/+10
2017-06-07FcCharSetHash(): use the 'numbers' values to compute the hashFlorent Rougon1-1/+1
2017-06-05Fix the build failure when srcdir != builddir and have gperf 3.1 or later ins...Akira TAGOH1-3/+7
2017-06-03Force regenerate fcobjshash.h when updating MakefileAkira TAGOH1-4/+3
2017-06-01Bug 99360 - Fix cache file update on MinGWMasamichi Hosoda1-0/+8
2017-03-01Fix the build issue on GNU/HurdAkira TAGOH3-8/+44
2017-02-23Fix the build issue with gperf 3.1Akira TAGOH1-2/+2
2016-12-20Avoid conflicts with integer width macros from TS 18661-1:2014Khem Raj1-1/+1
2016-11-14Fix FcCacheOffsetsValid()Akira TAGOH1-5/+12
2016-08-05Properly validate offsets in cache files.Tobias Stoeckmann1-1/+80
2016-07-08Bug 96676 - Check range of FcWeightFromOpenType argumentAkira TAGOH1-0/+1
2016-06-15Remove unused codeAkira TAGOH1-4/+0
2016-05-30Fix a couple of minor memory leaksErik de Castro Lopo1-0/+2
2016-05-27Bug 95481 - Build fails on Android due to broken lconv structAkira TAGOH1-5/+16
2016-05-23Fix memory leak in FcDirCacheLockPetr Filipsky1-0/+1
2016-05-19Bug 95477 - FcAtomicLock fails when SELinux denies link() syscall with EACCESAkira TAGOH1-1/+1
2016-04-06Revert "Workaround another race condition issue"Akira TAGOH3-62/+8
2016-03-08[GX] Improve weight mappingBehdad Esfahbod1-3/+12
2016-03-08Improve OpenType to Fontconfig weight mappingBehdad Esfahbod1-6/+19
2016-03-08[GX] Enumerate all named-instances in TrueType GX fontsBehdad Esfahbod1-4/+15
2016-03-08[GX] Support instance weight, width, and style nameBehdad Esfahbod1-6/+68
2016-03-08Call FcFreeTypeQueryFace() from fcdir.c, instead of FcFreeTypeQuery()Behdad Esfahbod1-4/+21
2016-01-12Optimizations in FcStrSetPatrick Haller6-21/+51
2015-11-18remomve unnecessary codeAkira TAGOH1-1/+0
2015-10-16Fix assertion on 32bit archAkira TAGOH1-1/+1
2015-10-15Use int64_t instead of long longAkira TAGOH2-3/+3
2015-10-13Fix build issue on MinGWAkira TAGOH1-2/+14
2015-10-13Use long long to see the same size between LP64 and LLP64Akira TAGOH2-2/+2
2015-08-14Fix the broken cache more.Akira TAGOH4-2/+112
2015-06-26Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod3-29/+11
2015-06-24Bug 90867 - Memory Leak during error case in fccharsetAkira TAGOH1-4/+20