Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-08 | sushi-font-loader: Add face_index argument | raveit65 | 1 | -1/+1 | |
sushi_new_ft_face_from_uri{,_async}() now takes face index as the third argument. All callers changed. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=28bab70 | |||||
2017-02-17 | Fontviewer: font-model, add API to get an iter from a FT_Face | raveit65 | 1 | -0/+65 | |
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 |