gimp/app/core
Michael Natterer eb7d32e3b2 Make sure image thumbnails that are saved or given to plugins are
2007-08-02  Michael Natterer  <mitch@gimp.org>

	Make sure image thumbnails that are saved or given to plugins are
	constructed synchronously. Fixes bug #461703.

	* app/core/gimpprojection.c (gimp_projection_pickable_flush):
	invalidate the preview after constructing the projection.

	* app/core/gimpimagefile.c (gimp_imagefile_save_thumb)
	* tools/pdbgen/pdb/image.pdb (image_thumbnail): call
	gimp_pickable_flush() on the projection so is constructed now, not
	later.

	* app/pdb/image_cmds.c: regenerated.


svn path=/trunk/; revision=23105
2007-08-02 14:54:29 +00:00
..
core-enums.c app/core/core-enums.[ch] drop the "image" from GIMP_UNDO_IMAGE_GUIDE, 2007-01-29 23:21:41 +00:00
core-enums.h app/core/core-enums.[ch] drop the "image" from GIMP_UNDO_IMAGE_GUIDE, 2007-01-29 23:21:41 +00:00
core-types.h don't include libgimpmath/gimpmathtypes.h 2007-03-10 19:31:07 +00:00
gimp-contexts.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-contexts.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-documents.c app/core/gimp-documents.c app/core/gimp-parasites.c 2006-12-22 10:09:09 +00:00
gimp-documents.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-edit.c changed "drawable" parameter to "pickable" and added some special casing 2007-04-30 17:26:15 +00:00
gimp-edit.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-gradients.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-gradients.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-gui.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-gui.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-modules.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-modules.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-parasites.c app/core/gimp-documents.c app/core/gimp-parasites.c 2006-12-22 10:09:09 +00:00
gimp-parasites.h removed the return value again. 2006-04-02 15:37:25 +00:00
gimp-templates.c Made templates say "ppi" instead of "dpi". Fixes bug #376990: 2007-02-10 10:37:20 +00:00
gimp-templates.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-transform-region.c removed a redundant condition and marked another one as unlikely. 2007-02-26 19:43:14 +00:00
gimp-transform-region.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-transform-resize.c applied patch from Geert Jordaens that reimplements the algorithm to 2007-06-25 15:36:53 +00:00
gimp-transform-resize.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-transform-utils.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-transform-utils.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-units.c app/core/gimp-documents.c app/core/gimp-parasites.c 2006-12-22 10:09:09 +00:00
gimp-units.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-user-install.c overwrite the menurc with the systemwide default. Only if that fails, 2007-07-20 12:41:08 +00:00
gimp-user-install.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp-utils.c new utility function which returns the neighbor of a container's active 2007-05-27 15:13:45 +00:00
gimp-utils.h new utility function which returns the neighbor of a container's active 2007-05-27 15:13:45 +00:00
gimp.c free the context list. 2007-07-17 11:15:15 +00:00
gimp.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimparea.c app/core/gimparea.[ch] app/core/gimpprojection.c use GSlice to allocate 2007-05-22 18:52:11 +00:00
gimparea.h app/core/gimparea.[ch] app/core/gimpprojection.c use GSlice to allocate 2007-05-22 18:52:11 +00:00
gimpbrush-header.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrush-load.c applied patch from Eric Lamarque which adds support for ABR v6 brushes. 2007-06-04 10:43:31 +00:00
gimpbrush-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrush-scale.c app/base/base-types.h remove redundant and inconsistently used MaskBuf 2007-04-13 14:04:37 +00:00
gimpbrush-scale.h Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpbrush.c plugged a memory leak caused by one variable shadowing another. 2007-05-22 07:20:23 +00:00
gimpbrush.h Made brushes upscalable by using scale_region. Downscaling still uses 2007-03-14 00:18:01 +00:00
gimpbrushclipboard.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushclipboard.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushgenerated-load.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushgenerated-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushgenerated-save.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushgenerated-save.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushgenerated.c cosmetisc 2007-03-29 14:09:12 +00:00
gimpbrushgenerated.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushpipe-load.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushpipe-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpbrushpipe.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpbrushpipe.h fix whitespace. 2006-12-09 23:15:59 +00:00
gimpbuffer.c app/base/Makefile.am added new file that holds code to create a preview 2007-07-17 19:38:10 +00:00
gimpbuffer.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpchannel-combine.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpchannel-combine.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpchannel-select.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpchannel-select.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpchannel.c app/base/base-types.h app/base/tile-manager.[ch] removed accessors for 2007-06-21 14:36:58 +00:00
gimpchannel.h Makes default Select -> Border behaviour consistent, and makes 'sticky 2007-03-05 20:21:23 +00:00
gimpchannelpropundo.c app/core/gimpguideundo.c app/core/gimpimageundo.c 2007-01-30 16:53:20 +00:00
gimpchannelpropundo.h app/core/Makefile.am app/core/core-types.h new undo class which handles 2007-01-29 08:40:40 +00:00
gimpchannelundo.c app/core/Makefile.am app/core/core-types.h app/core/gimpchannelundo.[ch] 2007-01-31 12:33:03 +00:00
gimpchannelundo.h app/core/Makefile.am app/core/core-types.h app/core/gimpchannelundo.[ch] 2007-01-31 12:33:03 +00:00
gimpcontainer-filter.c app/core/Makefile.am app/core/core-types.h added GimpToolPresets, derived 2006-12-10 19:13:58 +00:00
gimpcontainer-filter.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcontainer.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimpcontainer.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcontext.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcontext.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcoords.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpcoords.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdashpattern.c register GIMP_TYPE_DASH_PATTERN as boxed type. Added "new" to function 2007-01-12 20:27:40 +00:00
gimpdashpattern.h register GIMP_TYPE_DASH_PATTERN as boxed type. Added "new" to function 2007-01-12 20:27:40 +00:00
gimpdata.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdata.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdatafactory.c micro optimization. 2007-06-14 11:30:12 +00:00
gimpdatafactory.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdocumentlist.c app/core/Makefile.am app/core/core-types.h added GimpToolPresets, derived 2006-12-10 19:13:58 +00:00
gimpdocumentlist.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-blend.c use SQR(x) instead of x*x. 2007-03-31 16:45:19 +00:00
gimpdrawable-blend.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-bucket-fill.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-bucket-fill.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-combine.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-combine.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-convert.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-convert.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-desaturate.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-desaturate.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-equalize.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-equalize.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-foreground-extract.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-foreground-extract.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-histogram.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-histogram.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-invert.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-invert.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-levels.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-levels.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-offset.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-offset.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-preview.c app/paint-funcs/Makefile.am app/paint-funcs/scale-funcs.[ch] moved 2007-07-18 12:47:00 +00:00
gimpdrawable-preview.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-stroke.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpdrawable-stroke.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawable-transform.c changed "drawable" parameter to "pickable" and added some special casing 2007-04-30 17:26:15 +00:00
gimpdrawable-transform.h app/core/Makefile.am app/core/gimp-transform-resize.c 2006-12-24 16:48:08 +00:00
gimpdrawable.c removed get_color_at() from the GimpPickable interface. Implement the same 2007-05-02 17:15:03 +00:00
gimpdrawable.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdrawablemodundo.c app/core/Makefile.am app/core/core-types.h new undo class for 2007-01-31 19:13:12 +00:00
gimpdrawablemodundo.h app/vectors/Makefile.am app/vectors/vectors-types.h new undo class for 2007-01-31 19:56:41 +00:00
gimpdrawableundo.c app/core/Makefile.am app/core/core-types.h new undo class for 2007-01-31 21:05:43 +00:00
gimpdrawableundo.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpfloatingselundo.c implement GIMP_UNDO_FS_TO_LAYER. 2007-02-03 21:58:12 +00:00
gimpfloatingselundo.h implement GIMP_UNDO_FS_TO_LAYER. 2007-02-03 21:58:12 +00:00
gimpgradient-load.c app/core/gimp-user-install.c app/core/gimpgradient-load.c 2007-05-23 10:22:09 +00:00
gimpgradient-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpgradient-save.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpgradient-save.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpgradient.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimpgradient.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpgrid.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpgrid.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpguide.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpguide.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpguideundo.c app/core/gimpguideundo.c app/core/gimpimageundo.c 2007-01-30 16:53:20 +00:00
gimpguideundo.h app/core/Makefile.am app/core/core-types.h app/core/gimpguideundo.[ch] new 2007-01-30 12:32:14 +00:00
gimpimage-arrange.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-arrange.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-colorhash.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-colorhash.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-colormap.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-colormap.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-contiguous-region.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-contiguous-region.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-convert-data.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-convert-fsdither.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-convert.c unified progress strings. 2007-05-31 13:08:19 +00:00
gimpimage-convert.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-crop.c renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). 2007-07-19 14:59:51 +00:00
gimpimage-crop.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-duplicate.c app/core/Makefile.am new files implementing new(), ref() and unref() and 2007-01-30 10:34:59 +00:00
gimpimage-duplicate.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-flip.c app/core/gimpimage-scale.c app/core/gimpimage-rotate.c 2007-02-28 08:57:17 +00:00
gimpimage-flip.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-grid.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-grid.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-guides.c app/core/core-enums.[ch] drop the "image" from GIMP_UNDO_IMAGE_GUIDE, 2007-01-29 23:21:41 +00:00
gimpimage-guides.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-item-list.c app/core/Makefile.am app/core/gimp-transform-resize.c 2006-12-24 16:48:08 +00:00
gimpimage-item-list.h app/core/Makefile.am app/core/gimp-transform-resize.c 2006-12-24 16:48:08 +00:00
gimpimage-merge.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-merge.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-new.c sync with the default template. Fixes bug #457286. 2007-07-16 13:49:17 +00:00
gimpimage-new.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-pick-color.c renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). 2007-07-19 14:59:51 +00:00
gimpimage-pick-color.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-preview.c app/base/Makefile.am added new file that holds code to create a preview 2007-07-17 19:38:10 +00:00
gimpimage-preview.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-quick-mask.c remember whether a channel was active before quick mask was activated. 2007-07-20 08:23:29 +00:00
gimpimage-quick-mask.h remember whether a channel was active before quick mask was activated. 2007-07-20 08:23:29 +00:00
gimpimage-resize.c added gimp_image_resize_to_selection(). 2007-06-09 17:17:30 +00:00
gimpimage-resize.h added gimp_image_resize_to_selection(). 2007-06-09 17:17:30 +00:00
gimpimage-rotate.c app/core/gimpimage-scale.c app/core/gimpimage-rotate.c 2007-02-28 08:57:17 +00:00
gimpimage-rotate.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-sample-points.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpimage-sample-points.h app/core/Makefile.am new files implementing new(), ref() and unref() and 2007-01-30 10:34:59 +00:00
gimpimage-scale.c app/core/gimpimage-scale.c app/core/gimpimage-rotate.c 2007-02-28 08:57:17 +00:00
gimpimage-scale.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-snap.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpimage-snap.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimage-undo-push.c Remove support for the old undo pop and free cruft: 2007-02-03 22:25:32 +00:00
gimpimage-undo-push.h app/core/gimpimageundo.[ch] implement image and item parasite attach and 2007-02-02 10:55:38 +00:00
gimpimage-undo.c Remove support for the old undo pop and free cruft: 2007-02-03 22:25:32 +00:00
gimpimage-undo.h Remove support for the old undo pop and free cruft: 2007-02-03 22:25:32 +00:00
gimpimage.c cosmetics. 2007-07-30 07:04:22 +00:00
gimpimage.h renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). 2007-07-19 14:59:51 +00:00
gimpimagefile.c Make sure image thumbnails that are saved or given to plugins are 2007-08-02 14:54:29 +00:00
gimpimagefile.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimagemap.c update the image, not the drawable so we avoid constantly invalidating the 2007-06-26 22:41:06 +00:00
gimpimagemap.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpimageundo.c app/core/gimpimageundo.[ch] implement image and item parasite attach and 2007-02-02 10:55:38 +00:00
gimpimageundo.h app/core/gimpimageundo.[ch] implement image and item parasite attach and 2007-02-02 10:55:38 +00:00
gimpitem-linked.c app/core/Makefile.am app/core/gimp-transform-resize.c 2006-12-24 16:48:08 +00:00
gimpitem-linked.h app/core/Makefile.am app/core/gimp-transform-resize.c 2006-12-24 16:48:08 +00:00
gimpitem-preview.c don't disable image previews when layer previews are disabled. We do not 2007-06-11 19:26:31 +00:00
gimpitem-preview.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpitem.c no need to use memcpy here 2007-05-29 09:57:13 +00:00
gimpitem.h Handle the core part of bug #434274: 2007-05-03 15:17:07 +00:00
gimpitempropundo.c app/core/gimpimageundo.[ch] implement image and item parasite attach and 2007-02-02 10:55:38 +00:00
gimpitempropundo.h app/core/gimpimageundo.[ch] implement image and item parasite attach and 2007-02-02 10:55:38 +00:00
gimpitemundo.c app/core/gimpguideundo.c app/core/gimpimageundo.c 2007-01-30 16:53:20 +00:00
gimpitemundo.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimplayer-floating-sel.c renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). 2007-07-19 14:59:51 +00:00
gimplayer-floating-sel.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimplayer.c allow adding a mask to a layer without alpha channel (bug #316207). 2007-03-22 17:58:42 +00:00
gimplayer.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimplayermask.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimplayermask.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimplayermaskpropundo.c app/core/Makefile.am app/core/core-types.h new undo class for 2007-01-31 18:50:39 +00:00
gimplayermaskpropundo.h app/core/Makefile.am app/core/core-types.h new undo class for 2007-01-31 18:50:39 +00:00
gimplayermaskundo.c use a simple cast, not a type-checking one 2007-05-03 15:18:53 +00:00
gimplayermaskundo.h app/core/Makefile.am app/core/core-types.h app/core/gimpchannelundo.[ch] 2007-01-31 12:33:03 +00:00
gimplayerpropundo.c app/core/gimpguideundo.c app/core/gimpimageundo.c 2007-01-30 16:53:20 +00:00
gimplayerpropundo.h app/core/Makefile.am app/core/core-types.h new undo class which handles 2007-01-28 20:10:45 +00:00
gimplayerundo.c app/core/Makefile.am app/core/core-types.h app/core/gimpchannelundo.[ch] 2007-01-31 12:33:03 +00:00
gimplayerundo.h app/core/Makefile.am app/core/core-types.h app/core/gimpchannelundo.[ch] 2007-01-31 12:33:03 +00:00
gimplist.c app/core/Makefile.am app/core/core-types.h added GimpToolPresets, derived 2006-12-10 19:13:58 +00:00
gimplist.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpmarshal.list Invalidate the image preview after the projection is completely 2007-06-26 21:39:51 +00:00
gimpmaskundo.c app/core/gimpmaskundo.c implement GimpObject::get_memsize() instead of 2007-01-31 22:06:01 +00:00
gimpmaskundo.h renamed these files... 2007-01-30 22:53:18 +00:00
gimpobject.c don't pass random strings to g_print() without running them through %s. 2007-03-04 21:38:50 +00:00
gimpobject.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppaintinfo.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppaintinfo.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppalette-import.c app/core/gimppalette-import.c app/core/gimppalette-load.c use GSlice for 2007-05-22 21:59:19 +00:00
gimppalette-import.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppalette-load.c app/core/gimppalette-import.c app/core/gimppalette-load.c use GSlice for 2007-05-22 21:59:19 +00:00
gimppalette-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppalette-save.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppalette-save.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppalette.c app/core/gimppalette-import.c app/core/gimppalette-load.c use GSlice for 2007-05-22 21:59:19 +00:00
gimppalette.h Applied slightly modified patch from David Gowers which abstracts away and 2006-12-14 12:02:05 +00:00
gimpparamspecs-desc.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpparamspecs-desc.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpparamspecs.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimpparamspecs.h renamed GimpParamSpecString's flag "no_validate" to "allow_non_utf8". 2007-04-26 19:10:23 +00:00
gimpparasitelist.c added typdef GimpMemsizeFunc. 2007-03-05 20:09:46 +00:00
gimpparasitelist.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimppattern-header.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppattern-load.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppattern-load.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppattern.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppattern.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppatternclipboard.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppatternclipboard.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppdbprogress.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppdbprogress.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppickable.c reduce rounding errors. 2007-05-02 17:26:26 +00:00
gimppickable.h removed get_color_at() from the GimpPickable interface. Implement the same 2007-05-02 17:15:03 +00:00
gimppreviewcache.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppreviewcache.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpprogress.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpprogress.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpprojection-construct.c minor code cleanup. 2007-07-23 20:14:28 +00:00
gimpprojection-construct.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpprojection.c Make sure image thumbnails that are saved or given to plugins are 2007-08-02 14:54:29 +00:00
gimpprojection.h Invalidate the image preview after the projection is completely 2007-06-26 21:39:51 +00:00
gimpsamplepoint.c app/core/gimp-user-install.c app/core/gimpgradient-load.c 2007-05-23 10:22:09 +00:00
gimpsamplepoint.h app/core/Makefile.am new files implementing new(), ref() and unref() and 2007-01-30 10:34:59 +00:00
gimpsamplepointundo.c app/core/gimpguideundo.c app/core/gimpimageundo.c 2007-01-30 16:53:20 +00:00
gimpsamplepointundo.h app/core/Makefile.am app/core/core-types.h app/core/gimpguideundo.[ch] new 2007-01-30 12:32:14 +00:00
gimpscanconvert.c app/core/gimp-user-install.c app/core/gimpgradient-load.c 2007-05-23 10:22:09 +00:00
gimpscanconvert.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpselection.c renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). 2007-07-19 14:59:51 +00:00
gimpselection.h changed "drawable" parameter to "pickable" and added some special casing 2007-04-30 17:26:15 +00:00
gimpstrokedesc.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpstrokedesc.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpstrokeoptions.c register GIMP_TYPE_DASH_PATTERN as boxed type. Added "new" to function 2007-01-12 20:27:40 +00:00
gimpstrokeoptions.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpsubprogress.c allow the parent progress to be NULL. Documented the API. 2007-02-27 11:03:18 +00:00
gimpsubprogress.h allow the parent progress to be NULL. Documented the API. 2007-02-27 11:03:18 +00:00
gimptemplate.c #include "gimprojection.h" 2007-06-06 10:13:44 +00:00
gimptemplate.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptoolinfo.c use the tool-info identifier as the name of the tool-options object. 2007-07-17 10:04:06 +00:00
gimptoolinfo.h app/core/Makefile.am app/core/core-types.h added GimpToolPresets, derived 2006-12-10 19:13:58 +00:00
gimptooloptions.c On Win32, include gimpwin32-io.h for S_IRGRP and friends. 2006-12-16 00:20:26 +00:00
gimptooloptions.h added API to delete saved tool-options. 2006-12-11 15:16:13 +00:00
gimptoolpresets.c added API to delete saved tool-options. 2006-12-11 15:16:13 +00:00
gimptoolpresets.h added API to delete saved tool-options. 2006-12-11 15:16:13 +00:00
gimpundo.c #define GIMP_VIEWABLE_PRIORITY_IDLE, which is even lower than 2007-06-07 23:05:02 +00:00
gimpundo.h made time a property and added utility functions to work the undo's age. 2007-02-06 09:05:04 +00:00
gimpundostack.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpundostack.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpunit.c app/core/gimp-user-install.c app/core/gimpgradient-load.c 2007-05-23 10:22:09 +00:00
gimpunit.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpviewable.c include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". 2007-03-09 13:00:01 +00:00
gimpviewable.h #define GIMP_VIEWABLE_PRIORITY_IDLE, which is even lower than 2007-06-07 23:05:02 +00:00
Makefile.am removed extra check for gthread and fold it into the GLIB and GTK checks. 2007-06-25 12:41:59 +00:00
makefile.msc updated 2007-03-04 19:04:42 +00:00