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
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
2012-12-30
Allow target="font/pattern/default" in <name> elements
Behdad Esfahbod
1
-26
/
+31
2012-12-29
Remove memory accounting and reporting
Behdad Esfahbod
1
-16
/
+0
2012-12-29
Fix unused-parameter warnings
Behdad Esfahbod
1
-1
/
+1
2012-12-29
Fix compiler warnings
Behdad Esfahbod
1
-22
/
+22
2012-12-29
Parse matrices of expressions
Behdad Esfahbod
1
-3
/
+21
2012-12-11
Check the system font to be initialized
Akira TAGOH
1
-1
/
+1
2012-12-07
Fix the wrong estimation for the memory usage information in fontconfig
Akira TAGOH
1
-0
/
+2
2012-06-13
Fix a build fail on MINGW
Akira TAGOH
1
-9
/
+9
2012-06-08
fcdefault: Add the lang object at FcConfigSubstituteWithPat() only when kind ...
Akira TAGOH
1
-17
/
+16
2012-06-08
Add the default language to the pattern prior to do build the substitution
Akira TAGOH
1
-0
/
+18
2012-06-01
Fix the wrong estimation for the memory usage information in fontconfig
Akira TAGOH
1
-4
/
+8
2012-05-18
Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
Akira TAGOH
1
-1
/
+77
[next]