- 02 Jun, 2015 1 commit
-
-
Akira TAGOH authored
-
- 27 May, 2015 9 commits
-
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
They get FC_PIXELSIZE set, which is later converted to FC_SIZE using FC_DPI.
-
Behdad Esfahbod authored
There are more places to fix I'm sure... https://bugs.freedesktop.org/show_bug.cgi?id=80873
-
Behdad Esfahbod authored
The whole size setting part still smells to me.
-
Behdad Esfahbod authored
Part of https://bugs.freedesktop.org/show_bug.cgi?id=80873
-
Behdad Esfahbod authored
To show closed and open ends.
-
- 25 May, 2015 1 commit
-
-
Akira TAGOH authored
and just abort if the object id is overflowed.
-
- 22 May, 2015 4 commits
-
-
Akira TAGOH authored
Continue to increase the object id even after FcFini() and detect the overflow. that would be rather easier than reset the object id with the complicated mutex and atomic functions. This situation would be quite unlikely to happen though
-
Akira TAGOH authored
segfault happens when the config needs to be migrated to XDG's and no definition for include with prefix="xdg"
-
Akira TAGOH authored
-
Akira TAGOH authored
Reported by Jia Wang https://bugs.freedesktop.org/show_bug.cgi?id=83770
-
- 18 May, 2015 2 commits
-
-
Behdad Esfahbod authored
Adds FC_SYMBOL. This affects fonts having a cmap with platform 3 encoding 0. We now map their glyphs from the PUA area to the Latin1 area. See thread "Webdings and other MS symbol fonts don't display" on the mailing list. Test before/after with: $ pango-view --markup --text='<span fallback="false">×</span>' --font=Wingdings
-
Akira TAGOH authored
only warn when FONTCONFIG_FILE or FONTCONFIG_PATH is set. Bug 90148 - Don't warn if cachedir isn't specified
-
- 12 May, 2015 2 commits
-
-
Akira TAGOH authored
Use FC_MATRIX instead. https://bugs.freedesktop.org/show_bug.cgi?id=90257
-
Akira TAGOH authored
-
- 11 May, 2015 1 commit
-
-
Akira TAGOH authored
Added --ignore-blanks option to get back the behavior. https://bugs.freedesktop.org/show_bug.cgi?id=79955
-
- 30 Apr, 2015 1 commit
-
-
Behdad Esfahbod authored
Was broken by 66db69a6. Ouch!
-
- 22 Apr, 2015 2 commits
-
-
Akira TAGOH authored
Use four-byte code for foundry as is instead. https://bugs.freedesktop.org/show_bug.cgi?id=88679
-
-
- 20 Apr, 2015 1 commit
-
-
Akira TAGOH authored
-
- 09 Apr, 2015 1 commit
-
-
Paths starting with '/' don't make sense on W32 as-is, prepend the installation root directory to them. This allows the cache to be contained within a particular fontconfig installation (as long as the default --with-cache-dir= is overriden at configure time).
-
- 30 Mar, 2015 1 commit
-
-
Akira TAGOH authored
-
- 25 Mar, 2015 1 commit
-
-
Akira TAGOH authored
-
- 23 Mar, 2015 2 commits
-
-
Akira TAGOH authored
Prior to the change of 32ac7c75 FcConfigAppFontAddFile() always returned FcTrue no matter what fonts was added. after that, it always returned FcFalse because adding a font doesn't add any subdirs with FcFileScanConfig(). so changing that to simply ignore it. Also fixing it to return FcFalse if non-fonts was added, i.e. FcFreeTypeQuery() fails. https://bugs.freedesktop.org/show_bug.cgi?id=89617
-
Akira TAGOH authored
-
- 09 Mar, 2015 3 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 06 Mar, 2015 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
Reported by Matt Breedlove
-
- 05 Mar, 2015 1 commit
-
-
Akira TAGOH authored
After the change of d6a5cc66 we have a lot of code points in FcBlanks. doing the linear search on the array isn't comfortable anymore. So re-implementing FcBlanksIsMember() to use the binary search. Figuring out how much improved after this change depends on how many fonts proceed with fc-cache say though, it's about 20 times faster here on testing. which sounds good enough for improvement.
-
- 04 Mar, 2015 2 commits
-
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
- 03 Mar, 2015 1 commit
-
-
Akira TAGOH authored
-
- 02 Mar, 2015 2 commits
-
-
Akira TAGOH authored
to avoid the situation to find the better fallback font. https://code.google.com/p/chromium/issues/detail?id=392724 has more words to explain the details. https://bugs.freedesktop.org/show_bug.cgi?id=81185
-
Akira TAGOH authored
-