gimp/libgimpthumb
Jehan b06fe36970 app, libgimp*, plug-ins, tools: settings custom check colors now space-invaded.
We pass 2 GeglColor through the wire now. Since it is passed very early
(when sharing the configuration), I had some issues with initialization
order of GEGL, and in particular when calling gegl_init() before
gegl_config() inside _gimp_config(), I had a bunch of such criticals:

> Plugin script-fu: GLib-GObject: CRITICAL: Two different plugins tried to register 'GeglOpPlugIn-transform-core'

Anyway in the end, I store the passed colors as raw bytes and strings in
the GPConfig object, and re-construct the GeglColor last minute in
_gimp_config().
2024-02-11 23:28:02 +01:00
..
gimp-thumbnail-list.c libgimpthumb: fix "assignment discards ‘const’ qualifier" warning. 2013-12-05 22:18:15 +13:00
gimpthumb-enums.h libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
gimpthumb-error.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpthumb-error.h libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
gimpthumb-types.h libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
gimpthumb-utils.c Issue #9994: do not call g_file_info_get_is_hidden() (and others) directly. 2023-09-19 15:34:48 +02:00
gimpthumb-utils.h libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
gimpthumb.def libgimpthumb: new function gimp_thumb_get_thumb_base_dir() 2013-12-05 21:20:28 +13:00
gimpthumb.h libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
gimpthumbnail.c core: function documentation clarification 2021-05-24 11:04:44 +00:00
gimpthumbnail.h libgimpthumb: update the URL of the thumbnail spec 2018-07-14 13:25:41 +02:00
meson.build app, libgimp*, plug-ins, tools: settings custom check colors now space-invaded. 2024-02-11 23:28:02 +01:00