Gimp/plug-ins/script-fu/scripts
bootchk deb4dc8190 Plugins: GUI: Fix redundant Clothify plugins
Formerly, both Clothify and "Clothify v3" are installed
in menu Filters>Artistic.
They are duplicates.

Clothify is the original using the old-style, homegrown interface.
"Clothify v3" is new-style, GimpProcedureDialog interface.

Both are marked for translation.
Only Clothify (v2) is translated (in potfiles.in)
"Clothify v3" is not translated (in potfiles.skip)
This commit does not break string freeze.

Moves "Clothify v3" to Demos menu.
It only installs in an unstable build.
The new is installed in unstable only for comparison with the old.

FUTURE: when no string freeze:
Swap the new and the old.
Move "Clothify v3" clothify-v3.scm to potfiles.in
and move "Clothify" clothify.scm to potfiles.skip.
Swap the menu items, so the user doesn't see "v3."
2024-04-24 14:32:53 +00:00
..
images Remove autotools 2023-05-27 00:03:52 +02:00
test ScriptFu: TinyScheme: add call-with-output-string etc to dialect 2024-04-06 13:43:33 +00:00
add-bevel.scm scripts: Port add-bevel to new API 2024-01-29 13:36:37 +00:00
addborder.scm Add a 'Allow resizing' toggle to Decor > Add Border 2023-10-13 13:17:11 -04:00
blend-anim.scm plug-ins: remove "Animators" placeholder from script-fu scripts. 2023-04-12 22:07:09 +02:00
burn-in-anim.scm scripts: Fix calls to gimp-drawable-edit-gradient-fill 2024-02-14 23:52:18 +00:00
carve-it.scm Fix scripts calling obsolete gimp-brush-delete 2023-12-09 11:23:58 -05:00
chrome-it.scm Fix scripts calling obsolete gimp-brush-delete 2023-12-09 11:23:58 -05:00
circuit.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
clothify-v3.scm Plugins: GUI: Fix redundant Clothify plugins 2024-04-24 14:32:53 +00:00
clothify.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
coffee.scm 2.99 ScriptFu: change wording of "Coffee Stain" filter 2024-02-15 15:40:20 +00:00
contactsheet.scm Fix scripts after changes to text PDB API 2023-10-13 09:38:21 -04:00
difference-clouds.scm plug-ins: more consistent ellipsis usage 2024-01-02 03:43:34 +00:00
distress-selection.scm app, pdb, plug-ins: lower Spread limit for Distort 2024-04-04 12:04:12 +00:00
drop-shadow.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00
font-map.scm scripts: Use GimpFont object in Render Font Map 2024-04-18 23:06:31 +00:00
fuzzyborder.scm plug-ins: fix a bunch of Scheme scripts after API functions renaming. 2021-04-20 17:47:11 +02:00
gimp-online.scm scripts: GIMP Online accelerator and link fixes 2024-02-24 14:52:22 +00:00
gradient-example.scm menus: move menus to submenus of tab menu 2024-03-08 17:48:38 +00:00
guides-from-selection.scm scripts: Update Guides from Selection API 2024-01-18 11:14:31 -05:00
guides-new-percent.scm Guides scripts enabled when multiple drawables selected (fixes issue #7535) Take 2 2024-02-04 18:26:45 +00:00
guides-new.scm Guides scripts enabled when multiple drawables selected (fixes issue #7535) Take 2 2024-02-04 18:26:45 +00:00
guides-remove-all.scm scripts: Fix "Remove all Guides" script bug 2024-01-19 11:17:36 +00:00
lava.scm plug-ins: Fix lava filter for non-square selections 2023-07-30 22:24:49 +00:00
line-nova.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
meson.build Plugins: GUI: Fix redundant Clothify plugins 2024-04-24 14:32:53 +00:00
mkbrush.scm script-fu: fix calls to gimp-context-set-[pattern/brush] 2024-04-19 12:37:45 +02:00
old-photo.scm plug-ins: fix a bunch of Scheme scripts after API functions renaming. 2021-04-20 17:47:11 +02:00
palette-export.scm ScriptFu: Plugins: fix #11346 broken "Export Palette" plugin. 2024-04-22 06:17:13 -04:00
paste-as-brush.scm script-fu: fix calls to gimp-context-set-[pattern/brush] 2024-04-19 12:37:45 +02:00
paste-as-pattern.scm script-fu: fix calls to gimp-context-set-[pattern/brush] 2024-04-19 12:37:45 +02:00
perspective-shadow.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00
plug-in-compat.init ScriptFu: script-fu-register-filter for GimpImageProcedure. 2022-08-02 07:45:35 +00:00
reverse-layers.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
ripply-anim.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
round-corners.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
script-fu-compat.init Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
script-fu-set-cmap.scm Fix #9874 SF plugin script-fu-set-cmap.scm 2023-08-20 20:44:04 +00:00
script-fu-util-setpt.scm Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
script-fu-util.scm ScriptFu: scripts use v3 API for multilayer gimp_image_get_selected_drawables etc. 2022-08-03 12:48:07 +00:00
script-fu.init ScriptFu: TinyScheme: add call-with-output-string etc to dialect 2024-04-06 13:43:33 +00:00
selection-round.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00
slide.scm Fix scripts after changes to text PDB API 2023-10-13 09:38:21 -04:00
spinning-globe.scm scripts: Partially fix spinning-globe.scm 2024-01-11 03:20:04 +00:00
test-sphere-v3.scm Plugins: GUI: Move HelloWorld and Sphere plugin menu items to Demos menu. 2024-04-23 11:46:48 +00:00
test-sphere.scm GUI: Eliminate menu Filters>Development>Script-Fu>Test 2024-04-23 07:57:32 -04:00
test-v3.scm GUI: Eliminate menu Filters>Development>Script-Fu>Test 2024-04-23 07:57:32 -04:00
tileblur.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
ts-helloworld.scm Plugins: GUI: Move HelloWorld and Sphere plugin menu items to Demos menu. 2024-04-23 11:46:48 +00:00
unsharp-mask.scm Fix #6026, SF scripts use v3 API for multilayer gimp-edit-copy, -cut, -paste. 2022-05-06 20:44:33 +00:00
waves-anim.scm plug-ins: remove "Animators" placeholder from script-fu scripts. 2023-04-12 22:07:09 +02:00
weave.scm scripts: Fix calls to gimp-drawable-edit-gradient-fill 2024-02-14 23:52:18 +00:00
xach-effect.scm menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02:00