Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [gtk|demos/gtk-demo]/language-names.c: Fix build on non-GCC/CLang | Chun-wei Fan | 2018-04-02 | 1 | -6/+13 |
| | | | | | | | | | | Remove g_auto*() usage from these sources and use the traditional g_free(), as g_auto*() are GCCisms (or CLangisms). Also, don't include unistd.h unconditionally and stop including langinfo.h and dirent.h, since they seem to be unused. https://bugzilla.gnome.org/show_bug.cgi?id=773299 | ||||
* | build: Use pkg-config to find iso-codes | Ting-Wei Lan | 2018-01-07 | 1 | -1/+0 |
| | | | | | | | Instead of hard-coding the path of iso-codes, we can get the prefix with pkg-config. We still fallback to /usr when it is not available. https://bugzilla.gnome.org/show_bug.cgi?id=792282 | ||||
* | Add font features on the tweak page | Matthias Clasen | 2018-01-03 | 1 | -0/+233 |