Age | Commit message (Collapse) | Author | Files | Lines |
|
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_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
|
|
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
|
|
|
|
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
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=6fffe82
|
|
|
|
Taken from gnome-font-viewer based on initial patch by
Rodrigo Moya and updated by Cosimo Cecchi <[email protected]>
commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
|
|
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220.
|
|
|
|
|
|
|
|
|
|
|