- 06 Nov, 2018 1 commit
-
-
Akira TAGOH authored
-
- 29 Oct, 2018 1 commit
-
-
Akira TAGOH authored
This font seems totally broken. Fixes #128
-
- 25 Oct, 2018 3 commits
-
-
Behdad Esfahbod authored
-
Akira TAGOH authored
-
Keith Packard authored
Because FcDirCacheDeleteUUID does not reset the modification time on the directory, and because FcDirCacheRead unconditionally creates the UUID file each time it is run, any empty directory in the cache will get its timestamp changed each time the cache for that directory is read. Instead, just leave the UUID file around as it is harmless. The alternative would be to only create the UUID file after the cache has been created and the directory has been discovered to be non-empty, but that would delay the creation of the UUID file. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- 05 Oct, 2018 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
This avoids a situation triggers updating caches on a directory where .uuid file was removed. Resolves: #107
-
- 04 Oct, 2018 5 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 02 Oct, 2018 1 commit
-
-
Akira TAGOH authored
Added two prefix modes: "relative" that makes the relative path be relative to current file "cwd" for relative to current working directory which implies current behavior. Resolves: fontconfig/fontconfig#15
-
- 28 Sep, 2018 1 commit
-
-
Akira TAGOH authored
-
- 05 Sep, 2018 1 commit
-
-
Akira TAGOH authored
-
- 04 Sep, 2018 1 commit
-
-
Akira TAGOH authored
'~' in the filename was extracted to the home directory name in FcConfigFilename() though, this behavior was broken by d1f48f11. this change fixes it back to the correct behavior. #110
-
- 03 Sep, 2018 1 commit
-
-
Akira TAGOH authored
Fixes fontconfig/fontconfig#109
-
- 30 Aug, 2018 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 29 Aug, 2018 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 28 Aug, 2018 1 commit
-
-
Akira TAGOH authored
-
- 21 Aug, 2018 1 commit
-
-
Akira TAGOH authored
Fixes #96
-
- 01 Aug, 2018 1 commit
-
-
Akira TAGOH authored
GPerf seems not allowing the empty lines though, current recipes are supposed to drop them. but seems not working on some env. So taking the proper way to do that instead of incompatible things against platforms.
-
- 26 Jul, 2018 1 commit
-
-
Tom Anderson authored
-
- 25 Jul, 2018 4 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
"value == FcTypeInteger" won't be true because it was converted to FcTypeDouble earlier
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 19 Jul, 2018 11 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
FcFontSetFont() accesses fs->fonts in that macro though, there was no error checks if it is null or not. As a result, there was a code path that it could be a null. Even though this is unlikely to see in usual use, it might be intentionally created in a cache. So if fs->fonts is a null, we should consider a cache is invalid.
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-