- 15 Feb, 2018 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 05 Feb, 2018 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 01 Feb, 2018 1 commit
-
-
- 23 Jan, 2018 1 commit
-
-
Akira TAGOH authored
Those elements takes effects immediately during parsing config files so makes them conditional to ignore on scanning.
-
- 15 Jan, 2018 1 commit
-
-
Akira TAGOH authored
-
- 14 Jan, 2018 2 commits
-
-
Akira TAGOH authored
Using Requires is peferable way. https://bugs.freedesktop.org/show_bug.cgi?id=104622
-
We were comparing the passed in key with the ready-to-insert key rather than the key in the hashtable, so if you ever had a hash conflicts we'll never insert the new item. https://bugs.freedesktop.org/show_bug.cgi?id=101889
-
- 09 Jan, 2018 2 commits
-
-
Behdad Esfahbod authored
-
Akira TAGOH authored
-
- 08 Jan, 2018 1 commit
-
-
Behdad Esfahbod authored
-
- 06 Jan, 2018 1 commit
-
-
Akira TAGOH authored
-
- 05 Jan, 2018 5 commits
-
-
Behdad Esfahbod authored
-
Akira TAGOH authored
-
Akira TAGOH authored
and drop the dependency of itstool. To get this working, need to patch out to fix a crash: http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=a0cab23332a254e3500cac2a3a984472d02180e5
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 04 Jan, 2018 6 commits
-
-
Fontconfig symbols were hardcoded to be either hidden or exported. This patch adds configurable symbol visibility. This is useful for projects that want to do in-tree fontconfig builds and not export any symbols, otherwise they would conflict with the system library's symbols Chromium is a project that does in-tree fontconfig builds, and the workaround currently used is "#define visibility(x) // nothing" [1] and building with "-fvisibility=hidden". [1] https://cs.chromium.org/chromium/src/third_party/fontconfig/BUILD.gn?rcl=ce146f1f300988c960e1eecf8a61b238d6fd7f7f&l=62
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 03 Jan, 2018 2 commits
-
-
Behdad Esfahbod authored
No idea why I didn't add these as double to begin with.
-
Akira TAGOH authored
-
- 02 Jan, 2018 1 commit
-
-
Akira TAGOH authored
-
- 20 Dec, 2017 1 commit
-
-
Behdad Esfahbod authored
-
- 19 Dec, 2017 7 commits
-
-
Behdad Esfahbod authored
Ie. flip the merge order.
-
Behdad Esfahbod authored
This is the last piece of the puzzle for variable-font support in fontconfig. This takes care of automatically setting the variation settings when user requests a weight / width / size that has variation in the matched font.
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
Ouch!
-
Akira TAGOH authored
-
When we replace a bucket in the hashtable we have to update the next pointer too, or we lose all the other elements that hashed to this key.
-
Behdad Esfahbod authored
Not proper fix necessarily. But fixes this crash: https://bugs.freedesktop.org/show_bug.cgi?id=101889#c81
-
- 18 Dec, 2017 5 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-