summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use a hash table for families in FcConfigSubstituteMatthias Clasen2020-08-251-20/+172
* Speed up FcCompareLang and FcCompareBoolMatthias Clasen2020-08-251-12/+10
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-52/+78
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-214/+250
* Speed up fonthashint matchingMatthias Clasen2020-08-251-6/+13
* Add a shortcut for FcQualAny matchingMatthias Clasen2020-08-251-0/+2
* Use a hash table for family matchingMatthias Clasen2020-08-251-5/+134
* Add a hash function for familiesMatthias Clasen2020-08-252-0/+16
* Special-case some of the string walking codeMatthias Clasen2020-08-251-24/+62
* Avoid a crash in FcPatternHash with rangesMatthias Clasen2020-08-231-1/+1
* Turn unknown attributes into warningJan Tojnar2020-08-181-1/+1
* Fix build issues regarding formatter for Win32Akira TAGOH2020-08-064-3/+15
* Add Meson build systemTim-Philipp Müller2020-07-317-0/+563
* Guard dirent.h includesTim-Philipp Müller2020-07-275-0/+12
* Fix some typos/spelling errorsAlan Coopersmith2020-07-214-5/+5
* Fix empty XDG_CACHE_HOME BehaviorAkira TAGOH2020-07-142-1/+3
* Replace FT_UNUSED with FC_UNUSED.Ben Wagner2020-07-071-7/+4
* fccompat: fix build on Windows without unistd.hTim-Philipp Müller2020-07-073-1/+25
* Fix build on Windows some moreTim-Philipp Müller2020-07-012-0/+6
* Use FC_PATH_MAX to fix build on WindowsTim-Philipp Müller2020-07-011-2/+2
* Some build fixes to support compilation with MSVC on WindowsMathieu Duponchelle2020-07-012-1/+13
* Add FC_ORDER property into cacheAkira TAGOH2020-05-254-0/+7
* Fix cache conflicts on OSTree based systemAkira TAGOH2020-05-121-3/+25
* Set name_mapping to NULL after freeingJonathan Kew2020-04-281-0/+3
* Fix assertion in FcCacheFini() againAkira TAGOH2020-03-231-2/+15
* fcatomic: Fix EXC_BAD_ACCESS on iOS ARM64Nirbheek Chauhan2020-03-191-10/+2
* Set exact boolean value to color propertyAkira TAGOH2020-02-271-1/+1
* Fix assertion in FcFini()Akira TAGOH2020-02-262-6/+7
* Fix memory leaksAkira TAGOH2020-02-191-0/+13
* Fix the process substitution doesn't work with FONTCONFIG_FILEAkira TAGOH2020-02-191-1/+8
* Add proper fullname for named-instancesAkira TAGOH2019-12-091-1/+57
* Don't add a value for FC_FULLNAME in meta faceAkira TAGOH2019-11-281-0/+2
* Fix potential race condition in FcConfigSetCurrent and FcConfigReferenceAkira TAGOH2019-11-062-17/+90
* Use FcConfigReference/Destroy appropriately instead of FcConfigGetCurrentAkira TAGOH2019-11-016-151/+278
* Fix a memory leak caused by the previous commitAkira TAGOH2019-10-311-0/+4
* Read latest cache in pathsAkira TAGOH2019-10-281-6/+30
* Take effect sysroot functionality to the default config fileAkira TAGOH2019-10-212-25/+66
* Warn as well if no directory name for cachedir providedAkira TAGOH2019-10-081-0/+5
* Do not return FcFalse from FcConfigParseAndLoad*() if complain is set to falseAkira TAGOH2019-08-281-3/+5
* Affect FC_FONT_HAS_HINT property to score on matcherAkira TAGOH2019-08-092-1/+2
* Improve the performance a bitAkira TAGOH2019-08-073-45/+57
* Fix failing the check of prep table in some fontsAkira TAGOH2019-07-301-8/+15
* Add FC_FONT_HAS_HINT property to see if font has hinting or not.Akira TAGOH2019-07-292-0/+22
* Fix a memory leak in FcFreeTypeQuery*()Akira TAGOH2019-07-261-3/+8
* Fix memory leaksAkira TAGOH2019-07-231-0/+1
* Fix the fail on fc-cacheAkira TAGOH2019-07-231-4/+13
* FcConfigParseAndLoad*() should returns false on config errorsAkira TAGOH2019-07-221-1/+1
* Add English name first into a cacheAkira TAGOH2019-07-091-1/+18
* Fix a typoAkira TAGOH2019-07-091-1/+1
* Improve the performance a bitAkira TAGOH2019-07-081-19/+26