summaryrefslogtreecommitdiff
path: root/src/fcxml.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Correct debugging messages to load/scan configAkira TAGOH1-4/+4
2017-11-07Add the ruleset description supportAkira TAGOH1-40/+139
2017-10-12src/fcxml.c: avoid double free() of filenameAlexander Kanavin1-1/+0
2017-09-21Fix again to keep the same behavior to the return value of FcConfigParseAndLoadAkira TAGOH1-1/+1
2017-09-21Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"Akira TAGOH1-4/+0
2017-09-12Remove blanks facility from the libraryBehdad Esfahbod1-54/+0
2017-08-13Keep the same behavior to the return value of FcConfigParseAndLoadAkira TAGOH1-0/+4
2017-07-11Fix gcc warnings with enabling libxml2Akira TAGOH1-2/+2
2017-07-07Add FcConfigParseAndLoadFromMemory() to load a configuration from memory.Akira TAGOH1-75/+131
2016-05-27Bug 95481 - Build fails on Android due to broken lconv structAkira TAGOH1-5/+16
2016-01-12Optimizations in FcStrSetPatrick Haller1-1/+1
2015-06-17Add a warning for blank in fonts.confAkira TAGOH1-0/+7
2015-05-27Simplify FcRangeBehdad Esfahbod1-8/+4
2015-05-27Fix compiler warningsBehdad Esfahbod1-0/+3
2015-05-22Fix a crashAkira TAGOH1-0/+1
2015-05-22Fix a typoAkira TAGOH1-1/+1
2015-05-22Fix memory leaks after FcFini()Akira TAGOH1-4/+43
2015-04-09W32: Support cache paths relative to the root directoryРуслан Ижбулатов1-1/+20
2015-03-25Fix unknown attribute in Win32Akira TAGOH1-1/+1
2015-02-24ifdef'd the unnecessary code for win32Akira TAGOH1-0/+4
2014-06-30Don't read/write from/to the XDG dirs if the home directory is disabledAkira TAGOH1-1/+22
2014-06-17Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH1-3/+9
2014-03-26Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH1-24/+84
2013-11-11Fix typoAkira TAGOH1-2/+2
2013-10-31Warn if no <test> nor <edit> elements in <match>Akira TAGOH1-0/+5
2013-09-02Do not create a config dir for migration when no config files nor dirsAkira TAGOH1-5/+10
2013-08-24Fix a typoAkira TAGOH1-3/+4
2013-08-07warn deprecated only when migration failedAkira TAGOH1-1/+58
2013-07-09trivial code optimizationAkira TAGOH1-2/+4
2013-07-04Rework to apply the intermixed test and edit elements in one-passAkira TAGOH1-131/+114
2013-06-28Fix the behavior of intermixed tests end edits in matchAkira TAGOH1-1/+36
2013-06-28Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH1-1/+1
2013-02-01Bug 23757 - Add mode="delete" to <edit>Akira TAGOH1-0/+11
2013-01-31Bug 59385 - Do the right thing for intermixed edit and test elementsAkira TAGOH1-0/+46
2013-01-08Bug 47705 - Using O_CLOEXECAkira TAGOH1-1/+1
2013-01-02Fix build and warnings on win32Behdad Esfahbod1-9/+9
2013-01-02Remove FcSharedStr*Behdad Esfahbod1-5/+5
2013-01-02Warn about undefined/invalid attributes during config parsingBehdad Esfahbod1-0/+19
2013-01-02Refactor; contain default config in fccfg.cBehdad Esfahbod1-2/+2
2012-12-30Don't warn if an unknown element is used in an expressionBehdad Esfahbod1-0/+4
2012-12-30Allow target="font/pattern/default" in <name> elementsBehdad Esfahbod1-8/+63
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-22/+0
2012-12-29Fixup from 4f6767470f52b287a2923e7e6d8de5fae1993f67Behdad Esfahbod1-5/+0
2012-12-29Fix sign-compare warningsBehdad Esfahbod1-2/+2
2012-12-29Fix more warningsBehdad Esfahbod1-2/+0
2012-12-29Fix unused-parameter warningsBehdad Esfahbod1-5/+5
2012-12-29Fix compiler warningsBehdad Esfahbod1-10/+10
2012-12-29Parse matrices of expressionsBehdad Esfahbod1-41/+56
2012-12-29Fix typoBehdad Esfahbod1-1/+1
2012-12-11Fix a memory leakAkira TAGOH1-0/+1