summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-30Fix bitmap scalingBehdad Esfahbod1-15/+17
2015-04-22Drop unmaintained codeAkira TAGOH1-72/+12
2015-04-22Fix a typo in fontconfig-user.sgmlAkira TAGOH1-1/+1
2015-04-20Fix a typo for the latest cache versionAkira TAGOH1-1/+1
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 TAGOH4-1/+50
2015-03-23Remove the dead codeAkira TAGOH1-2/+0
2015-03-09Bump version to 2.11.932.11.93Akira TAGOH3-6/+39
2015-03-09Fix a trivial bug for distAkira TAGOH1-0/+1
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
2015-03-06Fix a segfault when OOM happened.Akira TAGOH1-0/+2
2015-03-05Improve the performance on searching blanksAkira TAGOH1-3/+18
2015-03-03Simplify some moreBehdad Esfahbod1-12/+8
2015-03-03Remove dead code after previous commitBehdad Esfahbod1-336/+3
2015-03-03Fix the array allocationAkira TAGOH1-1/+1
2015-03-02Don't add FC_LANG when it has "und"Akira TAGOH1-0/+9
2015-03-02Fix a build issue when $(srcdir) != $(builddir)Akira TAGOH1-2/+2
2015-02-27Update the script to recognize the escaped spaceAkira TAGOH1-4/+11
2015-02-27Hardcode the blanks in the libraryAkira TAGOH8-70/+202
2015-02-27Rework again to copy the struct direntAkira TAGOH1-7/+2
2015-02-26Ensure config.h is included first, bug#89336.Michael Haubenwallner1-2/+1
2015-02-26Copy the real size of struct direntAkira TAGOH2-2/+10
2015-02-25filter can be nullAkira TAGOH1-1/+1
2015-02-24Fix pointer cast warning on win32Akira TAGOH1-1/+1
2015-02-24ifdef'd the unnecessary code for win32Akira TAGOH1-0/+4
2015-02-23Fix a build fail on some non-POSIX platformsAkira TAGOH2-43/+72
2015-01-21Fix symbol cmap handlingBehdad Esfahbod1-1/+1