gimp/app/pdb
Michael Natterer 6cf34005af include the new "paint-funcs/paint-funcs-types.h".
2001-11-28  Michael Natterer  <mitch@gimp.org>

	* app/base/base-types.h: include the new
	"paint-funcs/paint-funcs-types.h".

	* app/paint-funcs/Makefile.am
	* app/paint-funcs/paint-funcs-types.h: new file. Includes
	"base/base-types.h".

	* app/paint-funcs/paint-funcs.[ch]: removed the enums here,
	include "paint-funcs-types.h".

	* app/widgets/widgets-types.h: include "display/display-types.h"

	* app/display/display-types.h: include "widgets/widgets-types.h".

	* app/tools/tools-types.h: include "display/display-types.h"

	* app/gui/gui-types.h: include "tools/tools-types.h".

	The order of namespaces/dependencies should be (but is not):

	(base, paint-funcs) -> (core, file, xcf, pdb) ->
	(widgets, display) -> tools -> gui

	* app/path.c: include "tools/tools-types.h".

	* app/core/Makefile.am
	* app/core/gimpimage-guides.[ch]
	* app/core/gimpimage-merge.[ch]
	* app/core/gimpimage-resize.[ch]
	* app/core/gimpimage-scale.[ch]: new files.

	* app/core/gimpimage.[ch]: removed the stuff which is in the new
	files. Reordered all functions in both the .h and .c files,
	commented the groups of functions.

	* app/core/gimpcontainer.c: create the handler_id using a counter,
	not the address of a pointer, because the address *may* be the
	same twice, added debugging output.

	* app/core/gimpviewable.[ch]: added primitive support for getting
	a preview GdkPixbuf.

	* app/nav_window.c
	* app/undo.c
	* app/undo_history.c
	* app/core/gimpimage-duplicate.c
	* app/core/gimpimage-mask.[ch]
	* app/display/gimpdisplay.c
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-dnd.c
	* app/display/gimpdisplayshell-render.c
	* app/display/gimpdisplayshell-scale.c
	* app/display/gimpdisplayshell-scroll.c
	* app/gui/image-commands.c
	* app/gui/info-window.c
	* app/gui/layers-commands.c
	* app/gui/palette-import-dialog.c
	* app/tools/gimpbycolorselecttool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpmovetool.c
	* app/widgets/gimpcontainerview-utils.c
	* app/xcf/xcf-load.c: changed accordingly, some cleanup.

	* tools/pdbgen/pdb/guides.pdb
	* tools/pdbgen/pdb/image.pdb: changed accordingly, reordered functions.

	* app/plug_in.c: set the labels of the "Repeat" and "Re-Show" menu
	items to the name of the last plug-in (Fixes #50986).

	* app/display/gimpdisplayshell.[ch]: set the labels of "Undo" and
	"Redo" to the resp. undo names. Much simplified the WM icon stuff
	by removing most code and using gimp_viewable_get_new_preview_pixbuf().

	* app/widgets/gimpbrushfactoryview.c: forgot to assign the GQuark
	returned by gimp_container_add_handler().

	* app/pdb/guides_cmds.c
	* app/pdb/image_cmds.c
	* libgimp/gimpimage_pdb.[ch]: regenerated.
2001-11-28 17:51:06 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
brush_select_cmds.c app/base/base-types.h app/paint-funcs/paint-funcs-generic.h 2001-11-24 19:58:46 +00:00
brushes_cmds.c app/base/base-types.h app/paint-funcs/paint-funcs-generic.h 2001-11-24 19:58:46 +00:00
channel_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
color_cmds.c Clean up after Marc Lehmann who changed tools/pdbgen/pdb/color.pdb and 2001-11-24 21:34:26 +00:00
convert_cmds.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
display_cmds.c app/display/gimpdisplay-marching-ants.h removed... 2001-11-10 23:03:22 +00:00
drawable_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
edit_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
fileops_cmds.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
floating_sel_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimp-pdb.c removed the "palette" PDB type again. Incremented protocol version. 2001-11-09 19:04:41 +00:00
gimp-pdb.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimppdb.c removed the "palette" PDB type again. Incremented protocol version. 2001-11-09 19:04:41 +00:00
gimppdb.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimpprocedure.c removed the "palette" PDB type again. Incremented protocol version. 2001-11-09 19:04:41 +00:00
gimpprocedure.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimprc_cmds.c app/pdb/gimprc_cmds.c added a missing g_strdup() that caused 2001-11-14 17:34:39 +00:00
gradient_select_cmds.c removed gradients_get_gradient_data() here... 2001-10-25 21:59:52 +00:00
gradients_cmds.c define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
guides_cmds.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
help_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
image_cmds.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
internal_procs.c oops, forgot this dorectory... 2001-11-19 18:54:13 +00:00
internal_procs.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
layer_cmds.c app/base/base-types.h app/paint-funcs/paint-funcs-generic.h 2001-11-24 19:58:46 +00:00
Makefile.am oops, forgot this dorectory... 2001-11-19 18:54:13 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
message_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
misc_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
palette_cmds.c define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
parasite_cmds.c app/pdb/parasite_cmds.c fixed nasty bug in perl expression that caused all 2001-09-18 15:51:37 +00:00
paths_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pattern_select_cmds.c generate app/file/Makefile 2001-10-25 13:30:01 +00:00
patterns_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pdb-types.h added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pdb_glue.h app/Makefile.am put the regex and MMX sources to EXTRA_DIST so they get 2001-05-20 14:15:09 +00:00
plug_in_cmds.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
procedural_db.c removed the "palette" PDB type again. Incremented protocol version. 2001-11-09 19:04:41 +00:00
procedural_db.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
procedural_db_cmds.c removed the "palette" PDB type again. Incremented protocol version. 2001-11-09 19:04:41 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
selection_tools_cmds.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
text_tool_cmds.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
tools_cmds.c app/tools/gimperasertool.c app/tools/gimperasertool.h Removed the 2001-11-25 19:01:23 +00:00
transform_tools_cmds.c oops, forgot this dorectory... 2001-11-19 18:54:13 +00:00
undo_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
unit_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +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.