summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17Fontviewer: model: load font names asynchronouslyraveit651-1/+0
This makes loading/populating of the model completely asynchronous. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=331a080
2017-02-17Fontviewer: model: cache tree iters when setting values on the modelraveit651-3/+0
This speeds up model loading again, since we don't need to go through the font list again when setting the thumbnail pixbuf. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=2120af2
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