summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17Fontviewer: font-model, install file monitors on fontconfig font directoriesraveit651-0/+78
So we can update our model when a font file is added there. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=b3c81f6
2017-02-17Fontviewer: move FontConfig init/deinit to the application classraveit651-2/+0
Safely init FontConfig once for the whole app, and de-init it when quitting. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=beec585
2017-02-17Fontviewer: font-model: set a fallback icon if we fail thumbnailing the font ↵raveit651-11/+46
file taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=a244951
2017-02-17Font-viewer: add FontViewModelraveit651-0/+458
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h