Age | Commit message (Collapse) | Author | Files | Lines |
|
thumbnailing code
Always set the fallback pixbuf by default as icon in the model. At the
same time, wrap the thumbnailing code in a single thread spawned with
g_io_scheduler_push_job(). This makes the code more robust and avoids
being too resource-greedy, as described in
https://bugzilla.gnome.org/show_bug.cgi?id=677605
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=1fc4a85
|
|
Use g_file_query_info_async() instead.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=d360c01
|
|
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
|
|
In case we fail to read the thumbnail, set the fallback icon instead of
just returning.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=7ed08a3
|
|
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
|
|
We'll need this to update the Install button state when a new font is
installed.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=1a21320
|
|
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
|
|
So we can update our model when a font file is added there.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=b3c81f6
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=c859694
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=e0d2a23
Fontviewer: gd-toolbar sync to latest libgd suitable for mate
|
|
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
|
|
file
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=a244951
|
|
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
|
|
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=6fffe82
|
|
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=f5d6bfe
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0522313
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=79a3e86
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f50e4c4
|
|
|
|
|
|
|
|
|
|
This got broken in b3e27b1d6a0f11c5835f5829bac3861e2147b17e, which
ported to GSettings but stopped calling the supplied callback.
070e7cb765a788c8e27ff3615d3ed36981d3518d restored the initial update,
but not the live ones.
Fixes #256.
|
|
this one can be backported to 1.16 (won't cause runtime warnings in GTK+2 build)
|
|
these are layout chooser, model chooser and options dialogs
|
|
|
|
If an icon only provides some huge sizes, not doing that breaks the layout.
|
|
|
|
|
|
same as done upstream:
https://git.gnome.org/browse/gnome-control-center/commit/?id=01fbd4fee0271571d8d685be124e7c6e7c48dbde
|
|
same as done upstream:
https://git.gnome.org/browse/gnome-control-center/commit/?id=741723eaf86d9e68ae979b960eb2da3cf4b331d1
|
|
|
|
|
|
markdown-like formatting. This will make generating release announcements easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
|