summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17Fontviewer: font-model, use g_utf8_collation_key to sort the modelraveit651-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-17Fontviewer: font-model, add API to get an iter from a FT_Faceraveit651-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-17Font-viewer: add FontViewModelraveit651-0/+67
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h