gimp/app/pdb
Michael Natterer e2daae315b an evil temp_hack which lets GimpContext managing the active display
2001-08-14  Michael Natterer  <mitch@gimp.org>

	* app/gdisplay.h: an evil temp_hack which lets GimpContext managing
	the active display withoug including "gdisplay.h". Will go away as
	soon ad context properties are registered dynamically.

	* app/module_db.c: cleaned up the object code in preparation of
	moving it to core/.

	* app/path.c: connect to GimpImage's

	* app/core/gimpobject.[ch]: derive it from GObject, not from
	GtkObject any more (yeah :-)

	* app/core/*.c: #include <glib-object.h> instead of <gtk/gtk.h>,
	removed some remaining GtkObject-isms.

	(left in a few #include <gtk/gtk.h> where bigger changes are needed
	to get rid of the UI dependency).

	* app/core/core-types.h: #include <gdk-pixbuf/gdk-pixbuf.h> here
	temporarily.

	* app/core/gimp.c (gimp_create_display): unref the image after
	creating it's first display.

	* app/core/gimpbrush.[ch]: disabled the parts of the code which
	depend on GimpPaintTool.

	* app/core/gimpbrushgenerated.c
	* app/core/gimpbrushpipe.c: changed accordingly.

	* app/core/gimpcontext.[ch]: evil hack (see above) to manage the
	active display without including "gdisplay.h"

	* app/core/gimpimage-mask.[ch]: pass a context to
	gimage_mask_stroke() and get the current tool's PDB string from
	there.

	* app/core/gimpedit.c: changed accordingly.

	* app/core/gimpimage.c: use gimp_image_update() instead of
	gdisplays_update_full().

	* app/gui/color-area.c
	* app/gui/colormap-dialog.c
	* app/gui/dialogs-constructors.c
	* app/gui/edit-commands.c
	* app/gui/image-commands.c
	* app/gui/toolbox.c: changed accordingly (don't use Gtk methods on
	GObjects).

	* app/gui/menus.c: fix some const warnings by explicit casting.

	* app/tools/*.[ch]: ported all tools to GObject, some minor
	cleanup while i was on it.

	* app/widgets/gimpdialogfactory.[ch]: ported to GObject.

	* app/widgets/gimplayerlistview.h: added FOO_GET_CLASS() macro.

	* tools/pdbgen/app.pl: added a "widgets_eek" hack like "tools_eek"
	which inserts #include "widgets/widgets-types.h" before ordinary
	includes.

	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/edit.pdb
	* app/pdb/brush_select_cmds.c
	* app/pdb/edit_cmds.c: changed according to the stuff above.
2001-08-14 14:53:55 +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 an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
brushes_cmds.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
channel_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
color_cmds.c defined GimpTransferMode enum. 2001-08-01 02:01:49 +00:00
convert_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
display_cmds.c app/pdb/display_cmds.c removed unnecessary check for image being nonempty. 2001-07-14 17:56:02 +00:00
drawable_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
edit_cmds.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
fileops_cmds.c app/errorconsole.c use GtkTextView. 2001-07-27 15:18:20 +00:00
floating_sel_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimp-pdb.c app/Makefile.am removed. 2001-07-07 12:17:23 +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 app/Makefile.am removed. 2001-07-07 12:17:23 +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 app/Makefile.am removed. 2001-07-07 12:17:23 +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/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gradient_select_cmds.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
gradients_cmds.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
guides_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
help_cmds.c app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
image_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
internal_procs.c app/core/Makefile.am new files for gimp_image_crop() and 2001-07-07 14:53:42 +00:00
internal_procs.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
layer_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
Makefile.am added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
makefile.msc updated for GTK2 build 2001-07-28 19:40:07 +00:00
message_cmds.c removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
misc_cmds.c app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
palette_cmds.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
parasite_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
paths_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
pattern_select_cmds.c app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
patterns_cmds.c app/Makefile.am removed. 2001-07-07 12:17:23 +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 app/regexrepl.c removed here ... 2001-07-12 00:58:39 +00:00
procedural_db.c app/Makefile.am removed. 2001-07-07 12:17:23 +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 added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c app/nav_window.c app/user_install.c app/pdb/color_cmds.c 2001-07-25 00:27:41 +00:00
text_tool_cmds.c return the created layer. 2001-08-11 21:35:23 +00:00
tools_cmds.c defined GimpTransferMode enum. 2001-08-01 02:01:49 +00:00
undo_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
unit_cmds.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +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.