gimp/app/pdb
Michael Natterer 7441a1f6f7 app: turn the TempBuf's "bytes" into "format" and port everything to it 2012-05-02 17:50:59 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am pdb: add new group plug-in-compat for compat procedures of removed plug-ins 2012-05-02 17:50:37 +02:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush-cmds.c app: turn the TempBuf's "bytes" into "format" and port everything to it 2012-05-02 17:50:59 +02:00
brush-select-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
brushes-cmds.c tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +02:00
buffer-cmds.c app: remove image_type API from GimpBuffer 2012-05-02 17:50:57 +02:00
channel-cmds.c app: use GEGL to extract an image's component into a channel 2012-05-02 17:45:53 +02:00
color-cmds.c app: remove the lagacy hue-saturation cruft 2012-05-02 17:50:40 +02:00
context-cmds.c Bug 658477 - add PDB support for more paint and ink options 2012-03-01 12:58:26 +01:00
convert-cmds.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
display-cmds.c Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
drawable-cmds.c app: turn the TempBuf's "bytes" into "format" and port everything to it 2012-05-02 17:50:59 +02:00
drawable-transform-cmds.c pdb: Mark more pdb args as dead, and regen code 2011-10-08 19:25:32 +05:30
dynamics-cmds.c pdb: add gimp-dynamics-refresh and gimp-dynamics-get-list 2011-10-31 22:22:19 +01:00
edit-cmds.c app: remove the !seed_fill case from gimp_drawable_bucket_fill() 2012-05-02 17:46:01 +02:00
fileops-cmds.c pdb: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +02:00
floating-sel-cmds.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
font-select-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
fonts-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimp-cmds.c libgimp: deprecate and rename the global pararasite functions 2011-03-08 14:31:04 +01:00
gimp-pdb-compat.c libgimpcolor: add gimp_rgb[a]_set,get_pixel() 2012-05-02 17:50:43 +02:00
gimp-pdb-compat.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdb-query.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimppdb-query.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdb-utils.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimppdb-utils.h pdb: add dynamics accessors to the context procedures 2011-10-31 21:08:12 +01:00
gimppdb.c app: add gimp_gegl_buffer_get_tile_manager() 2012-05-02 17:46:07 +02:00
gimppdb.h app: Add gimp_pdb_get_deprecated_procedures() 2011-05-05 01:01:17 +02:00
gimppdbcontext.c Bug 658477 - add PDB support for more paint and ink options 2012-03-01 12:58:26 +01:00
gimppdbcontext.h Bug 658477 - add PDB support for more paint and ink options 2012-03-01 12:58:26 +01:00
gimppdberror.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdberror.h app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimpprocedure.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
gimpprocedure.h app: Add gimp_procedure_name_compare() 2011-05-05 01:01:17 +02:00
gimprc-cmds.c app: move all GimpTemplate members to private 2011-03-02 10:16:43 +01:00
gradient-cmds.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
gradient-select-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gradients-cmds.c Decrement sample size just like in the gradients_sample_uniform case 2010-10-15 22:27:01 +05:30
grid-cmds.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
guides-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
help-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
image-cmds.c app: turn the TempBuf's "bytes" into "format" and port everything to it 2012-05-02 17:50:59 +02:00
image-select-cmds.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
internal-procs.c Replace the value-invert plug-in by its GEGL counterpart 2012-05-02 17:50:52 +02:00
internal-procs.h pdb: add new group plug-in-compat for compat procedures of removed plug-ins 2012-05-02 17:50:37 +02:00
item-cmds.c libgimp: rename the newly added item parasite functions 2011-03-01 22:19:48 +01:00
item-transform-cmds.c Fixed a typo (prodecure -> procedure) 2011-04-07 22:43:37 -04:00
layer-cmds.c app: use gimp_image_get_layer_format() instead of dealing with image_type 2012-05-02 17:50:57 +02:00
message-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
paint-tools-cmds.c pdb: use the newly added GimpPDBContext paint options for painting 2011-10-31 22:08:53 +01:00
palette-cmds.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
palette-select-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
palettes-cmds.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
paths-cmds.c pdb: Mark more pdb args as dead, and regen code 2011-10-08 19:25:32 +05:30
pattern-cmds.c app: turn the TempBuf's "bytes" into "format" and port everything to it 2012-05-02 17:50:59 +02:00
pattern-select-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
patterns-cmds.c app: turn the TempBuf's "bytes" into "format" and port everything to it 2012-05-02 17:50:59 +02:00
pdb-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
plug-in-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
plug-in-compat-cmds.c Replace the value-invert plug-in by its GEGL counterpart 2012-05-02 17:50:52 +02:00
procedural-db-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
progress-cmds.c Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
selection-cmds.c pdb: remove gimp-item-to-selection again 2010-10-30 22:19:22 +02:00
selection-tools-cmds.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
text-layer-cmds.c app: add "ERROR" to the values of enum GimpPdbErrorCode 2012-03-05 19:36:59 +01:00
text-tool-cmds.c pdb: Mark more pdb args as dead, and regen code 2011-10-08 19:25:32 +05:30
transform-tools-cmds.c pdb: apply recent fixes to the deprecated transform procedures 2011-03-25 22:35:46 +01:00
undo-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
unit-cmds.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
vectors-cmds.c plugged memory leaks 2012-02-07 17:32:02 +01: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 ../../tools/pdbgen/pdb.