Age | Commit message (Collapse) | Author | Files | Lines |
|
If the app is already open, we need to tell the desktop that the window
has been triggered, so it can either bring it to front, or notify the
user the window claims attention.
This fixes the cases where the font viewer is already open and gets
triggered again, e.g. by opening a font or launching it directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We support collections but don't advertise the mimetype, so we fail
to lookup the correct thumbnailer.
origin commit:
https://gitlab.gnome.org/GNOME/gnome-font-viewer/commit/e1c54dd
|
|
shared-mime-info 1.9 and newer use font/ttf and font/otf as the
mime types for OpenType and TrueType fonts.
|
|
|
|
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
|
|
|
|
|
|
fix incompatible pointer issue
|
|
|
|
|
|
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
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=752005
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=e512b0b
|
|
The URI passed to gnome-thumbnail-font can now have a face index,
embedded as a URI fragment. The fragment part is parsed as a 32-bit
integer, and it may include a "0x" prefix, to support FreeType extension
for GX fonts:
http://freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Open_Face
https://bugzilla.gnome.org/show_bug.cgi?id=752005
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=920c834
|
|
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
|
|
font_utils_get_font_name_for_file() now takes face index as the third
argument. All callers changed.
|
|
sushi_new_ft_face_from_uri{,_async}() now takes face index as the third
argument. All callers changed.
https://bugzilla.gnome.org/show_bug.cgi?id=752005
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=28bab70
|
|
|
|
|
|
|
|
|
|
fixes a build warning
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=bef352f
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=63b209cb203e90bdefbd47999c067069fce4351c
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=ec331ea
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=beb0a7c
|
|
|
|
The str variable may be freed without ever having been set
here, if we take one of the early gotos.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=9d4ec73
|
|
|
|
gtk_icon_info_free is deprecated,
use g_object_unref instead.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=c678c68
|
|
|
|
Since we use those thumbnails in the main view, and it just looks wrong
when the window backdrops. Use a transparent background instead.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=10135bb
|
|
|
|
This is only a problem from the command line.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=baef02a
|