summaryrefslogtreecommitdiff
path: root/font-viewer/font-model.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-20Use a blank line at mostrbuj1-1/+0
2021-06-21update copyright to 2021raveit651-0/+1
2019-06-25font-viewer: avoid deprecated 'g_type_class_add_private'Wu Xiaotian1-3/+2
2019-06-18Remove trailing whitespacesrbuj1-3/+3
2017-03-08font-viewer font-model: Support TTC fontsraveit651-24/+60
2017-03-08font-viewer font-utils: Add face_index argumentraveit651-1/+3
2017-03-08font-viewer: fix a runtime warningraveit651-1/+1
2017-02-20font-viewer: remove declaration of non-existent functionmonsta1-2/+0
2017-02-17Fontviewer: Replace io scheduler with g_task_run_in_thread in load_font_infosraveit651-46/+21
2017-02-17Fontviewer: Ported thumbnailing io scheduler job to g_task_run_in_threadraveit651-9/+12
2017-02-17Fontviewer: Replace deprecated method with main context invocationraveit651-4/+4
2017-02-17Fontviewer: font-model, drop gtk_icon_info_freeraveit651-1/+1
2017-02-17Fontviewer: font-model, emit config-changed when reloading the font listraveit651-3/+3
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