gimp/app/core
Michael Natterer c18faa20fe app/actions/brush-editor-actions.c app/base/tile-manager-crop.c
2006-10-30  Michael Natterer  <mitch@gimp.org>

	* app/actions/brush-editor-actions.c
	* app/base/tile-manager-crop.c
	* app/config/gimpconfig-file.c
	* app/core/gimp-gradients.c
	* app/core/gimpdrawable-histogram.c
	* app/core/gimpimage-colorhash.c
	* app/core/gimpimage-undo-push.c
	* app/dialogs/convert-dialog.c
	* app/dialogs/preferences-dialog.c
	* app/display/gimpdisplayshell-callbacks.c
	* app/gui/gui-vtable.c
	* app/paint/gimpheal.c
	* app/paint/gimppaintcore-undo.c
	* app/plug-in/plug-in-enums.h
	* app/vectors/gimpstroke-new.c
	* app/vectors/gimpvectors-warp.c
	* app/widgets/gimpviewablebox.c
	* app/widgets/gimpviewrenderer-frame.c
	* app/widgets/gimpviewrenderer-utils.c
	* app/xcf/xcf-save.c
	* libgimpwidgets/gimpcontroller.c: all .c files should include
	their headers and all private functions should be static.
	(-Wmissing-declarations -Wmissing-prototypes rocks!)
2006-10-30 10:13:06 +00:00
..
.cvsignore
core-enums.c libgimpconfig/gimpcolorconfig-enums.[ch] libgimpconfig/gimpcolorconfig.c 2006-10-27 13:52:40 +00:00
core-enums.h libgimpconfig/gimpcolorconfig-enums.[ch] libgimpconfig/gimpcolorconfig.c 2006-10-27 13:52:40 +00:00
core-types.h app/core/Makefile.am app/core/core-types.h new undo class for drawable 2006-10-20 08:56:58 +00:00
gimp-contexts.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +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/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimp-documents.h
gimp-edit.c changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimp-edit.h Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
gimp-gradients.c app/actions/brush-editor-actions.c app/base/tile-manager-crop.c 2006-10-30 10:13:06 +00:00
gimp-gradients.h
gimp-gui.c Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
gimp-gui.h Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
gimp-modules.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimp-modules.h
gimp-parasites.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimp-parasites.h removed the return value again. 2006-04-02 15:37:25 +00:00
gimp-templates.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +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 prefix parameters x1, y1, x2, y2 with "dest_". 2006-10-27 11:21:22 +00:00
gimp-transform-region.h app/core/Makefile.am new files containing gimp_transform_region() and all 2006-10-26 09:40:16 +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 removed unused x,y,width,height parameters. 2006-10-28 10:29:46 +00:00
gimp-transform-utils.h removed unused x,y,width,height parameters. 2006-10-28 10:29:46 +00:00
gimp-units.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimp-units.h
gimp-user-install.c added gimp_rc_migrate() which resets all GimpParamConfigPath properties to 2006-10-29 18:40:51 +00:00
gimp-user-install.h app/core/gimp-user-install.[ch] always migrate old user settings during 2006-06-05 13:48:57 +00:00
gimp-utils.c libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimp-utils.h libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimp.c Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
gimp.h Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
gimparea.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44: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
gimpbrushclipboard.c It makes more sense to have GimpData::dirty indicate a name change than to 2006-05-23 15:39:45 +00:00
gimpbrushclipboard.h app/paint-funcs/paint-funcs-generic.h implement copy_color() and 2006-05-16 13:11:47 +00:00
gimpbrushgenerated-load.c app/core/gimpbrushgenerated-load.c app/core/gimpgradient-load.c 2006-10-04 17:50:35 +00:00
gimpbrushgenerated-load.h app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushgenerated-save.c app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushgenerated-save.h app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushgenerated.c app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushgenerated.h app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushpipe-load.c app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushpipe-load.h app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushpipe.c app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbrushpipe.h app/core/Makefile.am app/core/gimpbrushgenerated-load.[ch] 2006-10-03 12:29:07 +00:00
gimpbuffer.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44: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 Applied modified patch from Martin Nordholts which adds a "Rounded 2006-10-18 18:54:28 +00:00
gimpchannel-combine.h Applied modified patch from Martin Nordholts which adds a "Rounded 2006-10-18 18:54:28 +00:00
gimpchannel-select.c Applied modified patch from Martin Nordholts which adds a "Rounded 2006-10-18 18:54:28 +00:00
gimpchannel-select.h Applied modified patch from Martin Nordholts which adds a "Rounded 2006-10-18 18:54:28 +00:00
gimpchannel.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimpchannel.h app/paint-funcs/paint-funcs.[ch] app/core/gimpchannel.[ch] 2006-06-05 20:19:12 +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 Some more proper typing instead of using pointers: 2006-09-24 12:20:22 +00:00
gimpcontainer.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcontext.c the default tool is the paintbrush, not rect select. 2006-05-24 15:04:45 +00:00
gimpcontext.h removed antique gimp_context_get_name() and _set_name(). 2006-04-11 00:00:36 +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 Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-10-27 18:11:46 +00:00
gimpdata.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdatafactory.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimpdatafactory.h app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimpdocumentlist.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +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 added gimp_gradient_flatten() which creates a copy of a gradient with all 2006-09-19 22:17:06 +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 changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpdrawable-bucket-fill.h Applied (modified and enhanced) patch from Chris Moller which allows tools 2006-08-05 13:02:47 +00:00
gimpdrawable-combine.c prefix parameters x1, y1, x2, y2 with "dest_". 2006-10-27 11:21:22 +00:00
gimpdrawable-combine.h added new virtual functions GimpDrawable::get_active_components(), 2003-10-06 14:40:12 +00:00
gimpdrawable-convert.c renamed gimp_drawable_cmap() to gimp_drawable_get_colormap() and let it 2006-04-07 09:30:37 +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 app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawable-equalize.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawable-foreground-extract.c libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +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 app/actions/brush-editor-actions.c app/base/tile-manager-crop.c 2006-10-30 10:13:06 +00:00
gimpdrawable-histogram.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawable-invert.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawable-invert.h
gimpdrawable-levels.c renamed gimp_drawable_shadow() to gimp_drawable_get_shadow_tiles(). 2006-04-07 09:50:23 +00:00
gimpdrawable-levels.h renamed *levels-auto to *levels-stretch 2004-11-01 16:05:19 +00:00
gimpdrawable-offset.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawable-offset.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawable-preview.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimpdrawable-preview.h Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimpdrawable-stroke.c changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpdrawable-stroke.h Accept NULL for ret_closed. 2003-09-30 15:16:51 +00:00
gimpdrawable-transform.c app/core/Makefile.am new files containing gimp_transform_region() and all 2006-10-26 09:40:16 +00:00
gimpdrawable-transform.h renamed "center" to "auto_center". 2004-11-01 17:21:55 +00:00
gimpdrawable.c changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpdrawable.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawableundo.c Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
gimpdrawableundo.h Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
gimpgradient-load.c app/core/gimpbrushgenerated-load.c app/core/gimpgradient-load.c 2006-10-04 17:50:35 +00:00
gimpgradient-load.h keep the file extension defines here, just as we do it for brushes. 2006-10-03 11:10:20 +00:00
gimpgradient-save.c renamed gimp_gradient_save_as_pov() to gimp_gradient_save_pov(). 2006-10-03 12:38:36 +00:00
gimpgradient-save.h renamed gimp_gradient_save_as_pov() to gimp_gradient_save_pov(). 2006-10-03 12:38:36 +00:00
gimpgradient.c keep the file extension defines here, just as we do it for brushes. 2006-10-03 11:10:20 +00:00
gimpgradient.h keep the file extension defines here, just as we do it for brushes. 2006-10-03 11:10:20 +00:00
gimpgrid.c don't include "libgimpbase/gimplimits.h" 2006-10-14 16:20:46 +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
gimpguide.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 21:29:54 +00:00
gimpguide.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 20:13:51 +00:00
gimpimage-arrange.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-09 21:52:45 +00:00
gimpimage-arrange.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 21:29:54 +00:00
gimpimage-colorhash.c app/actions/brush-editor-actions.c app/base/tile-manager-crop.c 2006-10-30 10:13:06 +00:00
gimpimage-colorhash.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 Applied (modified and enhanced) patch from Chris Moller which allows tools 2006-08-05 13:02:47 +00:00
gimpimage-contiguous-region.h Applied (modified and enhanced) patch from Chris Moller which allows tools 2006-08-05 13:02:47 +00:00
gimpimage-convert-data.h app/core/gimpimage-convert-data.h app/core/gimpimage-convert.c 2006-08-04 17:54:26 +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 Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
gimpimage-convert.h applied patch from David Gowers (bug #359175) and did some further 2006-10-03 09:29:30 +00:00
gimpimage-crop.c app/core/gimpchannel-select.c app/core/gimpdrawable-bucket-fill.c 2006-06-27 19:39:48 +00:00
gimpimage-crop.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpimage-duplicate.c app/core/gimpimage-duplicate.c (gimp_image_duplicate) a somewhat hackish 2006-08-29 09:55:34 +00:00
gimpimage-duplicate.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-flip.c added gimp_guide_get_ID(). 2006-06-07 15:49:59 +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 Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 20:13:51 +00:00
gimpimage-guides.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-06 22:48:57 +00:00
gimpimage-item-list.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 21:29:54 +00:00
gimpimage-item-list.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 21:29:54 +00:00
gimpimage-merge.c changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpimage-merge.h made gimp_image_merge_layers() a static function, it isn't used outside 2006-07-11 18:51:54 +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 Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimpimage-preview.h Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +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 added gimp_guide_get_ID(). 2006-06-07 15:49:59 +00:00
gimpimage-resize.h remove enum GimpItemLinkedMask... 2006-05-19 14:50:46 +00:00
gimpimage-rotate.c added gimp_guide_get_ID(). 2006-06-07 15:49:59 +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 added gimp_guide_get_ID(). 2006-06-07 15:49:59 +00:00
gimpimage-scale.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-snap.c added gimp_guide_get_ID(). 2006-06-07 15:49:59 +00:00
gimpimage-snap.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimage-undo-push.c app/actions/brush-editor-actions.c app/base/tile-manager-crop.c 2006-10-30 10:13:06 +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 Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
gimpimage-undo.h Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
gimpimage.c changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpimage.h changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpimagefile.c app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
gimpimagefile.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimagemap.c reverted previous change; copy_region() is needed here. 2006-09-27 22:24:56 +00:00
gimpimagemap.h changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
gimpitem-linked.c app/core/Makefile.am new files with functions to translate, flip, rotate, 2006-05-21 11:32:41 +00:00
gimpitem-linked.h app/core/Makefile.am new files with functions to translate, flip, rotate, 2006-05-21 11:32:41 +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 "floating" flag and the floating/sink API. 2006-10-16 17:09:17 +00:00
gimpitem.h removed the "floating" flag and the floating/sink API. 2006-10-16 17:09:17 +00:00
gimpitemundo.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +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 app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +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 changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimplayer.h Allow to initialize a new layer mask with any of the image's channels. 2006-05-14 16:24:31 +00:00
gimplayermask.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimplayermask.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimplist.c for debugging purposes, set the children type as the name of the list. 2006-06-16 09:42:13 +00:00
gimplist.h Long overdue core container cleanup: 2004-05-24 10:49:34 +00:00
gimpmarshal.list app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpobject.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpobject.h added "guint disconnected : 1", we have enough space for flags now. 2006-04-07 15:39:17 +00:00
gimppaintinfo.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +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 added gimp_palette_load_detect_format(). 2006-10-03 14:54:07 +00:00
gimppalette-import.h Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimppalette-load.c app/core/gimpbrushgenerated-load.c app/core/gimpgradient-load.c 2006-10-04 17:50:35 +00:00
gimppalette-load.h added gimp_palette_load_detect_format(). 2006-10-03 14:54:07 +00:00
gimppalette-save.c app/core/gimpbrushgenerated-load.c app/core/gimpgradient-load.c 2006-10-04 17:50:35 +00:00
gimppalette-save.h app/core/Makefile.am app/core/gimppalette-load.[ch] new files. 2006-10-03 13:22:12 +00:00
gimppalette.c app/core/Makefile.am app/core/gimppalette-load.[ch] new files. 2006-10-03 13:22:12 +00:00
gimppalette.h app/core/Makefile.am app/core/gimppalette-load.[ch] new files. 2006-10-03 13:22:12 +00:00
gimpparamspecs-desc.c use the enum's name instead of the nick, strip the "GIMP_" prefix and 2006-05-18 18:56:59 +00:00
gimpparamspecs-desc.h tools/pdbgen/app.pl removed code that used to fiddles with the argument 2006-05-18 17:25:15 +00:00
gimpparamspecs.c there's no need to make GTypeInfo and GInterfaceInfo structs static. 2006-10-18 13:17:50 +00:00
gimpparamspecs.h added "gboolean none_ok" members to GimpParamSpecImageID, 2006-05-06 18:57:51 +00:00
gimpparasitelist.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpparasitelist.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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/Makefile.am new files. 2006-10-03 11:37:37 +00:00
gimppattern-load.h app/core/Makefile.am new files. 2006-10-03 11:37:37 +00:00
gimppattern.c app/core/Makefile.am new files. 2006-10-03 11:37:37 +00:00
gimppattern.h app/core/Makefile.am new files. 2006-10-03 11:37:37 +00:00
gimppatternclipboard.c It makes more sense to have GimpData::dirty indicate a name change than to 2006-05-23 15:39:45 +00:00
gimppatternclipboard.h app/core/Makefile.am app/core/core-types.h new GimpPattern subclass that 2006-05-16 19:55:01 +00:00
gimppdbprogress.c there's no need to make GTypeInfo and GInterfaceInfo structs static. 2006-10-18 13:17:50 +00:00
gimppdbprogress.h app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimppickable.c there's no need to make GTypeInfo and GInterfaceInfo structs static. 2006-10-18 13:17:50 +00:00
gimppickable.h added new methods ::get_bytes() and ::flush() 2006-03-02 19:30:59 +00:00
gimppreviewcache.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 there's no need to make GTypeInfo and GInterfaceInfo structs static. 2006-10-18 13:17:50 +00:00
gimpprogress.h Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
gimpprojection-construct.c Fix for bug #333156: 2006-05-23 19:18:00 +00:00
gimpprojection-construct.h *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpprojection.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpprojection.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpscanconvert.c libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimpscanconvert.h converted comments to gtk-doc inline API docs. 2005-08-22 16:08:08 +00:00
gimpselection.c changed GimpDrawable parameter to "GimpImageType dest_type". 2006-10-25 22:14:36 +00:00
gimpselection.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpstrokedesc.c removed broken implementation of gimp_stroke_desc_duplicate() and 2006-06-28 06:27:15 +00:00
gimpstrokedesc.h removed broken implementation of gimp_stroke_desc_duplicate() and 2006-06-28 06:27:15 +00:00
gimpstrokeoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +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 libgimpconfig/gimpcolorconfig-enums.[ch] libgimpconfig/gimpcolorconfig.c 2006-10-27 13:52:40 +00:00
gimptemplate.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimptoolinfo.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimptoolinfo.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimptooloptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimptooloptions.h added a GimpContainer of tool options presets. 2003-09-29 20:26:09 +00:00
gimpundo.c This commit *should* fix the remaining missing contexts for preview 2006-09-01 21:18:03 +00:00
gimpundo.h Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimpundostack.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpundostack.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpunit.c applied patch from Zbigniew Chyla that adds translation context to some 2006-06-27 19:45:52 +00:00
gimpunit.h use "const GimpParasite*" insted of gpointer for the parasite parameter. 2006-04-02 14:44:32 +00:00
gimpviewable.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimpviewable.h Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
Makefile.am app/core/Makefile.am new files containing gimp_transform_region() and all 2006-10-26 09:40:16 +00:00
makefile.msc updated 2006-10-27 16:04:53 +00:00