Gimp/plug-ins/script-fu
Jehan 7dda738e8b plug-ins: update more script-fu scripts.
(gimp-image-get|set-active-layer) now ported into calls to
(gimp-image-get|set-selected-layers).
2021-12-23 12:55:11 +01:00
..
ftx plug-ins: use g_mkdir() for generic cross-platform code. 2021-04-24 17:03:43 +02:00
scripts plug-ins: update more script-fu scripts. 2021-12-23 12:55:11 +01:00
tinyscheme app, libgimp*, plug-ins: Changed gendered terms to be gender-neutral 2021-11-14 11:22:24 +00:00
.gitignore
Makefile.am Issue #5402 Scriptfu handle GFile and GimpObjectArray types 2021-05-24 13:28:50 +00:00
meson.build Issue #5402 Scriptfu handle GFile and GimpObjectArray types 2021-05-24 13:28:50 +00:00
scheme-marshal.c Issue #5402 Scriptfu handle GFile and GimpObjectArray types 2021-05-24 13:28:50 +00:00
scheme-marshal.h Issue #5402 Scriptfu handle GFile and GimpObjectArray types 2021-05-24 13:28:50 +00:00
scheme-wrapper.c Issue #5402 Scriptfu handle GFile and GimpObjectArray types 2021-05-24 13:28:50 +00:00
scheme-wrapper.h
script-fu-compat.c plug-ins: Silence some warnings 2021-10-18 09:32:25 +00: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
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 SF-ADJUSTMENT Slider Duplicate Label Fix 2021-08-04 00:23:04 +00:00
script-fu-interface.h
script-fu-intl.h
script-fu-regex.c
script-fu-regex.h
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
script-fu-utils.c
script-fu-utils.h
script-fu.c plug-ins: more complete naming for Python|Script-Fu consoles. 2020-05-26 14:32:11 +02:00
servertest.py