Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-17 | Fontviewer: font-model, use g_utf8_collation_key to sort the model | raveit65 | 1 | -0/+1 | |
So that we get the right sort order according to the current locale. Store the collation key in the model to avoid a performance hit. Taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=d6a5278 | |||||
2017-02-17 | Fontviewer: font-model, add API to get an iter from a FT_Face | raveit65 | 1 | -0/+3 | |
We'll need this to update the Install button state when a new font is installed. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=1a21320 | |||||
2017-02-17 | Font-viewer: add FontViewModel | raveit65 | 1 | -0/+67 | |
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h |