summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Bump version to 2.11.952.11.95Akira TAGOH3-4/+41
2016-04-06Update libtool revisionAkira 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-12-02Add hintstyle templates and make hintslight defaultAkira TAGOH5-0/+57
2015-11-25Avoid an error message on testing when no fonts.conf installedAkira TAGOH1-1/+1
2015-11-24Bug 93075 - Possible fix for make check failure on msys/MinGW...Akira TAGOH1-4/+9
2015-11-18remomve unnecessary codeAkira TAGOH1-1/+0
2015-10-16Fix assertion on 32bit archAkira TAGOH1-1/+1
2015-10-15Fix compiler warnings on MinGWAkira TAGOH1-2/+2
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-17Fail on make runtime as needed instead of configure if no python installedAkira TAGOH2-1/+7
2015-08-14Fix the broken cache more.Akira TAGOH7-52/+142
2015-06-26Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod4-30/+12
2015-06-24Bug 90867 - Memory Leak during error case in fccharsetAkira TAGOH1-4/+20
2015-06-18Update CaseFolding.txt to Unicode 8.0Akira TAGOH2-3/+147
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 TAGOH2-3/+3
2015-06-09No need to be publicAkira TAGOH2-3/+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 TAGOH6-1/+137
2015-06-02Bump version to 2.11.942.11.94Akira TAGOH3-4/+40
2015-05-27Bump cache version number to 6, because of recent FcRange changesBehdad Esfahbod1-1/+1
2015-05-27Reduce number of places that cache version is specified to 1Behdad Esfahbod3-6/+8
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 TAGOH5-6/+76
2015-05-18Add su[pport for symbol fontsBehdad Esfahbod6-3/+59
2015-05-18Bug 90148 - Don't warn if cachedir isn't specifiedAkira TAGOH1-7/+19
2015-05-12Make FC_SCALE deprecatedAkira TAGOH3-3/+3
2015-05-12Add missing description for usageAkira TAGOH2-7/+9
2015-05-11Observe blanks to compute correct languages in fc-query/fc-scanAkira TAGOH4-12/+54