gimp/app/pdb
Michael Natterer 8a856045f9 removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB
2006-04-02  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpparamspecs.[ch]: removed GIMP_TYPE_PARASITE,
	GIMP_TYPE_PARAM_PARASITE and the GimpRGB utility functions. Some
	fixes/cleanup in the new array and string array code.

	* libgimpbase/gimpbase.def
	* libgimpbase/gimpparasite.[ch]
	* libgimpcolor/gimpcolor.def
	* libgimpcolor/gimprgb.[ch]: added the parasite and rgb stuff here.

	* app/pdb/gimpargument.c: #include "libgimpbase/gimpbase.h"

	* app/pdb/procedural_db.c: removed unused variable.
2006-04-02 09:39:46 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
brush_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
brush_select_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
brushes_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
buffer_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
channel_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
color_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
context_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
convert_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
display_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
drawable_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
drawable_transform_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
edit_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
fileops_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
floating_sel_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
font_select_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
fonts_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
gimp-pdb-query.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gimp-pdb-query.h app/pdb/Makefile.am new files containing all the evil string matching and 2005-05-14 23:28:52 +00:00
gimp-pdb.c removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB 2006-04-02 09:39:46 +00:00
gimp-pdb.h app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gimpargument.c removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB 2006-04-02 09:39:46 +00:00
gimpargument.h added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
gimppdb-query.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gimppdb-query.h app/pdb/Makefile.am new files containing all the evil string matching and 2005-05-14 23:28:52 +00:00
gimppdb.c removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB 2006-04-02 09:39:46 +00:00
gimppdb.h app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gimppluginprocedure.c changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
gimppluginprocedure.h app/pdb/pdb-types.h renamed struct ProcRecord to GimpProcedure. Added 2006-03-31 17:42:13 +00:00
gimpprocedure.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
gimpprocedure.h app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gimprc_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gradient_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
gradient_select_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gradients_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
grid_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
guides_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
help_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
image_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
internal_procs.c reordered vectors procedures. 2006-03-22 12:15:06 +00:00
internal_procs.h removed calls to the splash update function during initialization of 2005-11-05 13:00:04 +00:00
layer_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
Makefile.am app/pdb/Makefile.am moved Argument and ProcArg structs and functions to 2006-03-31 19:28:53 +00:00
makefile.msc updated 2006-02-26 19:00:33 +00:00
message_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
misc_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
paint_tools_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
palette_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
palette_select_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
palettes_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
parasite_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
paths_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
pattern_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
pattern_select_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
patterns_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
pdb-types.h app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
plug_in_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
procedural-db-query.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
procedural-db-query.h app/pdb/Makefile.am new files containing all the evil string matching and 2005-05-14 23:28:52 +00:00
procedural_db.c removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB 2006-04-02 09:39:46 +00:00
procedural_db.h app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
procedural_db_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
progress_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
selection_tools_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
text_tool_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
transform_tools_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
undo_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
unit_cmds.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
vectors_cmds.c added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00: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 ../../tools/pdbgen/pdb.