gimp/app/core
Michael Natterer 17aada110c app/pdb/pdb-types.h removed struct GimpArgument, struct GimpArgumentSpec,
2006-04-04  Michael Natterer  <mitch@gimp.org>

	* app/pdb/pdb-types.h
	* app/pdb/gimpargument.[ch]: removed struct GimpArgument, struct
	GimpArgumentSpec, gimp_argument_init() and
	gimp_arguments_destroy().

	* app/pdb/gimpprocedure.h (struct GimpProcedure): use arrays of
	GParamSpec* for kepping proc inargs/outargs.

	* app/pdb/gimpprocedure.[ch]
	* app/pdb/procedural_db.[ch]
	* app/plug-in/plug-in-params.[ch]
	* app/plug-in/plug-in-proc-frame.[ch]
	* app/plug-in/plug-in-run.[ch]: use GValueArrays for procedure
	arguments and return values. Removed all n_args and n_return_vals
	parameters because GValueArrays know their length.

	* app/batch.c
	* app/actions/plug-in-commands.c
	* app/actions/vectors-commands.c
	* app/core/gimppdbprogress.c
	* app/dialogs/about-dialog.c
	* app/file/file-open.c
	* app/file/file-save.c
	* app/pdb/procedural-db-query.c
	* app/plug-in/plug-in-message.c
	* app/plug-in/plug-in-progress.c
	* app/plug-in/plug-in-rc.c
	* app/plug-in/plug-ins.c
	* app/widgets/gimpbrushselect.c
	* app/widgets/gimpfontselect.c
	* app/widgets/gimpgradientselect.c
	* app/widgets/gimphelp.c
	* app/widgets/gimppaletteselect.c
	* app/widgets/gimppatternselect.c
	* app/widgets/gimppdbdialog.[ch]
	* app/xcf/xcf.c
	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/procedural_db.pdb: changed accordingly. Also
	removed #include "gimpargument.h" from most files.

	* app/pdb/*_cmds.c: regenerated.
2006-04-04 10:30:58 +00:00
..
.cvsignore new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
Makefile.am app/core/Makefile.am new unused files. Checked in so they can be easily 2006-03-27 15:48:17 +00:00
core-enums.c app/base/base-enums.h app/core/core-enums.h register some more enums. 2006-03-27 13:49:19 +00:00
core-enums.h app/base/base-enums.h app/core/core-enums.h register some more enums. 2006-03-27 13:49:19 +00:00
core-types.h define GIMP_COORDS_DEFAULT_VALUES, a struct initializer for GimpCoords. 2006-03-19 13:39:10 +00:00
gimp-contexts.c app/core/gimp-contexts.c app/core/gimp-documents.c 2005-11-06 22:01:25 +00:00
gimp-contexts.h Cleaned up and fixed the order in which default tool options and user 2005-09-04 10:44:04 +00:00
gimp-documents.c app/core/gimp-contexts.c app/core/gimp-documents.c 2005-11-06 22:01:25 +00:00
gimp-documents.h added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimp-edit.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimp-edit.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimp-gradients.c renamed internal keys. 2005-06-14 20:40:05 +00:00
gimp-gradients.h added a boolean "internal" which indicates that the data object is an 2002-06-12 13:48:47 +00:00
gimp-gui.c did a global gdisp -> display substitution. 2006-03-28 17:55:52 +00:00
gimp-gui.h did a global gdisp -> display substitution. 2006-03-28 17:55:52 +00:00
gimp-modules.c app/core/gimp-modules.c more output on --verbose 2005-11-07 09:39:06 +00:00
gimp-modules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimp-parasites.c removed the return value again. 2006-04-02 15:37:25 +00:00
gimp-parasites.h removed the return value again. 2006-04-02 15:37:25 +00:00
gimp-templates.c app/core/gimp-contexts.c app/core/gimp-documents.c 2005-11-06 22:01:25 +00:00
gimp-templates.h migrate gimp-2.2 settings if available. Pass the version to 2005-02-19 23:38:59 +00:00
gimp-transform-region.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimp-transform-resize.c added missing brackets in macros. 2005-06-12 22:20:47 +00:00
gimp-transform-resize.h added more properties. 2005-05-25 23:47:42 +00:00
gimp-transform-utils.c undo the "cosmetic changes" of 2005-03-20. Fixes bug #300269. 2005-04-12 09:09:41 +00:00
gimp-transform-utils.h changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
gimp-units.c app/core/gimp-contexts.c app/core/gimp-documents.c 2005-11-06 22:01:25 +00:00
gimp-units.h app/config/Makefile.am new files containing a convenience constructor for 2002-03-27 23:15:00 +00:00
gimp-utils.c need to include glib.h before using G_OS_WIN32 2006-03-30 10:22:35 +00:00
gimp-utils.h added gimp_get_temp_filename(). 2006-03-30 10:17:41 +00:00
gimp.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimp.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimparea.c Code review & cleanup: 2004-07-14 10:31:59 +00:00
gimparea.h *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpbrush-header.h app/core/gimpbrush-header.h Replace guint by guint32 just in case we're on 2003-07-09 23:52:48 +00:00
gimpbrush-load.c Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpbrush-load.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpbrush.c app/core/gimpbrush.c app/core/gimpbuffer.c app/core/gimpimagefile.c 2006-02-28 12:15:51 +00:00
gimpbrush.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpbrushgenerated-load.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpbrushgenerated-save.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpbrushgenerated.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpbrushgenerated.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpbrushpipe-load.c applying a patch by Joao S. O. Bueno Calligaris which implements 2006-01-31 20:20:51 +00:00
gimpbrushpipe.c applying a patch by Joao S. O. Bueno Calligaris which implements 2006-01-31 20:20:51 +00:00
gimpbrushpipe.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpbuffer.c app/core/gimpbrush.c app/core/gimpbuffer.c app/core/gimpimagefile.c 2006-02-28 12:15:51 +00:00
gimpbuffer.h added gimp_buffer_get_bytes() and gimp_buffer_get_image_type(). 2005-09-27 09:05:55 +00:00
gimpchannel-combine.c use gimp_rectangle_intersect() instead of just looking at the passed in 2005-09-07 10:08:02 +00:00
gimpchannel-combine.h app/core/Makefile.am new files split out of gimpchannel.[ch]. 2003-09-04 12:18:40 +00:00
gimpchannel-select.c app/actions/colormap-editor-actions.c 2006-03-24 11:01:24 +00:00
gimpchannel-select.h ref new tiles before unrefing the old ones. 2004-03-16 16:23:06 +00:00
gimpchannel.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpchannel.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpcontainer-filter.c app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimpcontainer-filter.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimpcontainer.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpcontainer.h n2005-04-12 Sven Neumann <sven@gimp.org> 2005-04-12 21:36:54 +00:00
gimpcontext.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpcontext.h Fixed incomplete core/ui separation of paint tools and paint methods: 2005-12-27 18:57:01 +00:00
gimpcoords.c use ABS instead of fabs. 2005-10-01 23:19:42 +00:00
gimpcoords.h Added small utility function for the manhattan metric. 2005-10-01 00:49:44 +00:00
gimpdashpattern.c added MIME type as a construct property to GimpData. 2005-05-25 23:25:45 +00:00
gimpdashpattern.h added utility functions to copy and to free a dash pattern. 2005-05-21 20:24:42 +00:00
gimpdata.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpdata.h app/core/gimpdata.[ch] applied a heavily modified version of the patch 2005-10-31 11:29:01 +00:00
gimpdatafactory.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpdatafactory.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpdocumentlist.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpdocumentlist.h added new PDB function gimp_register_file_handler_mime() that allows to 2004-05-14 00:01:11 +00:00
gimpdrawable-blend.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-blend.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimpdrawable-bucket-fill.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-bucket-fill.h Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gimpdrawable-combine.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-combine.h added new virtual functions GimpDrawable::get_active_components(), 2003-10-06 14:40:12 +00:00
gimpdrawable-convert.c deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
gimpdrawable-convert.h app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
gimpdrawable-desaturate.c deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
gimpdrawable-desaturate.h Applied a patch (with minor modifications) from Karine Delvare that makes 2005-04-16 14:51:49 +00:00
gimpdrawable-equalize.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-equalize.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-foreground-extract.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-foreground-extract.h app/base/base-enums.h app/base/siox.[ch] 2005-10-17 18:23:31 +00:00
gimpdrawable-histogram.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-histogram.h Fixed my email address in a dozen or so source files: 2006-01-12 00:50:44 +00:00
gimpdrawable-invert.c code cleanup. Removed unsued code, renamed variables and types. 2005-02-11 17:03:56 +00:00
gimpdrawable-invert.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-levels.c allocate temporary histogram slots on demand and provide an array with 2005-02-14 01:05:34 +00:00
gimpdrawable-levels.h renamed *levels-auto to *levels-stretch 2004-11-01 16:05:19 +00:00
gimpdrawable-offset.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
gimpdrawable-offset.h Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gimpdrawable-preview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-preview.h added utility function gimp_drawable_preview_bytes() and use it. Some 2004-12-15 14:40:52 +00:00
gimpdrawable-stroke.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-stroke.h Accept NULL for ret_closed. 2003-09-30 15:16:51 +00:00
gimpdrawable-transform.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-transform.h renamed "center" to "auto_center". 2004-11-01 17:21:55 +00:00
gimpdrawable.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpenvirontable.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpenvirontable.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpgradient-load.c Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpgradient-load.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpgradient-save.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpgradient-save.h app/core/Makefile.am app/core/gimpgradient-load.[ch] 2004-07-22 13:58:29 +00:00
gimpgradient.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpgradient.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpgrid.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpgrid.h app/config/Makefile.am it became impossible to link the test because the 2003-10-19 00:33:25 +00:00
gimpimage-colorhash.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-colorhash.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-colormap.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-colormap.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-contiguous-region.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-contiguous-region.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-convert-data.h app/core/gimpimage-convert-data.h applied patch by Adam D. Moss that 2006-01-02 14:53:34 +00:00
gimpimage-convert-fsdither.h app/core/gimpimage-convert-fsdither.h save a kilobyte of data by using 2005-02-27 14:03:50 +00:00
gimpimage-convert.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-convert.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-crop.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-crop.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-duplicate.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-duplicate.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-flip.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-flip.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-grid.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-grid.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-guides.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-guides.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-merge.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-merge.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-new.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-new.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-pick-color.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-pick-color.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-preview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-preview.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpimage-quick-mask.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-quick-mask.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-resize.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-resize.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-rotate.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-rotate.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-sample-points.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-sample-points.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-scale.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-scale.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-snap.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-snap.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-undo-push.c use "const GimpParasite*" insted of gpointer for the parasite parameter. 2006-04-02 14:44:32 +00:00
gimpimage-undo-push.h use "const GimpParasite*" insted of gpointer for the parasite parameter. 2006-04-02 14:44:32 +00:00
gimpimage-undo.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-undo.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage.c removed the return value again. 2006-04-02 15:37:25 +00:00
gimpimage.h removed the return value again. 2006-04-02 15:37:25 +00:00
gimpimagefile.c use "gtk-dialog-question" instead of "gimp-wilber-eek" to indicate a 2006-03-31 09:44:20 +00:00
gimpimagefile.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimagemap.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimagemap.h changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
gimpinterpreterdb.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpinterpreterdb.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpitem-align.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpitem-align.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-06-03 22:46:58 +00:00
gimpitem-linked.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpitem-linked.h removed redundant "gimage" parameter. 2004-11-16 13:52:04 +00:00
gimpitem-preview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpitem-preview.h app/core/Makefile.am new files with preview code factored out of 2003-09-29 23:14:28 +00:00
gimpitem.c removed the return value again. 2006-04-02 15:37:25 +00:00
gimpitem.h removed the return value again. 2006-04-02 15:37:25 +00:00
gimpitemundo.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpitemundo.h app/core/gimpundo.[ch] app/core/gimpitemundo.[ch] removed all _new() 2004-07-12 16:59:36 +00:00
gimplayer-floating-sel.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayer-floating-sel.h add the layer to the image before pasting to it. Fixes bug #132504. 2004-01-26 15:34:47 +00:00
gimplayer.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayer.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayermask.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayermask.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplist.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimplist.h Long overdue core container cleanup: 2004-05-24 10:49:34 +00:00
gimpmarshal.list added "entry-clicked" and "color-dropped" signals. Completely handle color 2005-07-14 18:37:33 +00:00
gimpobject.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpobject.h removed gimp_g_object_get_memsize()... 2003-11-25 12:53:29 +00:00
gimppaintinfo.c Fixed incomplete core/ui separation of paint tools and paint methods: 2005-12-27 18:57:01 +00:00
gimppaintinfo.h Fixed incomplete core/ui separation of paint tools and paint methods: 2005-12-27 18:57:01 +00:00
gimppalette-import.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimppalette-import.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimppalette-load.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimppalette-save.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimppalette.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimppalette.h reverted, it duplicates existing functionality. 2005-09-01 18:06:21 +00:00
gimpparamspecs.c added a shitload of new GTypes and corresponding GParamSpecs to use them 2006-04-03 20:54:55 +00:00
gimpparamspecs.h added a shitload of new GTypes and corresponding GParamSpecs to use them 2006-04-03 20:54:55 +00:00
gimpparasitelist.c removed the return value again. 2006-04-02 15:37:25 +00:00
gimpparasitelist.h removed the return value again. 2006-04-02 15:37:25 +00:00
gimppattern-header.h app/core/gimpbrush-header.h Replace guint by guint32 just in case we're on 2003-07-09 23:52:48 +00:00
gimppattern-load.c app/core/gimpbrush.c app/core/gimpbuffer.c app/core/gimpimagefile.c 2006-02-28 12:15:51 +00:00
gimppattern.c app/core/gimpbrush.c app/core/gimpbuffer.c app/core/gimpimagefile.c 2006-02-28 12:15:51 +00:00
gimppattern.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimppdbprogress.c app/pdb/pdb-types.h removed struct GimpArgument, struct GimpArgumentSpec, 2006-04-04 10:30:58 +00:00
gimppdbprogress.h removed an incomplete and unused function. 2005-06-24 16:46:00 +00:00
gimppickable.c added new methods ::get_bytes() and ::flush() 2006-03-02 19:30:59 +00:00
gimppickable.h added new methods ::get_bytes() and ::flush() 2006-03-02 19:30:59 +00:00
gimppreviewcache.c minor code cleanup. 2005-05-07 12:19:47 +00:00
gimppreviewcache.h code cleanup. Removed the PreviewCache struct that used to wrap TempBuf 2003-09-05 16:51:51 +00:00
gimpprogress.c app/actions/data-commands.c #include "gimp.h" instead of "gimp-gui.h" 2005-11-02 19:39:54 +00:00
gimpprogress.h Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
gimpprojection-construct.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpprojection-construct.h *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpprojection.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpprojection.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpscanconvert.c app/base/siox.[ch] fixed API docs. 2005-08-25 16:52:46 +00:00
gimpscanconvert.h converted comments to gtk-doc inline API docs. 2005-08-22 16:08:08 +00:00
gimpselection.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpselection.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpstrokedesc.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpstrokedesc.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-11 18:03:56 +00:00
gimpstrokeoptions.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpstrokeoptions.h renamed property "miter" to "miter-limit" and added a description to be 2005-05-19 15:17:30 +00:00
gimptemplate.c removed the return value again. 2006-04-02 15:37:25 +00:00
gimptemplate.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimptoolinfo.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimptoolinfo.h derive GimpToolInfo from GimpViewable, it doesn't make sense for it to be 2004-05-24 14:11:58 +00:00
gimptooloptions.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimptooloptions.h added a GimpContainer of tool options presets. 2003-09-29 20:26:09 +00:00
gimpundo.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpundo.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpundostack.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpundostack.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpunit.c use "const GimpParasite*" insted of gpointer for the parasite parameter. 2006-04-02 14:44:32 +00:00
gimpunit.h use "const GimpParasite*" insted of gpointer for the parasite parameter. 2006-04-02 14:44:32 +00:00
gimpviewable.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpviewable.h added virtual function GimpViewable::get_size() and public API 2005-05-25 10:05:17 +00:00
makefile.msc updated 2005-09-25 19:30:55 +00:00