Age | Commit message (Expand) | Author | Files | Lines |
2017-02-17 | Fontviewer: font-model, drop gtk_icon_info_free | raveit65 | 1 | -1/+1 |
2017-02-17 | Fontviewer: font-model, emit config-changed when reloading the font list | raveit65 | 1 | -3/+3 |
2017-02-17 | Fontviewer: font-model: actually cancel the thread when rebuilding font list | raveit65 | 1 | -13/+27 |
2017-02-17 | Fontviewer: font-model, cancel previous loading when refreshing font list | raveit65 | 1 | -5/+25 |
2017-02-17 | Fontviewer: model: load font names asynchronously | raveit65 | 1 | -64/+140 |
2017-02-17 | Fontviewer: model: use a single IO scheduler job to load thumbnail images | raveit65 | 1 | -64/+64 |
2017-02-17 | Fontviewer: model: cache tree iters when setting values on the model | raveit65 | 1 | -45/+22 |
2017-02-17 | Fontviewer: model, cache the fallback icon in the private struct | raveit65 | 1 | -27/+29 |
2017-02-17 | Fontviewer: font-model, use g_utf8_collation_key to sort the model | raveit65 | 1 | -8/+13 |
2017-02-17 | Fontviewer: font-model, use g_io_scheduler_push_job() to refactor thumbnailin... | raveit65 | 1 | -197/+135 |
2017-02-17 | Font-viewer: font-model, don't use sync g_file_query_info() | raveit65 | 1 | -10/+23 |
2017-02-17 | Fontviewer: font-model, set a fallback icon if we fail to read the thumbnail | raveit65 | 1 | -3/+20 |
2017-02-17 | Fontviewer: font-model, add API to get an iter from a FT_Face | raveit65 | 1 | -36/+36 |
2017-02-17 | Fontviewer: font-model, install file monitors on fontconfig font directories | raveit65 | 1 | -0/+78 |
2017-02-17 | Fontviewer: move FontConfig init/deinit to the application class | raveit65 | 1 | -2/+0 |
2017-02-17 | Fontviewer: font-model: set a fallback icon if we fail thumbnailing the font ... | raveit65 | 1 | -11/+46 |
2017-02-17 | Font-viewer: add FontViewModel | raveit65 | 1 | -0/+458 |