summaryrefslogtreecommitdiff
path: root/font-viewer/font-thumbnailer.c
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09Remove build warning -Wbad-function-castrbuj1-1/+1
2021-11-11Fix build warnings about missing field initializerrbuj1-1/+1
2021-06-21update copyright to 2021raveit651-0/+1
2021-02-16build: allow users to disable gettext support (--disable-nls)rbuj1-3/+6
2019-06-18Remove trailing whitespacesrbuj1-1/+1
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2017-03-08font-viewer font-thumbnailer: Extract face index from URIraveit651-1/+7
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
2017-03-08sushi-font-loader: Add face_index argumentraveit651-1/+1
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
2017-02-17Fontviewer: Fix an uninitialized variableraveit651-1/+1
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
2017-02-17Fontviewer: don't call deprecated g_type_init()raveit651-2/+0
2017-02-17Fontviewer: font-thumbnailer, don't paint a white background under thumbnailsraveit651-4/+0
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
2017-02-17Font-viewer: thumbnailer port to cairo renderingraveit651-244/+136
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=6fffe82
2017-02-17Font-viewer: thumbnailer use SushiFontLoaderraveit651-4/+7
2015-08-08font-viewer: Use cairo for font renderingraveit1-111/+148
Taken from gnome-font-viewer based on initial patch by Rodrigo Moya and updated by Cosimo Cecchi <[email protected]> commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
2014-12-16Revert "Add back support for Glib 2.32"infirit1-4/+0
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220.
2014-12-16Add back support for Glib 2.32infirit1-0/+4
2014-05-20Drop support for glib < 2.36infirit1-7/+0
2013-10-05Fix some deprecations and remove some unused varsStefano Karapetsas1-0/+4
2012-08-02Fixed incorrect fsf address.Steve Zesch1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+399