Gimp/tools/pdbgen/pdb
Michael Natterer 2176afbbbb Removed any remaining GUI dependency from the PDB wrappers:
2004-07-10  Michael Natterer  <mitch@gimp.org>

	Removed any remaining GUI dependency from the PDB wrappers:

	* app/core/gimp.[ch]: added vtable entries for the display and
	help stuff.

	* app/widgets/gimphelp.[ch]: renamed gimp_help() to
	gimp_help_show().

	* app/gui/gui-vtable.c: implement the new display and help vtable
	entries.

	* tools/pdbgen/pdb.pl
	* tools/pdbgen/pdb/display.pdb
	* tools/pdbgen/pdb/help.pdb: use the new functions of the Gimp
	object instead of using stuff from display/ and widgets/.

	* tools/pdbgen/app.pl: removed bad hacks which enabled including
	stuff from gui/, display/ and widgets/.

	* app/Makefile.am: link widgets-enums.o, display-enums.o and
	gimpdisplayoptions.o into the gimp-console binary because they are
	needed for the config system and don't depend on any GUI stuff.

	* app/pdb/Makefile.am: s/GTK_CFLAGS/GDK_PIXBUF_CFLAGS/

	* app/pdb/display_cmds.c
	* app/pdb/help_cmds.c: regenerated.
2004-07-10 20:29:11 +00:00
..
brush_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
brushes.pdb Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
channel.pdb don't allow to select anything but the floating selection. Fixes bug 2004-01-18 12:16:44 +00:00
color.pdb Fixed bug #141930 while keeping bug #132322 fixed: 2004-06-28 14:24:56 +00:00
convert.pdb use gboolean instead of gint for "alpha_dither" and "remove_dups" in all 2004-01-31 16:23:25 +00:00
display.pdb Removed any remaining GUI dependency from the PDB wrappers: 2004-07-10 20:29:11 +00:00
drawable.pdb tools/pdbgen/pdb/drawable.pdb raised the maximum size for thumbnails from 2004-06-30 12:31:08 +00:00
edit.pdb Context cleanup continued: 2004-04-15 13:10:51 +00:00
fileops.pdb app/pdb/fileops_cmds.c is a generated file, need to do the documentation 2004-06-22 08:54:27 +00:00
floating_sel.pdb removed gimp_image_owns_item() again. 2004-01-26 16:18:16 +00:00
font_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
fonts.pdb tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/fonts.pdb 2003-12-08 11:58:45 +00:00
gimprc.pdb added the new function gimp_rc_set_unknown_token() to get autosave working 2004-02-04 00:07:26 +00:00
gradient.pdb cleans ups so generated output doesn't warn about uninitialize variable 2004-06-14 01:01:39 +00:00
gradient_edit.pdb cleans ups so generated output doesn't warn about uninitialize variable 2004-06-14 01:01:39 +00:00
gradient_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
gradients.pdb app/actions/dialogs-commands.c app/display/gimpdisplayshell-dnd.c 2004-07-04 21:27:09 +00:00
guides.pdb added a missing break that broke gimp_image_find_next_guide(). Fixes bug 2003-05-11 13:47:16 +00:00
help.pdb Removed any remaining GUI dependency from the PDB wrappers: 2004-07-10 20:29:11 +00:00
image.pdb tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
layer.pdb applied patch from Philip Lafleur that makes Autocrop register a new 2004-05-29 11:29:37 +00:00
message.pdb Default all strings to validate UTF-8, use no_validate to disable. Also 2003-08-19 19:08:11 +00:00
misc.pdb removed the hack that used to call gimp_exit() when the batch command 2003-11-30 16:05:56 +00:00
paint_tools.pdb make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
palette.pdb Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
palette_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
palettes.pdb Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
parasite.pdb Default all strings to validate UTF-8, use no_validate to disable. Also 2003-08-19 19:08:11 +00:00
paths.pdb app/vectors/gimpstroke.[ch] Applied a modified patch from Geert Jordaens 2004-06-29 22:45:58 +00:00
pattern_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
patterns.pdb Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
plug_in.pdb remove unnecessary G_OBJECT() casts. 2004-05-20 01:13:14 +00:00
procedural_db.pdb don't generate code with tabs. 2004-03-26 16:49:18 +00:00
selection.pdb Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
selection_tools.pdb Treat changes to the selection like changes to any other drawable: 2003-10-06 12:17:11 +00:00
text_tool.pdb removed enum SizeType. 2004-07-05 20:55:05 +00:00
transform_tools.pdb Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
undo.pdb removed gimp_image_undo_*() functions... 2003-12-05 14:45:23 +00:00
unit.pdb Default all strings to validate UTF-8, use no_validate to disable. Also 2003-08-19 19:08:11 +00:00