gimp/app/pdb
Jehan 4db8cda24e app, pdb, libgimp: add a new GimpImage class for plug-ins.
This means that all functions which were returning or taking as
parameter an image id (as gint32) are now taking a GimpImage object
instead.
The PDB is still passing around an id only over the wire. But we create
an object for plug-ins to work on.

This is quite a huge API break, but is probably the best bet for the
future quality. It will make nicer API instrospection (and nicer API in
binding), will fix the issues with pspec on GimpImageID in Python
bindings (which makes the current Python API unusable as soon as we need
to work on images, which is most of our plug-ins!), etc.
Also it will allow to use signals on images, which will be a great asset
when we will finally have bi-directionnal communications (i.e. plug-ins
would be able to connect to image changes, destructions, and whatnot).
2019-08-22 15:54:36 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am pdb: rename the "procedural_db" PDB group to just "pdb" 2019-08-06 12:51:56 +02:00
README pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
brush-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
brush-select-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
brushes-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
buffer-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
channel-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
context-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
debug-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
display-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
drawable-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
drawable-color-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
drawable-edit-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
dynamics-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
edit-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
fileops-cmds.c Change the "handles uri" flag of file procedures to "handle remote" 2019-08-19 12:05:12 +02:00
floating-sel-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
font-select-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
fonts-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gimp-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gimp-pdb-compat.c Rename GIMP_TYPE_INT8_ARRAY to GIMP_TYPE_UINT8_ARRAY 2019-08-15 15:04:34 +02:00
gimp-pdb-compat.h app, libgimp, libgimpbase: big plug-in API refactoring part three 2019-07-29 12:22:58 +02:00
gimppdb-query.c libgimpbase: add lots of const to GimpEnumDesc and GimpFlagsDesc APIs 2019-08-09 13:29:34 +02:00
gimppdb-query.h app, libgimpbase: s/author/authors/ here too 2019-08-02 01:39:09 +02:00
gimppdb-utils.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gimppdb-utils.h app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gimppdb.c Remove GIMP_TYPE_INT32 and GimpParamSpecInt32 2019-08-15 14:04:56 +02:00
gimppdb.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppdbcontext.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimppdbcontext.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppdberror.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimppdberror.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpprocedure.c app, libgimp: also UTF-8-validate all elements of PDB string arrays 2019-08-20 01:46:56 +02:00
gimpprocedure.h app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gimprc-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gradient-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gradient-select-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
gradients-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
help-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-cmds.c app, pdb, libgimp: add a new GimpImage class for plug-ins. 2019-08-22 15:54:36 +02:00
image-color-profile-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-convert-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-grid-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-guides-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-sample-points-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-select-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-transform-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
image-undo-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
internal-procs.c pdb, libgimp: remove the now unused gimp_pdb_proc_arg() and _proc_val() 2019-08-11 22:32:25 +02:00
internal-procs.h pdb: rename the "procedural_db" PDB group to just "pdb" 2019-08-06 12:51:56 +02:00
item-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
item-transform-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
layer-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
message-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
paint-tools-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
palette-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
palette-select-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
palettes-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
pattern-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
pattern-select-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
patterns-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
pdb-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
pdb-types.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
plug-in-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
plug-in-compat-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
progress-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
selection-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
text-layer-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
text-tool-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
unit-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00
vectors-cmds.c app: stop canonicalizing procedure names 2019-08-18 01:55:47 +02:00

README

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.