Gimp/app/pdb
Michael Natterer dd9cb1c99c #include <glib-object.h> instead of <gtk/gtk.h>.
2004-07-09  Michael Natterer  <mitch@gimp.org>

	* app/pdb/procedural_db.c: #include <glib-object.h> instead of
	<gtk/gtk.h>.
2004-07-09 19:26:34 +00:00
..
.cvsignore
brush_select_cmds.c app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
brushes_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
channel_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
color_cmds.c Fixed bug #141930 while keeping bug #132322 fixed: 2004-06-28 14:24:56 +00:00
convert_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
display_cmds.c tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
drawable_cmds.c tools/pdbgen/pdb/drawable.pdb raised the maximum size for thumbnails from 2004-06-30 12:31:08 +00:00
edit_cmds.c Context cleanup continued: 2004-04-15 13:10:51 +00:00
fileops_cmds.c app/pdb/fileops_cmds.c is a generated file, need to do the documentation 2004-06-22 08:54:27 +00:00
floating_sel_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
font_select_cmds.c app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
fonts_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gimp-pdb.c #include <glib-object.h> instead of <gtk/gtk.h>. 2004-07-09 19:26:34 +00:00
gimp-pdb.h Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gimppdb.c #include <glib-object.h> instead of <gtk/gtk.h>. 2004-07-09 19:26:34 +00:00
gimppdb.h Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gimppluginprocedure.c Allow plug-ins to register menu icons. Fixes bug #120500. 2004-05-18 21:19:43 +00:00
gimppluginprocedure.h Allow plug-ins to register menu icons. Fixes bug #120500. 2004-05-18 21:19:43 +00:00
gimpprocedure.c #include <glib-object.h> instead of <gtk/gtk.h>. 2004-07-09 19:26:34 +00:00
gimpprocedure.h Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gimprc_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
gradient_edit_cmds.c cleans ups so generated output doesn't warn about uninitialize variable 2004-06-14 01:01:39 +00:00
gradient_select_cmds.c app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
gradients_cmds.c app/actions/dialogs-commands.c app/display/gimpdisplayshell-dnd.c 2004-07-04 21:27:09 +00:00
guides_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
help_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
image_cmds.c tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
internal_procs.c added new function gimp_data_factory_data_delete(). 2004-06-01 21:37:36 +00:00
internal_procs.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
layer_cmds.c applied patch from Philip Lafleur that makes Autocrop register a new 2004-05-29 11:29:37 +00:00
Makefile.am app/core/core-enums.h app/core/gimpgradient.[ch] app/pdb/Makefile.am 2004-05-30 22:04:16 +00:00
makefile.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
message_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
misc_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
paint_tools_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
palette_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
palette_select_cmds.c app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
palettes_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
parasite_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
paths_cmds.c app/vectors/gimpstroke.[ch] Applied a modified patch from Geert Jordaens 2004-06-29 22:45:58 +00:00
pattern_select_cmds.c app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
patterns_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +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 remove unnecessary G_OBJECT() casts. 2004-05-20 01:13:14 +00:00
procedural_db.c #include <glib-object.h> instead of <gtk/gtk.h>. 2004-07-09 19:26:34 +00:00
procedural_db.h Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
procedural_db_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c 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_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
text_tool_cmds.c deprecate the XLFD-based API gimp_text() and gimp_text_get_extents(). 2004-06-15 21:44:19 +00:00
transform_tools_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +00:00
undo_cmds.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
unit_cmds.c make libgimp* headers always included before any app headers. 2004-05-06 23:26:45 +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.