gimp/app/pdb
Michael Natterer 95c903ec8b Cleaned up the DB Browser and Plugin Details code and GUI. It's not
2004-09-30  Michael Natterer  <mitch@gimp.org>

	Cleaned up the DB Browser and Plugin Details code and GUI.  It's
	not perfect yet but at least they don't look like crap any more.
	Fixes bug #131490.

	* plug-ins/common/plugin-defs.pl
	* plug-ins/common/plugindetails.c: removed this plugin.

	* plug-ins/common/.cvsignore
	* plug-ins/common/Makefile.am: regenerated.

	* plug-ins/dbbrowser/Makefile.am
	* plug-ins/dbbrowser/dbbrowser.c
	* plug-ins/dbbrowser/dbbrowser_utils.[ch]: removed these files.

	* plug-ins/dbbrowser/gimpprocbrowser.[ch]
	* plug-ins/dbbrowser/gimpprocview.[ch]: new cleaned up files.

	* plug-ins/dbbrowser/plugin-browser.c: the former plugindetails.
	* plug-ins/dbbrowser/procedure-browser.c: the former dbbrowser.

	* plug-ins/script-fu/Makefile.am: link against the new library
	libgimpprocbrowser.a

	* plug-ins/script-fu/script-fu-console.c: changed #includes
	accordingly. Monir cleanup.

	* tools/pdbgen/pdb/plug_in.pdb (plugins_query): fixed menu_path
	return value. Was broken since the plug-in menu registering
	changes.

	* app/pdb/plug_in_cmds.c: regenerated.
2004-09-30 00:33:34 +00:00
..
.cvsignore
brush_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
brush_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
brushes_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
channel_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
color_cmds.c app/base/curves.[ch] defined CURVES_NUM_POINTS and use it. 2004-09-24 13:39:57 +00:00
context_cmds.c oops, should probably pop, not push a context in gimp_context_pop(). 2004-09-23 00:11:13 +00:00
convert_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
display_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
drawable_cmds.c tools/pdbgen/pdb/drawable.pdb corrected documentation for 2004-09-10 09:30:06 +00:00
edit_cmds.c added GimpProgress parameter to gimp_drawable_transform_affine(). 2004-08-31 14:17:33 +00:00
fileops_cmds.c use the GIMP_CHECK_SIZE_SM define, not the enum value 2004-09-26 23:26:25 +00:00
floating_sel_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
font_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
fonts_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimp-pdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimp-pdb.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimppdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimppdb.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimppluginprocedure.c app/plug-in/Makefile.am removed... ...and added with a new name. 2004-09-22 15:12:24 +00:00
gimppluginprocedure.h app/plug-in/Makefile.am removed... ...and added with a new name. 2004-09-22 15:12:24 +00:00
gimpprocedure.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimpprocedure.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimprc_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gradient_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
gradient_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gradients_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
guides_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
help_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
image_cmds.c tools/pdbgen/pdb/drawable.pdb corrected documentation for 2004-09-10 09:30:06 +00:00
internal_procs.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
internal_procs.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
layer_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
Makefile.am tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
makefile.msc updated app/actions/makefile.msc app/menus/makefile.msc : (new files) 2004-07-11 21:53:17 +00:00
message_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
misc_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
paint_tools_cmds.c cleanup. 2004-09-27 12:30:04 +00:00
palette_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
palette_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
palettes_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
parasite_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
paths_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
pattern_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +00:00
pattern_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
patterns_cmds.c tools/pdbgen/Makefile.am renamed group "gradient_edit" to "gradient" and 2004-09-28 22:01:21 +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 Some PDB cleanup: 2002-09-10 20:23:00 +00:00
plug_in_cmds.c Cleaned up the DB Browser and Plugin Details code and GUI. It's not 2004-09-30 00:33:34 +00:00
procedural_db.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
procedural_db.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
procedural_db_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
progress_cmds.c added boolean return values to plug_in_progress_install(), uninstall() and 2004-08-30 21:03:52 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
selection_tools_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
text_tool_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
transform_tools_cmds.c added GimpProgress parameter to gimp_drawable_transform_affine(). 2004-08-31 14:17:33 +00:00
undo_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
unit_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +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.