Gimp/app/pdb
Jehan 892b62ec36 app, libgimp, pdb, plug-ins: new GimpTextLayer class in libgimp.
Now text layers are proper types, which means that the binding API will also be
nicer (e.g. `txt_layer.set_text('hello world')` in Python).

This commit also adds the param specs allowing to create plug-in procedures with
text layer parameters.

Finally it fixes the few calls in file-pdf-save (apparently the only plug-in
using specific text layer API right now) with explicit type conversion.
2022-09-30 20:55:51 +02:00
..
.gitignore
brush-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
brush-select-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
brushes-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
buffer-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
channel-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
context-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
debug-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
display-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
drawable-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
drawable-color-cmds.c pdb: Updating the parameter range for brightness 2022-03-30 20:52:24 +02:00
drawable-edit-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
dynamics-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
edit-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
file-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
floating-sel-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
font-select-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
fonts-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimp-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimp-pdb-compat.c app, devel-docs: saving the item sets in XCF (bumping to XCF 16). 2021-12-23 13:45:20 +01:00
gimp-pdb-compat.h app: use the GParamSpec's name in gimp_pdb_dump() 2019-08-30 11:43:53 +02:00
gimppdb-query.c app: gimp_pdb_query() returns a GStrv. 2022-05-24 17:26:50 +02:00
gimppdb-query.h Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimppdb-utils.c app: allowing to "Lock position" on layer groups. 2022-02-15 22:08:23 +01:00
gimppdb-utils.h Get rid of capitalized "ID" in function and variable names 2019-08-23 22:23:23 +02:00
gimppdb.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimppdb.h
gimppdbcontext.c app: do not sync the PDB context "name" property. 2022-04-16 01:40:17 +02:00
gimppdbcontext.h
gimppdberror.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimppdberror.h
gimpprocedure.c app: fix GStrv argument validation in PDB calls. 2022-05-24 19:48:36 +02:00
gimpprocedure.h app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +02:00
gimprc-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gradient-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
gradient-select-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gradients-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
help-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
image-cmds.c app, libgimp, pdb: removing gimp_image_(g|s)et_active_*() functions. 2022-07-19 22:52:06 +02:00
image-color-profile-cmds.c core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
image-convert-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
image-grid-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
image-guides-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
image-sample-points-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
image-select-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
image-transform-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
image-undo-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
internal-procs.c Issue #534: add a function to set the Pango markup of a text layer 2022-09-30 00:50:34 +02:00
internal-procs.h Rename the "fileops" PDB group to just "file" 2019-09-10 21:38:11 +02:00
item-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
item-transform-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
layer-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
Makefile.am Issue #534: add a function to set the Pango markup of a text layer 2022-09-30 00:50:34 +02:00
meson.build Issue #534: add a function to set the Pango markup of a text layer 2022-09-30 00:50:34 +02:00
message-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
paint-tools-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
palette-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
palette-select-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
palettes-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
pattern-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
pattern-select-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
patterns-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
pdb-cmds.c app, libgimp, pdb, plug-ins: batch CLI options now interpreter aware. 2022-04-16 23:28:05 +02:00
pdb-types.h
plug-in-cmds.c Issue #8124: plug-in localization now totally moved plug-in side. 2022-07-05 12:22:32 +02:00
plug-in-compat-cmds.c app, pdb: fix PDB string wrapping in generated calls of… 2022-06-05 01:57:02 +02:00
progress-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
README
selection-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
text-layer-cmds.c app, libgimp, pdb, plug-ins: new GimpTextLayer class in libgimp. 2022-09-30 20:55:51 +02:00
text-tool-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
unit-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
vectors-cmds.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../pdb/groups.