Gimp/app/pdb
Jehan 58d84dfc2b app, pdb: check the real instance type to determine text, link and vector layers.
Without this, libgimp was creating raster GimpLayer objects when these
had been rasterized, which only made kinda sense when the old "discard"
procedures were not reversible. Yet even this was not entirely true,
since it was still possible to undo, but unfortunately these objects are
long lived. Once you get a GimpLayer, it won't ever change into a
GimpTextLayer (or others)!

So we need to have an object of the correct child type then we'll use
gimp_rasterizable_is_rasterized() to decide how to make use of the
object.
2025-10-14 22:06:04 +02:00
..
brush-cmds.c libgimp, plug-ins: Prevent GFig crash with NULL brush 2025-05-05 09:36:04 +00:00
brush-select-cmds.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
brushes-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
buffer-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
channel-cmds.c app, libgimp, pdb: further improve function documentation. 2025-10-11 22:10:30 +02:00
context-cmds.c pdb, libgimp: Add PDB get/set for fade-length and fade-repeat 2025-08-22 17:43:40 +00:00
debug-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
display-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
drawable-cmds.c app: redo preview backgrounds completely 2025-08-18 14:05:54 +02:00
drawable-color-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
drawable-edit-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
drawable-filter-cmds.c pdb: Encode param info with unsupported type in a placeholder spec 2025-08-03 21:38:28 +00:00
drawable-select-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
dynamics-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
edit-cmds.c app, pdb: get rid of const object pointer in generated PDB code, and 2025-07-12 18:54:20 +02:00
file-cmds.c app, pdb: similar to the previous commit, but for files loaded with… 2025-09-29 17:46:32 +02:00
floating-sel-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
font-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
font-select-cmds.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
fonts-cmds.c GimpFontFactory: Move font loading to another thread 2025-05-14 22:42:22 +00:00
gimp-cmds.c app, pdb: do not leak a GFile in gimp_temp_file() or any future… 2025-09-24 02:22:43 +02:00
gimp-pdb-compat.c PDB: obsolete aliased deprecated PDB procedures 2024-10-22 15:18:50 -04:00
gimp-pdb-compat.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimppdb-query.c app: gimp_pdb_query() in libgimp doesn't return private procedures anymore. 2025-01-20 00:01:23 +01:00
gimppdb-query.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimppdb-utils.c app: move functions to look up GimpData into core. 2025-08-17 02:20:19 +00:00
gimppdb-utils.h app: move functions to look up GimpData into core. 2025-08-17 02:20:19 +00:00
gimppdb.c app, libgimp*, pdb, plug-ins: rename various public API name s/float/double/. 2024-11-02 15:00:03 +01:00
gimppdb.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimppdbcontext.c
gimppdbcontext.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimppdberror.c
gimppdberror.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimpprocedure.c app: rename app/vectors/ to app/path/ 2025-07-07 15:44:15 +02:00
gimpprocedure.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimprc-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
gradient-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
gradient-select-cmds.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
gradients-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
group-layer-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
help-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
image-autocrop-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
image-cmds.c app, pdb: do not leak a GFile in gimp_temp_file() or any future… 2025-09-24 02:22:43 +02:00
image-color-profile-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
image-convert-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
image-grid-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
image-guides-cmds.c Revert "PDB: fix #14205 image-find-next-sample-point error" 2025-06-12 12:59:10 +02:00
image-sample-points-cmds.c Issue #14205: gimp-image-find-next-sample-point returns error when… 2025-06-12 12:59:10 +02:00
image-select-cmds.c app, pdb: a lot of vectors -> path renaming 2025-07-07 13:18:02 +02:00
image-transform-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
image-undo-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
internal-procs.c app, libgimp, pdb: remove specific functions now in shared GimpRasterizable API. 2025-10-13 18:00:10 +02:00
internal-procs.h app, libgimp, pdb: port GimpRasterizable interface to libgimp too. 2025-10-13 16:37:25 +02:00
item-cmds.c app, pdb: check the real instance type to determine text, link and vector layers. 2025-10-14 22:06:04 +02:00
item-transform-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
layer-cmds.c app, libgimp, pdb: fix markdown-like syntax. 2025-10-12 17:22:18 +02:00
link-layer-cmds.c app, libgimp, pdb: remove specific functions now in shared GimpRasterizable API. 2025-10-13 18:00:10 +02:00
meson.build app, libgimp, pdb: port GimpRasterizable interface to libgimp too. 2025-10-13 16:37:25 +02:00
message-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
paint-tools-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
palette-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
palette-select-cmds.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
palettes-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
path-cmds.c app, libgimp, pdb: further improve function documentation. 2025-10-11 22:10:30 +02:00
pattern-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
pattern-select-cmds.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
patterns-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
pdb-cmds.c app, pdb: (gimp-pdb-proc-exists) should only return TRUE for public procedures. 2025-02-26 14:12:25 +01:00
pdb-types.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
plug-in-cmds.c pdb: Make gimp-plug-ins-query public 2025-04-23 14:05:16 +00:00
progress-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
rasterizable-cmds.c app, libgimp, pdb: port GimpRasterizable interface to libgimp too. 2025-10-13 16:37:25 +02:00
README
resource-cmds.c app: move functions to look up GimpData into core. 2025-08-17 02:20:19 +00:00
selection-cmds.c app, pdb: get rid of const object pointer in generated PDB code, and 2025-07-12 18:54:20 +02:00
text-layer-cmds.c pdb: Add PDB for text layer outline 2025-10-09 22:41:25 +00:00
text-tool-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
unit-cmds.c app, pdb: internal procedures are simply ones with type GIMP_PDB_PROC_TYPE_INTERNAL. 2025-02-25 20:01:29 +01:00
vector-layer-cmds.c app, libgimp, pdb: fix authorship and initial version for vector layer API. 2025-10-14 21:11:09 +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.