Gimp/plug-ins/script-fu
Niels De Graef ae34e778fc meson: Use libgimp(ui)_dep in plug-ins meson files
This gives a big cleanup in the meson.build files of the plug-ins.

It's also quite a bit more maintainable, since anything that changes in
libgimp's dependencies, linkage, ... doesn't have to be copy-pasted into
each plug-in.
2020-05-11 07:01:37 +02:00
..
ftx plug-ins: remove last usage of GTimeVal and g_get_current_time(). 2020-04-14 16:08:38 +02:00
scripts Issue #175 - Allow the erase every other row plugin to skip a different number of rows 2020-02-13 01:18:22 +02:00
tinyscheme plug-ins: fix another cast warning. 2019-09-23 10:50:33 +02:00
.gitignore
Makefile.am plug-ins: port script-fu to libgimp objects 2019-08-27 18:09:50 +02:00
meson.build meson: Use libgimp(ui)_dep in plug-ins meson files 2020-05-11 07:01:37 +02:00
scheme-wrapper.c plug-ins: add some missing types to script_fu_marshal_procedure_call() 2019-09-17 21:42:10 +02:00
scheme-wrapper.h
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
script-fu-enums.h
script-fu-eval.c plug-ins: port all plug-ins to the new macros 2019-08-20 01:03:38 +02:00
script-fu-eval.h
script-fu-interface.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02: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
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
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
script-fu-text-console.c
script-fu-text-console.h
script-fu-types.h
script-fu-utils.c
script-fu-utils.h
script-fu.c Properly prefix the values of enum GimpPDBProcType 2019-08-30 12:52:28 +02:00
servertest.py