summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Fontviewer: font-model: actually cancel the thread when rebuilding font listraveit651-13/+27
2017-02-17Fontviewer: font-model, cancel previous loading when refreshing font listraveit651-5/+25
2017-02-17Fontviewer: model: load font names asynchronouslyraveit651-64/+140
2017-02-17Fontviewer: model: use a single IO scheduler job to load thumbnail imagesraveit651-64/+64
2017-02-17Fontviewer: model: cache tree iters when setting values on the modelraveit651-45/+22
2017-02-17Fontviewer: model, cache the fallback icon in the private structraveit651-27/+29
2017-02-17Fontviewer: font-model, use g_utf8_collation_key to sort the modelraveit651-8/+13
2017-02-17Fontviewer: font-model, use g_io_scheduler_push_job() to refactor thumbnailin...raveit651-197/+135
2017-02-17Font-viewer: font-model, don't use sync g_file_query_info()raveit651-10/+23
2017-02-17Fontviewer: font-model, set a fallback icon if we fail to read the thumbnailraveit651-3/+20
2017-02-17Fontviewer: font-model, add API to get an iter from a FT_Faceraveit651-36/+36
2017-02-17Fontviewer: font-model, install file monitors on fontconfig font directoriesraveit651-0/+78
2017-02-17Fontviewer: move FontConfig init/deinit to the application classraveit651-2/+0
2017-02-17Fontviewer: font-model: set a fallback icon if we fail thumbnailing the font ...raveit651-11/+46
2017-02-17Font-viewer: add FontViewModelraveit651-0/+458