Gimp/plug-ins/script-fu
2021-08-04 00:23:04 +00: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
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 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
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