summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Guard dirent.h includesTim-Philipp Müller5-0/+12
2020-07-21Fix some typos/spelling errorsAlan Coopersmith4-5/+5
2020-07-14Fix empty XDG_CACHE_HOME BehaviorAkira TAGOH2-1/+3
2020-07-07Replace FT_UNUSED with FC_UNUSED.Ben Wagner1-7/+4
2020-07-07fccompat: fix build on Windows without unistd.hTim-Philipp Müller3-1/+25
2020-07-01Fix build on Windows some moreTim-Philipp Müller2-0/+6
2020-07-01Use FC_PATH_MAX to fix build on WindowsTim-Philipp Müller1-2/+2
2020-07-01Some build fixes to support compilation with MSVC on WindowsMathieu Duponchelle2-1/+13
2020-05-25Add FC_ORDER property into cacheAkira TAGOH4-0/+7
2020-05-12Fix cache conflicts on OSTree based systemAkira TAGOH1-3/+25
2020-04-28Set name_mapping to NULL after freeingJonathan Kew1-0/+3
2020-03-23Fix assertion in FcCacheFini() againAkira TAGOH1-2/+15
2020-03-19fcatomic: Fix EXC_BAD_ACCESS on iOS ARM64Nirbheek Chauhan1-10/+2
2020-02-27Set exact boolean value to color propertyAkira TAGOH1-1/+1
2020-02-26Fix assertion in FcFini()Akira TAGOH2-6/+7
2020-02-19Fix memory leaksAkira TAGOH1-0/+13
2020-02-19Fix the process substitution doesn't work with FONTCONFIG_FILEAkira TAGOH1-1/+8
2019-12-09Add proper fullname for named-instancesAkira TAGOH1-1/+57
2019-11-28Don't add a value for FC_FULLNAME in meta faceAkira TAGOH1-0/+2
2019-11-06Fix potential race condition in FcConfigSetCurrent and FcConfigReferenceAkira TAGOH2-17/+90
2019-11-01Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH6-151/+278
2019-10-31Fix a memory leak caused by the previous commitAkira TAGOH1-0/+4
2019-10-28Read latest cache in pathsAkira TAGOH1-6/+30
2019-10-21Take effect sysroot functionality to the default config fileAkira TAGOH2-25/+66
2019-10-08Warn as well if no directory name for cachedir providedAkira TAGOH1-0/+5
2019-08-28Do not return FcFalse from FcConfigParseAndLoad*() if complain is set to falseAkira TAGOH1-3/+5
2019-08-09Affect FC_FONT_HAS_HINT property to score on matcherAkira TAGOH2-1/+2
2019-08-07Improve the performance a bitAkira TAGOH3-45/+57
2019-07-30Fix failing the check of prep table in some fontsAkira TAGOH1-8/+15
2019-07-29Add FC_FONT_HAS_HINT property to see if font has hinting or not.Akira TAGOH2-0/+22
2019-07-26Fix a memory leak in FcFreeTypeQuery*()Akira TAGOH1-3/+8
2019-07-23Fix memory leaksAkira TAGOH1-0/+1
2019-07-23Fix the fail on fc-cacheAkira TAGOH1-4/+13
2019-07-22FcConfigParseAndLoad*() should returns false on config errorsAkira TAGOH1-1/+1
2019-07-09Add English name first into a cacheAkira TAGOH1-1/+18
2019-07-09Fix a typoAkira TAGOH1-1/+1
2019-07-08Improve the performance a bitAkira TAGOH1-19/+26
2019-07-02Fix a crash when running with FC_DEBUG=256Akira TAGOH1-1/+1
2019-06-26Fix obtaining real path from pre-defined names for Win32Akira TAGOH1-28/+18
2019-06-19Fix the linear interpolation during weight mappingEgmont Koblinger1-1/+1
2019-06-18Fix a typo on masking face idAkira TAGOH1-1/+1
2019-06-10Fix endianness on generating MD5 cache nameAkira TAGOH1-1/+1
2019-04-04No need to remap for uuid basedAkira TAGOH1-19/+17
2019-04-04Fallback uuid-based name to read a cache if no MD5-based cache availableAkira TAGOH1-2/+89
2019-04-04Fix unexpected cache name by double-slash in pathAkira TAGOH1-7/+9
2019-04-04Don't show salt in debugging message if salt is nullAkira TAGOH1-2/+2
2019-04-03Allow overriding salt with new one coming laterAkira TAGOH2-0/+61
2019-04-03Oops, Terminate stringAkira TAGOH1-0/+1
2019-04-03Add some debugging outputAkira TAGOH2-4/+29
2019-04-03Don't warn if path can't be converted with prefixAkira TAGOH1-2/+16