Gimp/plug-ins/script-fu
Alx Sa ec1dfb2e0c script-fu: Fix background color in Round Corners
When we call (gimp-context-set-defaults) in the
Round Corners script, we reset the background color
in addition to temporarily clearing out the other
context settings. This results in us always using the
default white background color for the "Add background"
toggle.
This patch saves the background color beforehand and
restores it before creating the background layer, so we
still use the user's preferred color for this layer.
2026-02-09 16:33:47 +00:00
..
console ScriptFu: fix #10307 plugin call display not effective 2024-04-25 12:51:00 +00:00
interpreter plug-ins: Do not call in-build-gimp.py before building plugins 2026-01-04 09:39:02 -03:00
libscriptfu Fix #13537: ScriptFu init gimp_ui and Gtk only in INTERACTIVE mode 2025-12-05 18:50:23 +01:00
scripts script-fu: Fix background color in Round Corners 2026-02-09 16:33:47 +00:00
server build, extensions, plug-ins: Add support to MSVC's resource compiler too 2025-11-29 18:18:57 -03:00
test Revert "ScriptFu: scripts: remove obsolete script unsharp-mask" 2025-06-11 02:26:16 +02:00
gimp-script-fu-interpreter.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
meson.build plug-ins: Do not call in-build-gimp.py before building plugins 2026-01-04 09:39:02 -03:00
script-fu-eval.c ScriptFu: fix #10307 plugin call display not effective 2024-04-25 12:51:00 +00:00
script-fu-eval.h plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
script-fu-refresh.c plug-ins: add missing include to fix build 2025-09-02 20:02:01 +02:00
script-fu-refresh.h ScriptFu: hide "Refresh Scripts" 2024-04-06 14:33:13 -04:00
script-fu-text-console.c plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
script-fu-text-console.h plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
script-fu.c Issue #12948: only report progression for "extension-script-fu" scripts. 2025-02-26 15:16:05 +01:00