summaryrefslogtreecommitdiff
path: root/src/fccfg.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Add the ruleset description supportAkira TAGOH1-241/+434
2017-09-20Implement more config bool operations for boolean typesBehdad Esfahbod1-0/+12
2017-09-20Add FcDontCare value to FcBoolBehdad Esfahbod1-2/+6
2017-09-12Mark more parameters FC_UNUSEDBehdad Esfahbod1-6/+6
2017-09-12Remove blanks facility from the libraryBehdad Esfahbod1-31/+34
2016-01-12Optimizations in FcStrSetPatrick Haller1-2/+2
2015-06-26Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod1-18/+11
2015-06-17Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH1-0/+2
2015-04-09W32: Support cache paths relative to the root directoryРуслан Ижбулатов1-0/+2
2015-03-23Bug 89617 - FcConfigAppFontAddFile() returns false on any font fileAkira TAGOH1-1/+3
2015-03-02Don't add FC_LANG when it has "und"Akira TAGOH1-0/+9
2015-02-27Hardcode the blanks in the libraryAkira TAGOH1-1/+2
2014-12-09Returns False if no fonts foundAkira TAGOH1-10/+13
2014-08-12Increase the refcount in FcConfigSetCurrent()Akira TAGOH1-0/+5
2014-07-23Don't add duplicate langAkira TAGOH1-0/+28
2014-07-04Fix a crash when no sysroot is given and failed to load the default fonts.confAkira TAGOH1-4/+7
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 TAGOH1-3/+15
2014-06-17Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH1-1/+1
2014-05-13Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH1-0/+10
2014-03-26Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH1-17/+31
2013-08-31Fix a crashAkira TAGOH1-0/+15
2013-08-26Fix a wrong edit position when 'kind' is differentAkira TAGOH1-8/+16
2013-08-24Fix a crash when non-builtin objects are editedAkira TAGOH1-17/+11
2013-08-06Bug 67809 - Invalid read/write with valgrind when assigning something twiceAkira TAGOH1-1/+1
2013-08-06Fix wrong edit positionAkira TAGOH1-34/+66
2013-07-04Rework to apply the intermixed test and edit elements in one-passAkira TAGOH1-190/+159
2013-06-28Fix the behavior of intermixed tests end edits in matchAkira TAGOH1-11/+16
2013-06-28Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH1-1/+3
2013-05-08Use the glob matching for filenameAkira TAGOH1-45/+1
2013-03-08Fix crash with FcConfigSetCurrent(NULL)Behdad Esfahbod1-1/+1
2013-03-05Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH1-0/+57
2013-02-01Bug 23757 - Add mode="delete" to <edit>Akira TAGOH1-0/+10
2013-01-16Fix fc-cache crash caused by looking up NULL object incorrectlyBehdad Esfahbod1-2/+2
2013-01-15Bug 59379 - FC_PRGNAMEBehdad Esfahbod1-0/+7
2013-01-02Fix build and warnings on win32Behdad Esfahbod1-11/+6
2013-01-02Remove FcSharedStr*Behdad Esfahbod1-1/+1
2013-01-02MinorBehdad Esfahbod1-2/+2
2013-01-02Make default-FcConfig threadsafeBehdad Esfahbod1-21/+39
2013-01-02MinorBehdad Esfahbod1-2/+1
2013-01-02Refactor; contain default config in fccfg.cBehdad Esfahbod1-2/+24
2013-01-02Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod1-14/+15
2013-01-01Refuse to set value to unsupported types during config tooBehdad Esfahbod1-6/+28
2012-12-31Warn if <name target="font"> appears in <match target="pattern">Behdad Esfahbod1-6/+15
2012-12-30Allow target="font/pattern/default" in <name> elementsBehdad Esfahbod1-26/+31
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-16/+0
2012-12-29Fix unused-parameter warningsBehdad Esfahbod1-1/+1
2012-12-29Fix compiler warningsBehdad Esfahbod1-22/+22
2012-12-29Parse matrices of expressionsBehdad Esfahbod1-3/+21
2012-12-11Check the system font to be initializedAkira TAGOH1-1/+1