index
:
~tagoh/fontconfig
bz24613
bz40648
bz59438
charset-from-string
disable-auto-update
langtag-support
master
panose-sfamilyclass-support
Font customization and configuration library
tagoh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fccfg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-04
Add FcReadLink to wrap up readlink impl.
Akira TAGOH
1
-2
/
+2
2018-01-04
Fix compiler warnings
Akira TAGOH
1
-1
/
+1
2018-01-03
Fix the mis-ordering of ruleset evaluation in a file with include element
Akira TAGOH
1
-2
/
+6
2017-11-20
abstract hash table functions
Akira TAGOH
1
-2
/
+19
2017-11-20
Don't call FcStat when the alias has already been added
Akira TAGOH
1
-14
/
+7
2017-11-20
Replace the path of subdirs in caches as well
Akira TAGOH
1
-1
/
+21
2017-11-07
Add the ruleset description support
Akira TAGOH
1
-241
/
+434
2017-09-20
Implement more config bool operations for boolean types
Behdad Esfahbod
1
-0
/
+12
2017-09-20
Add FcDontCare value to FcBool
Behdad Esfahbod
1
-2
/
+6
2017-09-12
Mark more parameters FC_UNUSED
Behdad Esfahbod
1
-6
/
+6
2017-09-12
Remove blanks facility from the library
Behdad Esfahbod
1
-31
/
+34
2016-01-12
Optimizations in FcStrSet
Patrick Haller
1
-2
/
+2
2015-06-26
Revert changes made to FcConfigAppFontAddDir() recently
Behdad Esfahbod
1
-18
/
+11
2015-06-17
Don't return FcFalse even when no fonts dirs is configured
Akira TAGOH
1
-0
/
+2
2015-04-09
W32: Support cache paths relative to the root directory
Руслан Ижбулатов
1
-0
/
+2
2015-03-23
Bug 89617 - FcConfigAppFontAddFile() returns false on any font file
Akira TAGOH
1
-1
/
+3
2015-03-02
Don't add FC_LANG when it has "und"
Akira TAGOH
1
-0
/
+9
2015-02-27
Hardcode the blanks in the library
Akira TAGOH
1
-1
/
+2
2014-12-09
Returns False if no fonts found
Akira TAGOH
1
-10
/
+13
2014-08-12
Increase the refcount in FcConfigSetCurrent()
Akira TAGOH
1
-0
/
+5
2014-07-23
Don't add duplicate lang
Akira TAGOH
1
-0
/
+28
2014-07-04
Fix a crash when no sysroot is given and failed to load the default fonts.conf
Akira TAGOH
1
-4
/
+7
2014-06-30
Rework for 5004e8e01f5de30ad01904e57ea0eda006ab3a0c
Akira TAGOH
1
-15
/
+9
2014-06-30
Don't read/write from/to the XDG dirs if the home directory is disabled
Akira TAGOH
1
-3
/
+15
2014-06-17
Read the config files and fonts on the sysroot when --sysroot is given to fc-...
Akira TAGOH
1
-1
/
+1
2014-05-13
Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSet
Akira TAGOH
1
-0
/
+10
2014-03-26
Bug 71287 - size specific design selection support in OS/2 table version 5
Akira TAGOH
1
-17
/
+31
2013-08-31
Fix a crash
Akira TAGOH
1
-0
/
+15
2013-08-26
Fix a wrong edit position when 'kind' is different
Akira TAGOH
1
-8
/
+16
2013-08-24
Fix a crash when non-builtin objects are edited
Akira TAGOH
1
-17
/
+11
2013-08-06
Bug 67809 - Invalid read/write with valgrind when assigning something twice
Akira TAGOH
1
-1
/
+1
2013-08-06
Fix wrong edit position
Akira TAGOH
1
-34
/
+66
2013-07-04
Rework to apply the intermixed test and edit elements in one-pass
Akira TAGOH
1
-190
/
+159
2013-06-28
Fix the behavior of intermixed tests end edits in match
Akira TAGOH
1
-11
/
+16
2013-06-28
Add FcTypeUnknown to FcType to avoid comparison of constant -1
Akira TAGOH
1
-1
/
+3
2013-05-08
Use the glob matching for filename
Akira TAGOH
1
-45
/
+1
2013-03-08
Fix crash with FcConfigSetCurrent(NULL)
Behdad Esfahbod
1
-1
/
+1
2013-03-05
Bug 59456 - Adding a --sysroot like option to fc-cache
Akira TAGOH
1
-0
/
+57
2013-02-01
Bug 23757 - Add mode="delete" to <edit>
Akira TAGOH
1
-0
/
+10
2013-01-16
Fix fc-cache crash caused by looking up NULL object incorrectly
Behdad Esfahbod
1
-2
/
+2
2013-01-15
Bug 59379 - FC_PRGNAME
Behdad Esfahbod
1
-0
/
+7
2013-01-02
Fix build and warnings on win32
Behdad Esfahbod
1
-11
/
+6
2013-01-02
Remove FcSharedStr*
Behdad Esfahbod
1
-1
/
+1
2013-01-02
Minor
Behdad Esfahbod
1
-2
/
+2
2013-01-02
Make default-FcConfig threadsafe
Behdad Esfahbod
1
-21
/
+39
2013-01-02
Minor
Behdad Esfahbod
1
-2
/
+1
2013-01-02
Refactor; contain default config in fccfg.c
Behdad Esfahbod
1
-2
/
+24
2013-01-02
Make refcounts, patterns, charsets, strings, and FcLang thread-safe
Behdad Esfahbod
1
-14
/
+15
2013-01-01
Refuse to set value to unsupported types during config too
Behdad Esfahbod
1
-6
/
+28
2012-12-31
Warn if <name target="font"> appears in <match target="pattern">
Behdad Esfahbod
1
-6
/
+15
[next]