Gimp/plug-ins/script-fu
Niels De Graef 01e960e98e plug-ins/scheme-wrapper: Use GIR for enum values
This allows our script-fu plugins to use the GIMP enum values, just like
all our other plug-ins know them.

In other words:

* Names are consistent with those of other plug-ins
* Introspectable enums are automatically added as they are added to the
  introspection file, without even needing a recompile
* No need to keep track of our enum types anymore, as that is just a
  redundant implementation of introspection in practice. This in turn
  will let us simplify some of the pdb code
2023-05-24 23:19:20 +02:00
..
interpreter Fix 'gimp-script-fu-interpreter' version 2022-09-05 05:33:32 +05:00
libscriptfu plug-ins/scheme-wrapper: Use GIR for enum values 2023-05-24 23:19:20 +02:00
scripts Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
server meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
.gitignore
Makefile.am plug-ins/scheme-wrapper: Use GIR for enum values 2023-05-24 23:19:20 +02:00
meson.build plug-ins/scheme-wrapper: Use GIR for enum values 2023-05-24 23:19:20 +02:00
script-fu-console.c plug-ins: Increase Script-fu Console size... 2023-05-24 18:56:23 +00:00
script-fu-console.h plug-ins: port script-fu to GimpPlugIn 2019-08-12 20:49:08 +02: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 plug-ins: label and documentation of plug-ins localized plug-in side. 2022-07-05 12:23:51 +02:00