summaryrefslogtreecommitdiff
path: root/src/fccfg.c
Commit message (Expand)AuthorAgeFilesLines
* Optimizations in FcStrSetPatrick Haller2016-01-121-2/+2
* Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod2015-06-261-18/+11
* Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH2015-06-171-0/+2
* W32: Support cache paths relative to the root directoryРуслан Ижбулатов2015-04-091-0/+2
* Bug 89617 - FcConfigAppFontAddFile() returns false on any font fileAkira TAGOH2015-03-231-1/+3
* Don't add FC_LANG when it has "und"Akira TAGOH2015-03-021-0/+9
* Hardcode the blanks in the libraryAkira TAGOH2015-02-271-1/+2
* Returns False if no fonts foundAkira TAGOH2014-12-091-10/+13
* Increase the refcount in FcConfigSetCurrent()Akira TAGOH2014-08-121-0/+5
* Don't add duplicate langAkira TAGOH2014-07-231-0/+28
* Fix a crash when no sysroot is given and failed to load the default fonts.confAkira TAGOH2014-07-041-4/+7
* Rework for 5004e8e01f5de30ad01904e57ea0eda006ab3a0cAkira TAGOH2014-06-301-15/+9
* Don't read/write from/to the XDG dirs if the home directory is disabledAkira TAGOH2014-06-301-3/+15
* Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH2014-06-171-1/+1
* Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH2014-05-131-0/+10
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-17/+31
* Fix a crashAkira TAGOH2013-08-311-0/+15
* Fix a wrong edit position when 'kind' is differentAkira TAGOH2013-08-261-8/+16
* Fix a crash when non-builtin objects are editedAkira TAGOH2013-08-241-17/+11
* Bug 67809 - Invalid read/write with valgrind when assigning something twiceAkira TAGOH2013-08-061-1/+1
* Fix wrong edit positionAkira TAGOH2013-08-061-34/+66
* Rework to apply the intermixed test and edit elements in one-passAkira TAGOH2013-07-041-190/+159
* Fix the behavior of intermixed tests end edits in matchAkira TAGOH2013-06-281-11/+16
* Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH2013-06-281-1/+3
* Use the glob matching for filenameAkira TAGOH2013-05-081-45/+1
* Fix crash with FcConfigSetCurrent(NULL)Behdad Esfahbod2013-03-081-1/+1
* Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH2013-03-051-0/+57
* Bug 23757 - Add mode="delete" to <edit>Akira TAGOH2013-02-011-0/+10
* Fix fc-cache crash caused by looking up NULL object incorrectlyBehdad Esfahbod2013-01-161-2/+2
* Bug 59379 - FC_PRGNAMEBehdad Esfahbod2013-01-151-0/+7
* Fix build and warnings on win32Behdad Esfahbod2013-01-021-11/+6
* Remove FcSharedStr*Behdad Esfahbod2013-01-021-1/+1
* MinorBehdad Esfahbod2013-01-021-2/+2
* Make default-FcConfig threadsafeBehdad Esfahbod2013-01-021-21/+39
* MinorBehdad Esfahbod2013-01-021-2/+1
* Refactor; contain default config in fccfg.cBehdad Esfahbod2013-01-021-2/+24
* Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod2013-01-021-14/+15
* Refuse to set value to unsupported types during config tooBehdad Esfahbod2013-01-011-6/+28
* Warn if <name target="font"> appears in <match target="pattern">Behdad Esfahbod2012-12-311-6/+15
* Allow target="font/pattern/default" in <name> elementsBehdad Esfahbod2012-12-301-26/+31
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-16/+0
* Fix unused-parameter warningsBehdad Esfahbod2012-12-291-1/+1
* Fix compiler warningsBehdad Esfahbod2012-12-291-22/+22
* Parse matrices of expressionsBehdad Esfahbod2012-12-291-3/+21
* Check the system font to be initializedAkira TAGOH2012-12-111-1/+1
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-12-071-0/+2
* Fix a build fail on MINGWAkira TAGOH2012-06-131-9/+9
* fcdefault: Add the lang object at FcConfigSubstituteWithPat() only when kind ...Akira TAGOH2012-06-081-17/+16
* Add the default language to the pattern prior to do build the substitutionAkira TAGOH2012-06-081-0/+18
* Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH2012-06-011-4/+8