summaryrefslogtreecommitdiff
path: root/font-viewer
AgeCommit message (Expand)AuthorFilesLines
2019-06-25font-viewer: avoid deprecated 'g_type_class_add_private'Wu Xiaotian3-12/+7
2019-06-18Remove trailing whitespacesrbuj8-25/+25
2019-05-09add icon for the font viewer windowtamplan1-1/+3
2019-02-08fixed distcheck fail on debianWu Xiaotian2-7/+2
2018-11-01added search option for mate-font-viewersakib1-2/+70
2018-02-12avoid deprecated GtkStockPablo Barciela1-1/+1
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-8/+0
2017-03-08font-viewer font-view: fix a runtime warningraveit651-6/+32
2017-03-08font-viewer font-view: Support TTC fontsraveit651-5/+8
2017-03-08font-viewer font-model: Support TTC fontsraveit652-24/+61
2017-03-08font-viewer font-thumbnailer: Extract face index from URIraveit651-1/+7
2017-03-08font-viewer: sushi-font-widget: Add face_index argumentraveit653-19/+37
2017-03-08font-viewer font-utils: Add face_index argumentraveit653-4/+9
2017-03-08sushi-font-loader: Add face_index argumentraveit655-5/+11
2017-03-08font-viewer: change name to MATE font viewer in desktop fileraveit651-1/+1
2017-03-08font-viewer: fix a runtime warningraveit651-1/+1
2017-03-08font-viewer: fix former deprecation commit of gtk_misc_set_alignmentraveit651-4/+12
2017-03-08font-viewer: avoid deprecated gtk_arrow_newraveit651-1/+1
2017-02-20font-viewer: remove declaration of non-existent functionmonsta1-2/+0
2017-02-17add style class font-viewer at top levelraveit651-0/+5
2017-02-17Fontviewer: Update SushiFontLoader from sushiraveit651-35/+17
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 invocationraveit652-7/+5
2017-02-17Fontviewer: do not use deprecated-gtk_misc_set_alignment-and-margin-left-rightraveit652-6/+8
2017-02-17Fontviewer: Fix an uninitialized variableraveit651-1/+1
2017-02-17Fontviewer: Add a title to the info dialograveit651-1/+1
2017-02-17Fontviewer: font-model, drop gtk_icon_info_freeraveit651-1/+1
2017-02-17Fontviewer: don't call deprecated g_type_init()raveit652-4/+0
2017-02-17Fontviewer: font-thumbnailer, don't paint a white background under thumbnailsraveit651-4/+0
2017-02-17Fontviewer: font-view, return early if we have a model alreadyraveit651-0/+3
2017-02-17Fontviewer: don't crash when opening a non-existing fileraveit651-11/+49
2017-02-17Fontviewer: font-view, show an error dialog when unable to load a fontraveit651-0/+31
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: Set an empty title on the info dialograveit651-1/+1
2017-02-17Fontviewer: model: load font names asynchronouslyraveit652-65/+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 modelraveit652-48/+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 modelraveit652-8/+14
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-view: don't hardcode ~/.fonts as target install directoryraveit651-16/+57
2017-02-17Fontviewer: font-model, set a fallback icon if we fail to read the thumbnailraveit651-3/+20
2017-02-17Fontviewer: match the font face when getting an iter to update the buttonraveit651-7/+7
2017-02-17Fontviewer: font-model, add API to get an iter from a FT_Faceraveit655-36/+139
2017-02-17Fontviewer: refresh Install button appearance when model changesraveit651-0/+12
2017-02-17Fontviewer: font-model, install file monitors on fontconfig font directoriesraveit651-0/+78