summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Add FC_COLORBehdad Esfahbod5-0/+10
2014-12-12Fix buffer overflow in copying PS nameBehdad Esfahbod1-1/+2
2014-12-09Returns False if no fonts foundAkira TAGOH2-14/+19
2014-11-06Update aliases for new URW fontsAkira TAGOH3-11/+98
2014-10-03Revert "Bug 73291 - poppler does not show fl ligature"Akira TAGOH1-6/+0
2014-09-25Add FcRangeGetDouble()Akira TAGOH3-0/+36
2014-08-20Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"Behdad Esfahbod1-1/+1
2014-08-13Note FcConfigSetCurrent() increases the refcount in documentAkira TAGOH1-1/+2
2014-08-12Fix the memory leak in fc-catAkira TAGOH1-6/+2
2014-08-12Increase the refcount in FcConfigSetCurrent()Akira TAGOH3-1/+14
2014-08-11fallback to the another method to lock when link() failedAkira TAGOH1-1/+1
2014-08-06Fix previous commitBehdad Esfahbod1-1/+1
2014-08-06Trebuchet MS is a sans-serif font, not serifBehdad Esfahbod1-4/+4
2014-08-06If OS/2 table says weight is 1 to 9, multiply by 100Behdad Esfahbod1-1/+8
2014-08-06Fix assertion failureBehdad Esfahbod1-1/+1
2014-07-27Remove unneeded FcPublicBehdad Esfahbod1-2/+2
2014-07-26Export recently added APIBehdad Esfahbod4-0/+16
2014-07-25Linearly interpolate weight valuesBehdad Esfahbod6-26/+141
2014-07-25Change DemiLight from 65 to 55Behdad Esfahbod2-3/+3
2014-07-25Add FC_WEIGHT_DEMILIGHTBehdad Esfahbod4-1/+13
2014-07-24Improve / cleanup namelang matchingBehdad Esfahbod1-22/+23
2014-07-24Remove unused regex codeBehdad Esfahbod3-66/+2
2014-07-24Use lang=und instead of lang=xx for "undetermined"Behdad Esfahbod1-2/+2
2014-07-24Ouch, fix bufferBehdad Esfahbod1-2/+2
2014-07-24Decode MacRoman encoding in name table without iconvBehdad Esfahbod1-0/+162
2014-07-24Call FcInitDebug from FcFreeTypeQueryFaceBehdad Esfahbod1-0/+2
2014-07-23Revert "Symlinks fix for DESTDIR"Behdad Esfahbod1-2/+2
2014-07-23Symlinks fix for DESTDIRBehdad Esfahbod1-2/+2
2014-07-23Don't add duplicate langAkira TAGOH1-0/+28
2014-07-19More mingw32 MemoryBarrier() fixupBehdad Esfahbod1-1/+6
2014-07-11Update mingw32 MemoryBarrier from HarfBuzzBehdad Esfahbod1-9/+9
2014-07-08Fix a gcc warningAkira TAGOH1-1/+1
2014-07-06Fixup previous commitBehdad Esfahbod2-13/+1
2014-07-06Remove HASH from matching prioritiesBehdad Esfahbod1-1/+0
2014-07-06CommentsBehdad Esfahbod1-0/+6
2014-07-04Fix a crash when no sysroot is given and failed to load the default fonts.confAkira TAGOH1-4/+7
2014-07-04Fix charset unparse after recent changesBehdad Esfahbod1-1/+1
2014-07-03MinorBehdad Esfahbod1-2/+2
2014-07-03Change charset parse/unparse format to be human readableBehdad Esfahbod1-144/+79
2014-06-30Rework for 5004e8e01f5de30ad01904e57ea0eda006ab3a0cAkira TAGOH1-15/+9
2014-06-30Don't read/write from/to the XDG dirs if the home directory is disabledAkira TAGOH2-4/+37
2014-06-18Update blanks to Unicode 7.0Behdad Esfahbod1-0/+4
2014-06-18Update CaseFolding.txt to Unicode 7.0Akira TAGOH1-6/+53
2014-06-18Fix a segfaultAkira TAGOH1-10/+12
2014-06-17Update list of blanks to Unicode 6.3.0Behdad Esfahbod1-11/+9
2014-06-17Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH7-44/+158
2014-06-12Remove unused FcHash code now that FC_HASH is deprecatedBehdad Esfahbod4-260/+0
2014-06-12Deprecate FC_HASH and don't compute itBehdad Esfahbod4-4/+6
2014-06-12[ko.orth] Remove U+3164 HANGUL FILLERBehdad Esfahbod1-1/+0
2014-06-05Workaround another race condition issueAkira TAGOH3-8/+53