Gimp/plug-ins/script-fu/scripts
bootchk f7c876dfd3 2.99 ScriptFu: refactor, extract methods of color and resource
Extract methods related to color into new file.
So method names document what is being done.
So related code is together.

Ditto for resource.

No functional change.

Preparing for changes to reset/default and changes to representation of pixels
in lists of differing lengths rgb vs rgba.
2024-03-06 08:07:11 -05:00
..
images Remove autotools 2023-05-27 00:03:52 +02:00
test Fix scripts calling obsolete gimp-brush-delete 2023-12-09 11:23:58 -05: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 ScriptFu: script-fu-register-filter for GimpImageProcedure. 2022-08-02 07:45:35 +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 menus, plug-ins: now place various plug-ins in the right menu sections. 2023-07-13 15:49:05 +02: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 Fix scripts after changes to text PDB API 2023-10-13 09:38:21 -04: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 scripts: Fix calls to gimp-drawable-edit-gradient-fill 2024-02-14 23:52:18 +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 Delete obsolete scripts from 2.99 2023-08-20 20:44:04 +00:00
mkbrush.scm Fix #8091 ScriptFu scripts use v3 API for drawables in calls to file procedures 2022-05-03 16:17:44 +00: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 menus, plug-ins: more tab menu translatability 2023-07-17 10:27:30 +00:00
paste-as-brush.scm ScriptFu: make default names translatable 2023-12-17 03:02:25 +00:00
paste-as-pattern.scm ScriptFu: make default names translatable 2023-12-17 03:02:25 +00: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 Added "tinyscheme" to the features list. From SVN version 106 of offical version of TinyScheme. 2016-06-02 15:32:03 -04: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 2.99 ScriptFu: refactor, extract methods of color and resource 2024-03-06 08:07:11 -05:00
test-sphere.scm 2.99 ScriptFu: refactor, extract methods of color and resource 2024-03-06 08:07:11 -05:00
tileblur.scm scripts: Port scripts with SF-OPTION 2024-02-03 18:39:10 +00:00
ts-helloworld.scm Fix scripts after changes to text PDB API 2023-10-13 09:38:21 -04: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