Age | Commit message (Collapse) | Author | Files | Lines |
|
font-view: strip empty lines when they're the last line
https://git.gnome.org/browse/gnome-font-viewer/commit/?h=gnome-3-6&id=f51507c
font-view: strip "Version" string from the version field
No need to show "Version" twice
https://git.gnome.org/browse/gnome-font-viewer/commit/?h=gnome-3-6&id=2e481de
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=752005
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=11d181c
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is only a problem from the command line.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=baef02a
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=5a8f439
|
|
Currently, it shows up with 'gnome-font-viewer' in the titlebar
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=5d5dfc8
|
|
Instead, detect if the fontconfig data directories include
XDG_DATA_HOME, and pick that if they do. If they don't, pick the first
directory under $HOME from the configured locations.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=56e5cf8
|
|
Instead of matching the file name, match the font face (i.e. its
family/style names).
Since we refresh the button appearance when installing a font over to
~/.fonts, the file path will not match at that point, since the preview
will still be showing the old uninstalled file.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=09a6285
|
|
So that we can e.g. change it to "Installed" when the font is copied
over to ~/.fonts.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=94dbcc0
|
|
Creating one initializes a FreeType library object, so it's not cheap.
It's better to just change the URI on the existing widget, like Sushi
does, if possible.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=39a188f
|
|
Safely init FontConfig once for the whole app,
and de-init it when quitting.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=beec585
|
|
Also, don't use deprecated GTK API 'gtk_widget_modify_bg' to set this.
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=3261384
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=511eb7a
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=79a3e86
|
|
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- needed for GtkGrid port
|
|
|
|
|
|
Taken from gnome-font-viewer based on initial patch by
Rodrigo Moya and updated by Cosimo Cecchi <[email protected]>
commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
|
|
|
|
|
|
|
|
However, drawing signal is disabled with GTK3. It need to be fixed later.
|
|
|
|
|