Gimp/app/core
Michael Natterer 5fb387ea1b removed the return value again.
2006-04-02  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpparasitelist.[ch] (gimp_parasite_list_add): removed
	the return value again.

	(gimp_parasite_list_find): return a const parasite.

	* app/core/gimp-parasites.[ch]
	* app/core/gimpimage.[ch]
	* app/core/gimpitem.[ch] (*_parasite_attach): take a const
	parasite. Make a local copy of the parasite struct because
	gimp_parasite_shift_parent() changes it.

	(*_parasite_find): return a const parasite.

	* app/core/gimptemplate.c
	* app/text/gimptextlayer-xcf.c
	* app/xcf/xcf-load.c: changed accordingly.
2006-04-02 15:37:25 +00:00
..
.cvsignore
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
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
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
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
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
gimparea.h
gimpbrush-header.h
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
gimpchannel-select.c app/actions/colormap-editor-actions.c 2006-03-24 11:01:24 +00:00
gimpchannel-select.h
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
gimpcontainer-filter.h
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
gimpdrawable-blend.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-blend.h
gimpdrawable-bucket-fill.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-bucket-fill.h
gimpdrawable-combine.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawable-combine.h
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
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
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
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
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
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
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
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
gimplayer-floating-sel.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayer-floating-sel.h
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
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
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 removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB 2006-04-02 09:39:46 +00:00
gimpparamspecs.h removed GIMP_TYPE_PARASITE, GIMP_TYPE_PARAM_PARASITE and the GimpRGB 2006-04-02 09:39:46 +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
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 added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +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
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
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
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
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.am app/core/Makefile.am new unused files. Checked in so they can be easily 2006-03-27 15:48:17 +00:00
makefile.msc updated 2005-09-25 19:30:55 +00:00