gimp/plug-ins/script-fu
Jacob Boerema ed35579861 script-fu: fix #6741 Round Corners script fails to work on layer masks
The round corners script was assuming that the drawable always
was a layer, which is incorrect when a layer mask is selected.

We fix this by always requesting the active layer instead of
active drawable.

We also enable this script for RGB and GRAY with alpha
channel. Although it might not always make sense to
use this script when an alpha channel is present, there
can be use cases where it is perfectly fine.

So let the designer decide if this script is suited or not
instead of GIMP making that judgement.
2021-04-24 12:41:41 -04:00
..
ftx plug-ins: use g_mkdir() for generic cross-platform code. 2021-04-24 17:03:43 +02:00
scripts script-fu: fix #6741 Round Corners script fails to work on layer masks 2021-04-24 12:41:41 -04:00
tinyscheme Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
meson.build Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
scheme-wrapper.c Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
scheme-wrapper.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-compat.c Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
script-fu-compat.h Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
script-fu-console.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
script-fu-console.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-enums.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-errors.c Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
script-fu-errors.h Partial fix 5426. Lets old scriptfu script call old name gimp-image-is-valid, 2021-04-22 11:27:22 -04:00
script-fu-eval.c Use g_logging and migrate functions for author's errors to separate source file. 2021-04-22 11:01:43 -04:00
script-fu-eval.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-interface.c Fix issue #6577 : scriptfu hang on select dialog on Mac 2021-04-19 16:31:33 +02:00
script-fu-interface.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-intl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-regex.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-regex.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-script.c pdb: add gimp_pdb_set_proc_menu_label() 2019-09-08 17:30:54 +02:00
script-fu-script.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-scripts.c plug-ins: port all plug-ins to the new macros 2019-08-20 01:03:38 +02:00
script-fu-scripts.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-server.c plug-ins: fix various other warnings on the Windows build CI. 2020-04-17 14:42:25 +02:00
script-fu-server.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-text-console.c plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-text-console.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu-types.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-utils.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu.c plug-ins: more complete naming for Python|Script-Fu consoles. 2020-05-26 14:32:11 +02:00
servertest.py Bug 623045 - script-fu: make server IPv6 aware 2010-06-29 15:47:01 +02:00