gimp/app/pdb
Simon Budig 5658edd077 Started a PDB api for vectors/strokes. Not yet functional, this commit is
2005-04-14  Simon Budig  <simon@gimp.org>

	Started a PDB api for vectors/strokes. Not yet functional, this
	commit is to get the infrastructure up and running.

	* app/vectors/gimpstroke.[ch]
	* app/vectors/gimpvectors.[ch]: Added IDs to the strokes

	* tools/pdbgen/pdb.pl: corrected "vectors" type, deleted "path" type.
	* tools/pdbgen/pdb/image.pdb: added gimp_image_get_vectors()
	* tools/pdbgen/pdb/vectors.pdb: New file for the vectors API
	(just a stub for now)

	* tools/pdbgen/Makefile.am: Added vectors.pdb
	* tools/pdbgen/groups.pl: regenerated.

	* plug-ins/script-fu/siod-wrapper.c: Enable the Path/Vectors type.

	* libgimp/gimpvectors_pdb.[ch]
	* app/pdb/vectors_cmds.c: new autogenerated files.

	* libgimp/Makefile.am
	* app/pdb/Makefile.am: Added new autogenerated file.

	* libgimp/gimp_pdb.h
	* libgimp/gimpimage_pdb.[ch]
	* app/pdb/image_cmds.c
	* app/pdb/internal_procs.c: regenerated.
2005-04-14 02:32:23 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
Makefile.am Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush_cmds.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-31 19:48:29 +00:00
brush_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
brushes_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
channel_cmds.c add the gimp_channel_new_from_component() PDB function. 2005-02-22 17:58:36 +00:00
color_cmds.c changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
context_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
convert_cmds.c handle a NULL palette with GIMP_CUSTOM_PALETTE type, use the builtin mono 2005-04-12 23:46:10 +00:00
display_cmds.c make it work as documented (fail if the new_image already has a display). 2004-11-29 16:59:53 +00:00
drawable_cmds.c use boolean values to indicate whether a path is linked ("locked"). 2005-03-03 11:10:37 +00:00
drawable_transform_cmds.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
edit_cmds.c added new function copy_region_nocow() as a workaround for the fact that 2004-12-12 14:01:08 +00:00
fileops_cmds.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
floating_sel_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
font_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
fonts_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimp-pdb.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimp-pdb.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimppdb.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimppdb.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimppluginprocedure.c app/plug-in/plug-in-proc-def.[ch] app/plug-in/plug-in-rc.c allow to 2004-11-13 17:06:06 +00:00
gimppluginprocedure.h app/plug-in/plug-in-proc-def.[ch] app/plug-in/plug-in-rc.c allow to 2004-11-13 17:06:06 +00:00
gimpprocedure.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimpprocedure.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimprc_cmds.c tools/pdbgen/pdb/fileops.pdb fixed includes after libgimpconfig file 2005-01-26 13:59:15 +00:00
gradient_cmds.c removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gradient_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gradients_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
guides_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
help_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
image_cmds.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
internal_procs.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
internal_procs.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
layer_cmds.c fix documentation of edit_mask accessors. 2005-03-05 06:12:47 +00:00
makefile.msc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
message_cmds.c added "message" function to the GimpProgress interface. Call 2004-10-14 15:15:03 +00:00
misc_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
paint_tools_cmds.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
palette_cmds.c renamed again, to gimp_palette_[gs]et_columns this time. 2005-03-09 00:50:09 +00:00
palette_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
palettes_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
parasite_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
paths_cmds.c use boolean values to indicate whether a path is linked ("locked"). 2005-03-03 11:10:37 +00:00
pattern_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
pattern_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
patterns_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
pdb-types.h added enum GimpPDBCompatMode which can be one of { OFF, ON, WARN }. 2003-12-05 17:08:35 +00:00
pdb_glue.h app/core/core-enums.[ch] app/core/gimpimage-undo-push.[ch] eek, my 2005-03-24 22:34:36 +00:00
plug_in_cmds.c app/plug-in/Makefile.am new files containing plug_ins_query(). 2005-04-05 21:10:55 +00:00
procedural_db.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
procedural_db.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
procedural_db_cmds.c app/config/gimpconfig-file.c app/file/file-utils.c app/gui/themes.c 2005-02-07 01:38:18 +00:00
progress_cmds.c app/plug-in/plug-in-progress.[ch] added new PDB function 2005-02-12 18:25:58 +00:00
selection_cmds.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
selection_tools_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
text_tool_cmds.c explicitely mention the encoding. 2005-01-10 21:17:43 +00:00
transform_tools_cmds.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
undo_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
unit_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
vectors_cmds.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00: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.