summaryrefslogtreecommitdiff
path: root/font-viewer/sushi-font-widget.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08font-viewer: sushi-font-widget: Add face_index argumentraveit651-1/+3
sushi_font_widget_new() now takes face index as the second argument. All callers changed. The face index of the widget can be accessed through the "face-index" property. Setting the "uri" property with g_object_set() no longer starts font loading, while it does when it is set through the constructor. This is to prevent the same font from being loaded twice, when both "uri" and "face-index" are set with g_object_set(). To start loading, you can explicitly call sushi_font_widget_load() after setting the properties. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=3c48f73
2017-02-17Fontviewer: Update SushiFontLoader and SushiFontWidget from sushiraveit651-0/+2
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=026e378 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=044842e https://git.gnome.org/browse/gnome-font-viewer/commit/?id=63268c1 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0d617cf https://git.gnome.org/browse/gnome-font-viewer/commit/?id=4940840 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f0aac98 and others
2017-02-17Font-viewer: import SushiFontLoader and SushiFontWidgetraveit651-0/+69
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f50e4c4