summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-17Fix a memory leak in FcFreeTypeQueryFaceAkira TAGOH1-0/+2
2015-06-17Add a warning for blank in fonts.confAkira TAGOH1-0/+7
2015-06-17Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH3-0/+13
2015-06-12mark as private at this momentAkira TAGOH1-0/+3
2015-06-09No need to be publicAkira TAGOH1-0/+3
2015-06-09Fix a crash when no objects are available after filteringAkira TAGOH1-1/+1
2015-06-08Add one more debugging option to see transformation on font-matchingAkira TAGOH4-0/+126
2015-05-27Reduce number of places that cache version is specified to 1Behdad Esfahbod2-5/+4
2015-05-27Simplify FcRangeBehdad Esfahbod6-144/+28
2015-05-27Fix compiler warningsBehdad Esfahbod1-0/+3
2015-05-27Don't set FC_SIZE for bitmap fontsBehdad Esfahbod1-24/+12
2015-05-27Accept Integer for FC_SIZEBehdad Esfahbod1-1/+3
2015-05-27Add bitmap-only font size as Double, not RangeBehdad Esfahbod1-6/+1
2015-05-27Only set FC_SIZE for scalable fonts if OS/2 version 5 is presentBehdad Esfahbod1-13/+15
2015-05-27Write ranges using a [start finish) formatBehdad Esfahbod2-3/+3
2015-05-25Revert the previous changeAkira TAGOH1-15/+1
2015-05-22Detect the overflow for the object IDAkira TAGOH1-1/+21
2015-05-22Fix a crashAkira TAGOH1-0/+1
2015-05-22Fix a typoAkira TAGOH1-1/+1
2015-05-22Fix memory leaks after FcFini()Akira TAGOH4-5/+75
2015-05-18Add su[pport for symbol fontsBehdad Esfahbod4-3/+57
2015-05-18Bug 90148 - Don't warn if cachedir isn't specifiedAkira TAGOH1-7/+19
2015-04-22Drop unmaintained codeAkira TAGOH1-72/+12
2015-04-09W32: Support cache paths relative to the root directoryРуслан Ижбулатов2-1/+22
2015-03-30Fix SIGFPEAkira TAGOH1-1/+1
2015-03-25Fix unknown attribute in Win32Akira TAGOH1-1/+1
2015-03-23Bug 89617 - FcConfigAppFontAddFile() returns false on any font fileAkira TAGOH2-1/+5
2015-03-23Remove the dead codeAkira TAGOH1-2/+0
2015-03-09Fix an infinite loop in FcBlanksIsMember()Akira TAGOH1-1/+1
2015-03-06Fix a bug in the previous change forFcBlanksIsMember()Akira TAGOH1-2/+1