gimp/plug-ins
Jehan 1b7f8533ee libgimp, plug-ins: fix a case of not showing dialog.
Fix a generic case when gimp_window_set_transient() is called on an
already mapped window: the handle argument was missing.

The part in bmp-export though, in fact, I am still a bit at a loss.
Somehow calling gimp_window_set_transient() was making the dialog not
showing up at all, yet kinda blocking the bmp plug-in (waiting for a
response to the non-displayed dialog) and various features in the main
GIMP GUI too.
Calling gtk_widget_show() first, before setting transient was enough to
make the dialog finally work as it should, but this is really not ideal.
I compared to other cases in other plug-ins where the set_transient()
function was called before the dialog was shown and it is working fine.
I just cannot find the proper reason. So this will do for now.
2024-09-23 18:20:46 +02:00
..
common plug-ins: get rid of all remaining usage of gimp_image_[gs]et_colormap(). 2024-09-23 18:20:14 +02:00
file-bmp libgimp, plug-ins: fix a case of not showing dialog. 2024-09-23 18:20:46 +02:00
file-dds plug-ins: get rid of all remaining usage of gimp_image_[gs]et_colormap(). 2024-09-23 18:20:14 +02:00
file-exr plug-ins: Fix crash with OpenEXR chroma images 2024-06-18 19:42:59 +00:00
file-faxg3 meson: on macOS temporarily update rpath to find libraries of non-installed GIMP. 2024-04-16 17:43:15 +00:00
file-fits file-fits: Remove no-op use-data-min-max 2024-08-28 19:52:43 +00:00
file-fli plug-ins: get rid of all remaining usage of gimp_image_[gs]et_colormap(). 2024-09-23 18:20:14 +02:00
file-icns app, libgimp*, pdb, plug-ins: review and enhance MR !1549. 2024-08-18 22:46:47 +02:00
file-ico plug-ins: port various plug-ins to gimp_palette_[gs]et_colormap() and … 2024-09-22 23:26:33 +02:00
file-jpeg app, libgimp*, pdb, plug-ins: review and enhance MR !1549. 2024-08-18 22:46:47 +02:00
file-psd plug-ins: get rid of all remaining usage of gimp_image_[gs]et_colormap(). 2024-09-23 18:20:14 +02:00
file-raw plug-ins: Update Darktable API check 2024-05-25 17:59:37 +00:00
file-sgi plug-ins: Port more plug-ins to GimpChoice 2024-08-20 11:34:16 +00:00
file-tiff plug-ins: get rid of all remaining usage of gimp_image_[gs]et_colormap(). 2024-09-23 18:20:14 +02:00
file-webp plug-ins: Port more plug-ins to GimpChoice 2024-08-20 11:34:16 +00:00
flame plug-ins: Port argument macros to functions 2024-06-13 23:17:48 +00:00
fractal-explorer plug-ins: Additional radio frame changes from d7a3a161 2024-07-15 18:12:30 +00:00
gfig plug-ins: Convert custom GFig icons to vectors 2024-08-09 11:30:44 +00:00
gimpressionist plug-ins: Port argument macros to functions 2024-06-13 23:17:48 +00:00
gradient-flare libgimpcolor, operations, plug-ins: Replace GimpRGB in GimpAdaptiveSuperSample 2024-09-13 01:12:13 +00:00
help plug-ins: Port argument macros to functions 2024-06-13 23:17:48 +00:00
help-browser plug-ins: Port argument macros to functions 2024-06-13 23:17:48 +00:00
ifs-compose plug-ins: Port argument macros to functions 2024-06-13 23:17:48 +00:00
imagemap app, libgimpwidgets, plug-ins: add `tooltip` arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
lighting plug-ins: Remove GimpRGB from Lighting Effects plug-in 2024-09-11 14:33:24 +00:00
map-object plug-ins: Replace GimpRGB in map-object 2024-09-13 12:32:34 +00:00
metadata Issue #8832: fix metadata string corrupted on Linux 2024-09-21 14:12:52 +00:00
pagecurl plug-ins: Replace GimpRGB in Page Curl plug-in 2024-09-05 03:55:28 +00:00
print app, libgimpwidgets, plug-ins: add `tooltip` arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
python plug-ins: support saving the history of commands. 2024-09-22 23:26:33 +02:00
screenshot screenshot: Fix warning about unused shoot_type 2024-08-28 19:52:43 +00:00
script-fu script-fu: fix failure to load SF_FILENAMEs on Windows 2024-09-22 17:34:09 +00:00
selection-to-path libgimp, app, pdb: Rename GimpVectors to GimpPath 2024-07-12 06:16:25 +00:00
twain Issue #8900 and #9923: reimplementing GimpUnit as a proper class. 2024-08-02 10:46:38 +02:00
meson.build plug-ins: Remove dependency on GtkBuilder from metadata-editor 2023-05-10 13:25:12 -04:00