summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-02-27Hardcode the blanks in the libraryAkira TAGOH2-1/+9
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 TAGOH1-2/+9
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 TAGOH1-8/+72
2015-01-21Fix symbol cmap handlingBehdad Esfahbod1-1/+1
2014-12-25Bump the cache version to 5Akira TAGOH1-1/+1
2014-12-14Treat color fonts as scalableBehdad Esfahbod1-9/+18
2014-12-14Add FC_COLORBehdad Esfahbod3-0/+8
2014-12-12Fix buffer overflow in copying PS nameBehdad Esfahbod1-1/+2
2014-12-09Returns False if no fonts foundAkira TAGOH1-10/+13
2014-09-25Add FcRangeGetDouble()Akira TAGOH1-0/+23
2014-08-20Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"Behdad Esfahbod1-1/+1
2014-08-12Increase the refcount in FcConfigSetCurrent()Akira TAGOH2-1/+13
2014-08-11fallback to the another method to lock when link() failedAkira TAGOH1-1/+1
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 Esfahbod3-26/+86
2014-07-25Add FC_WEIGHT_DEMILIGHTBehdad Esfahbod2-1/+9
2014-07-24Improve / cleanup namelang matchingBehdad Esfahbod1-22/+23
2014-07-24Remove unused regex codeBehdad Esfahbod2-58/+0
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-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-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