gimp/app/pdb
Michael Natterer 59771587ae tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb
2006-03-15  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb/brush.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/context.pdb
	* tools/pdbgen/pdb/drawable.pdb
	* tools/pdbgen/pdb/drawable_transform.pdb
	* tools/pdbgen/pdb/gradient.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/palette.pdb
	* tools/pdbgen/pdb/palettes.pdb
	* tools/pdbgen/pdb/paths.pdb
	* tools/pdbgen/pdb/pattern.pdb
	* tools/pdbgen/pdb/patterns.pdb
	* tools/pdbgen/pdb/procedural_db.pdb
	* tools/pdbgen/pdb/transform_tools.pdb: let pdbgen handle *only*
	variables for arguments and return values and declare all local
	variables inside the C code. Removed lots of alias => '<expression>'
	and no_declare => 1 stuff from return values, instead let pdbgen
	declare the variables and assign them manually in the C code.
	More cleanup.

	* tools/pdbgen/app.pl: removed support for proc->vars.

	* app/pdb/brush_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/context_cmds.c
	* app/pdb/drawable_cmds.c
	* app/pdb/drawable_transform_cmds.c
	* app/pdb/gradient_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/palette_cmds.c
	* app/pdb/palettes_cmds.c
	* app/pdb/paths_cmds.c
	* app/pdb/pattern_cmds.c
	* app/pdb/patterns_cmds.c
	* app/pdb/procedural_db_cmds.c
	* app/pdb/transform_tools_cmds.c
	* libgimp/gimpbrush_pdb.c
	* libgimp/gimpbrushes_pdb.c
	* libgimp/gimpgradient_pdb.c
	* libgimp/gimpgradients_pdb.c
	* libgimp/gimppalette_pdb.c
	* libgimp/gimppalettes_pdb.c
	* libgimp/gimppatterns_pdb.c: regenerated.
2006-03-15 12:49:25 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
brush_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
brush_select_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
brushes_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
buffer_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
channel_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
color_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
context_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
convert_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
display_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
drawable_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
drawable_transform_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
edit_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
fileops_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
floating_sel_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
font_select_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
fonts_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
gimp-pdb-query.c use the procedure blurb as tooltip. 2006-03-10 10:08:35 +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 app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimp-pdb.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimppdb-query.c use the procedure blurb as tooltip. 2006-03-10 10:08:35 +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 app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimppdb.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimppluginprocedure.c removed s/_/-/, proc names are already canonicalized. 2005-08-12 00:51:43 +00:00
gimppluginprocedure.h new function which finds a proc_def in a GSList by its procedure name. 2005-05-04 18:53:58 +00:00
gimpprocedure.c app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimpprocedure.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimprc_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
gradient_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
gradient_select_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
gradients_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
grid_cmds.c fixed (false) uninitialized variable warnings and cleaned up the code a 2005-10-07 19:33:37 +00:00
guides_cmds.c added gimp_image_get_guide() and gimp_image_get_next_guide(), which take a 2006-03-13 19:13:08 +00:00
help_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
image_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
internal_procs.c tools/pdbgen/pdb/context.pdb added gimp-context-get/set-paint-method which 2006-01-02 17:21:42 +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 remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
Makefile.am app/core/core-enums.[ch] moved GimpGridStyle enum to libgimpbase. 2005-09-30 16:35:04 +00:00
makefile.msc updated 2006-02-26 19:00:33 +00:00
message_cmds.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
misc_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
paint_tools_cmds.c follow paint-info renaming. 2005-12-28 16:42:29 +00:00
palette_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
palette_select_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
palettes_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
parasite_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
paths_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
pattern_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
pattern_select_cmds.c store canonical names of proc names and args in the proc structure. 2005-08-05 18:19:09 +00:00
patterns_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +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 remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
procedural-db-query.c use the procedure blurb as tooltip. 2006-03-10 10:08:35 +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 app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
procedural_db.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
procedural_db_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
progress_cmds.c Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
selection_tools_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
text_tool_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
transform_tools_cmds.c tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/brushes.pdb 2006-03-15 12:49:25 +00:00
undo_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
unit_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +00:00
vectors_cmds.c remove lots of perl crack: - create almost all parameter arrays manually 2006-03-14 21:35:50 +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.