Gimp/plug-ins/script-fu
Jehan 6a9838c804 plug-ins: fix build warnings.
Fixes several missing declaration warnings because in fact of missing include,
such as:

> warning: no previous declaration for ‘console_editor_new’ [-Wmissing-declarations]

Fixes 2 old-style definitions:

> warning: old-style function definition [-Wold-style-definition]
2023-06-25 23:43:40 +02:00
..
console plug-ins: fix build warnings. 2023-06-25 23:43:40 +02:00
interpreter Remove autotools 2023-05-27 00:03:52 +02:00
libscriptfu Implement #9628 enhanced err msg for mismatched parens 2023-06-20 07:39:26 -04:00
scripts Fix #9554 (quit 1) must yield err msg 2023-06-20 11:14:13 +00:00
server Remove autotools 2023-05-27 00:03:52 +02:00
meson.build Refactor ScriptFu Console 2023-06-15 13:26:00 +00:00
script-fu-eval.c ScriptFu: build shared libgimp-scriptfu-3.0.so separate from executable script-fu 2022-06-11 08:58:30 -04:00
script-fu-eval.h plug-ins: port plug-in-script-fu-eval to GimpBatchProcedure. 2022-04-16 18:50:29 +02:00
script-fu-text-console.c ScriptFu: build shared libgimp-scriptfu-3.0.so separate from executable script-fu 2022-06-11 08:58:30 -04:00
script-fu-text-console.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02:00
script-fu.c SF Console history persist as GStrv setting. 2023-06-25 18:28:03 +00:00