gimp/libgimp
Michael Natterer e5be5664ed Move the shadow tiles from the image to the drawable. Fixes bug #100469.
2008-04-21  Michael Natterer  <mitch@gimp.org>

	Move the shadow tiles from the image to the drawable.
	Fixes bug #100469.

	* app/core/Makefile.am
	* app/core/gimpdrawable-shadow.[ch]: new files implementing
	the shadow tiles.

	* app/core/gimpimage.[ch]: remove the shadow tile manager from the
	GimpImage struct. Remove gimp_image_get_shadow_tiles() and
	_free_shadow_tiles().

	* app/core/gimpdrawable.[ch]: add the shadow tile manager
	here. Remove get_shadow_tiles() and merge_shadow(). Free the
	shadow tiles in finalize and when the drawable gets removed from
	the image.

	* app/core/gimpdrawable-brightness-contrast.c
	* app/core/gimpdrawable-color-balance.c
	* app/core/gimpdrawable-colorize.c
	* app/core/gimpdrawable-curves.c
	* app/core/gimpdrawable-desaturate.c
	* app/core/gimpdrawable-equalize.c
	* app/core/gimpdrawable-hue-saturation.c
	* app/core/gimpdrawable-invert.c
	* app/core/gimpdrawable-levels.c
	* app/core/gimpdrawable-operation.c
	* app/core/gimpdrawable-posterize.c
	* app/core/gimpdrawable-threshold.c
	* app/core/gimpimagemap.c: changed accordingly. Free the shadow tiles
	after using them.

	* app/plug-in/gimpplugin-cleanup.[ch]: add
	gimp_plug_in_cleanup_add_shadow() and _remove_shadow() which keep
	track of whether shadow tiles were created on behalf of a plug-in
	procedure.

	(gimp_plug_in_cleanup): free shadow tiles which were created but
	not destroyed by a plug-in procedure.

	* app/plug-in/gimpplugin-message.c (plug_in_handle_tile_request):
	call gimp_plug_in_cleanup_add_shadow() whenever a plug-in requests
	shadow tiles.

	* tools/pdbgen/pdb/drawable.pdb: use the new drawable shadow
	API. Add new procedure gimp-drawable-free-shadow. Call
	gimp_plug_in_cleaup_remove_shadow() when it gets called.

	* tools/pdbgen/pdb/image.pdb: deprecate gimp-image-free-shadow.
	Calling it has no effect any longer.

	* app/pdb/drawable-cmds.c
	* app/pdb/image-cmds.c
	* app/pdb/internal-procs.c
	* libgimp/gimpimage_pdb.[ch]
	* libgimp/gimpdrawable_pdb.[ch]: regenerated.


svn path=/trunk/; revision=25510
2008-04-21 17:20:51 +00:00
..
COPYING Hmm... this actually wasn't the file as advertised by the ChangeLog.... 2000-01-02 23:11:47 +00:00
Makefile.am tools/pdbgen/Makefile.am new text layer PDB API created by Marcus Heese 2008-04-02 20:53:51 +00:00
gimp.c Revert accidential commit. 2008-04-04 15:47:17 +00:00
gimp.def added new procedure gimp-procedural-db-proc-exists. 2008-04-06 20:30:59 +00:00
gimp.h Revert accidential commit. 2008-04-04 15:47:17 +00:00
gimp_pdb.h tools/pdbgen/Makefile.am new text layer PDB API created by Marcus Heese 2008-04-02 20:53:51 +00:00
gimpaspectpreview.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
gimpaspectpreview.h libgimp/gimpaspectpreview.h libgimp/gimpdrawablepreview.h 2004-10-23 19:59:18 +00:00
gimpbrush_pdb.c add some perl evilness to make the includes in the generated files look 2008-02-07 22:04:27 +00:00
gimpbrush_pdb.h add some perl evilness to make the includes in the generated files look 2008-02-07 22:04:27 +00:00
gimpbrushes.c libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c 2006-11-03 21:06:22 +00:00
gimpbrushes.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimpbrushes_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpbrushes_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpbrushmenu.c libgimp/gimpbrushmenu.c libgimp/gimpgradientmenu.c libgimp/gimpfontmenu.c 2007-05-22 14:02:52 +00:00
gimpbrushmenu.h libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimpbrushselect.c libgimp/gimpbrushselect.c libgimp/gimpgradientselect.c 2007-05-22 14:01:44 +00:00
gimpbrushselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpbrushselect_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpbrushselect_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpbrushselectbutton.c libgimp/gimppatternselectbutton.c libgimp/gimpbrushselectbutton.c 2007-10-16 13:56:34 +00:00
gimpbrushselectbutton.h use const for G_CONST_RETURN. 2006-07-05 14:13:20 +00:00
gimpbuffer_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpbuffer_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpchannel.c converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpchannel.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpchannel_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpchannel_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpcolor_pdb.c regenerated 2007-01-09 14:00:55 +00:00
gimpcolor_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpcompat.h removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpcontext_pdb.c add some perl evilness to make the includes in the generated files look 2008-02-07 22:04:27 +00:00
gimpcontext_pdb.h add some perl evilness to make the includes in the generated files look 2008-02-07 22:04:27 +00:00
gimpconvert_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpconvert_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpdisplay_pdb.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpdisplay_pdb.h tools/pdbgen/pdb/display.pdb tools/pdbgen/pdb/drawable.pdb 2007-01-12 19:59:36 +00:00
gimpdrawable.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpdrawable.h cleanup gint/gboolean confusion (spotted by Maurits Rijk). 2005-04-14 19:26:38 +00:00
gimpdrawable_pdb.c Move the shadow tiles from the image to the drawable. Fixes bug #100469. 2008-04-21 17:20:51 +00:00
gimpdrawable_pdb.h Move the shadow tiles from the image to the drawable. Fixes bug #100469. 2008-04-21 17:20:51 +00:00
gimpdrawablepreview.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
gimpdrawablepreview.h libgimpbase/gimpwire.h libgimpbase/gimpreloc.h 2006-08-22 13:18:42 +00:00
gimpdrawabletransform_pdb.c app/core/gimp-transform-region.[ch] app/core/gimpchannel.c 2007-09-10 15:29:48 +00:00
gimpdrawabletransform_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpedit_pdb.c added utility function to reduce code duplication. 2007-12-14 20:08:39 +00:00
gimpedit_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpenums.c.tail libgimp/gimpenums.c.tail regenerated. 2008-03-31 22:18:45 +00:00
gimpenums.h Oops. Need to specify both pdb-skip and skip. 2006-10-25 16:55:20 +00:00
gimpexport.c app/actions/data-commands.c app/actions/debug-commands.c 2008-03-12 16:58:28 +00:00
gimpexport.h added new export capabilities GIMP_EXPORT_CAN_HANDLE_BITMAP and 2003-11-15 16:51:20 +00:00
gimpfileops_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfileops_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfloatingsel_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfloatingsel_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfontmenu.c libgimp/gimpbrushmenu.c libgimp/gimpgradientmenu.c libgimp/gimpfontmenu.c 2007-05-22 14:02:52 +00:00
gimpfontmenu.h new formal widget based on gimpfontmenu.[ch]. 2005-06-04 22:36:05 +00:00
gimpfonts_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfonts_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfontselect.c libgimp/gimpbrushselect.c libgimp/gimpgradientselect.c 2007-05-22 14:01:44 +00:00
gimpfontselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpfontselect_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfontselect_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpfontselectbutton.c use const for G_CONST_RETURN. 2006-07-05 14:13:20 +00:00
gimpfontselectbutton.h use const for G_CONST_RETURN. 2006-07-05 14:13:20 +00:00
gimpgimprc.c cast to GIMP_CONFIG() for gimp_config_deserialize_string(). 2005-06-26 21:11:39 +00:00
gimpgimprc.h allow to access (read-only) the current color management configuration 2005-06-26 12:53:31 +00:00
gimpgimprc_pdb.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpgimprc_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradient_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradient_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradientmenu.c libgimp/gimpbrushmenu.c libgimp/gimpgradientmenu.c libgimp/gimpfontmenu.c 2007-05-22 14:02:52 +00:00
gimpgradientmenu.h libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimpgradients.c libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c 2006-11-03 21:06:22 +00:00
gimpgradients.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimpgradients_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradients_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradientselect.c libgimp/gimpbrushselect.c libgimp/gimpgradientselect.c 2007-05-22 14:01:44 +00:00
gimpgradientselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpgradientselect_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradientselect_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgradientselectbutton.c libgimp/gimpgradientselectbutton.c Make doc comments match reality. 2006-07-20 03:45:28 +00:00
gimpgradientselectbutton.h use const for G_CONST_RETURN. 2006-07-05 14:13:20 +00:00
gimpgrid_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpgrid_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpguides_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpguides_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimphelp_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimphelp_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpimage.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpimage.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpimage_pdb.c Move the shadow tiles from the image to the drawable. Fixes bug #100469. 2008-04-21 17:20:51 +00:00
gimpimage_pdb.h Move the shadow tiles from the image to the drawable. Fixes bug #100469. 2008-04-21 17:20:51 +00:00
gimpimagecombobox.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpimagecombobox.h libgimp/gimpimagecombobox.h fix the type macros so they work. 2005-06-04 22:11:56 +00:00
gimpitemcombobox.c don't redefine the GimpParasite struct, just use it. 2007-04-12 14:32:44 +00:00
gimpitemcombobox.h removed... 2006-11-15 23:20:06 +00:00
gimplayer.c removed obsolete comment about adding alpha before adding a layer above 2007-10-16 06:02:18 +00:00
gimplayer.h app/actions/layers-actions.c app/actions/layers-commands.[ch] 2005-07-10 21:17:22 +00:00
gimplayer_pdb.c added gimp-layer-flatten. Fixes bug #477026. Fixed docs of 2007-09-15 19:55:35 +00:00
gimplayer_pdb.h added gimp-layer-flatten. Fixes bug #477026. Fixed docs of 2007-09-15 19:55:35 +00:00
gimpmenu.c converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpmenu.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpmessage_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpmessage_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpmisc_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpmisc_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppainttools_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppainttools_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppalette.c libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c 2006-11-03 21:06:22 +00:00
gimppalette.h tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "Palette" pdb 2004-09-22 18:43:09 +00:00
gimppalette_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppalette_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppalettemenu.c libgimp/gimpbrushmenu.c libgimp/gimpgradientmenu.c libgimp/gimpfontmenu.c 2007-05-22 14:02:52 +00:00
gimppalettemenu.h libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimppalettes.c libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c 2006-11-03 21:06:22 +00:00
gimppalettes.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimppalettes_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppalettes_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppaletteselect.c libgimp/gimpbrushselect.c libgimp/gimpgradientselect.c 2007-05-22 14:01:44 +00:00
gimppaletteselect.h libgimp/Makefile.am libgimp/gimp.h libgimp/gimpui.h 2004-07-27 15:15:58 +00:00
gimppaletteselect_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppaletteselect_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppaletteselectbutton.c check that the palette name actually refers to an existing palette and use 2006-08-18 10:52:26 +00:00
gimppaletteselectbutton.h use const for G_CONST_RETURN. 2006-07-05 14:13:20 +00:00
gimpparasite_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpparasite_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppaths_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppaths_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppattern_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppattern_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppatternmenu.c libgimp/gimpbrushmenu.c libgimp/gimpgradientmenu.c libgimp/gimpfontmenu.c 2007-05-22 14:02:52 +00:00
gimppatternmenu.h libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimppatterns.c libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c 2006-11-03 21:06:22 +00:00
gimppatterns.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimppatterns_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppatterns_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppatternselect.c libgimp/gimpbrushselect.c libgimp/gimpgradientselect.c 2007-05-22 14:01:44 +00:00
gimppatternselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimppatternselect_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppatternselect_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimppatternselectbutton.c libgimp/gimppatternselectbutton.c libgimp/gimpbrushselectbutton.c 2007-10-16 13:56:34 +00:00
gimppatternselectbutton.h use const for G_CONST_RETURN. 2006-07-05 14:13:20 +00:00
gimppixbuf.c fixed gtk-doc syntax. 2008-03-22 20:33:51 +00:00
gimppixbuf.h added a convenience function to create a layer from a GdkPixbuf. 2006-08-17 16:52:25 +00:00
gimppixelfetcher.c libgimp/gimpdrawable.c libgimp/gimppixelfetcher.c libgimp/gimpprogress.c 2007-05-22 14:04:35 +00:00
gimppixelfetcher.h Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimppixelrgn.c when resizing, don't advance the "data" pointer of regions of contiguous 2007-10-23 14:15:27 +00:00
gimppixelrgn.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpplugin.c added a cast to get rid of a compiler warning. 2006-02-20 07:25:34 +00:00
gimpplugin.h made plugin_icon_register() an underscore-prefixed function which needs to 2004-05-18 22:54:41 +00:00
gimpplugin_pdb.c improved documentation for gimp-plugin-menu-register. 2007-11-06 09:21:32 +00:00
gimpplugin_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpprocbrowserdialog.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpprocbrowserdialog.h libgimp/gimpprocbrowserdialog.h libgimpwidgets/gimpbrowser.h 2005-09-27 17:11:01 +00:00
gimpproceduraldb.c added const qualifier. 2006-05-02 08:50:24 +00:00
gimpproceduraldb.h added const qualifier. 2006-05-02 08:50:24 +00:00
gimpproceduraldb_pdb.c added new procedure gimp-procedural-db-proc-exists. 2008-04-06 20:30:59 +00:00
gimpproceduraldb_pdb.h added new procedure gimp-procedural-db-proc-exists. 2008-04-06 20:30:59 +00:00
gimpprocview.c code cleanup. 2008-03-29 17:01:50 +00:00
gimpprocview.h added GimpProcBrowserDialog typedef here. 2005-08-02 17:06:49 +00:00
gimpprogress.c libgimp/gimpdrawable.c libgimp/gimppixelfetcher.c libgimp/gimpprogress.c 2007-05-22 14:04:35 +00:00
gimpprogress.h tools/pdbgen/pdb/progress.pdb applied slightly modified patch from 2006-02-20 07:35:42 +00:00
gimpprogress_pdb.c added new procedure gimp-progress-end. 2007-07-25 10:48:25 +00:00
gimpprogress_pdb.h added new procedure gimp-progress-end. 2007-07-25 10:48:25 +00:00
gimpprogressbar.c app/widgets/gimpthumbbox.c libgimp/gimpprogressbar.c use Gtk functions to 2007-05-16 20:19:31 +00:00
gimpprogressbar.h libgimp/gimpaspectpreview.h libgimp/gimpdrawablepreview.h 2004-10-23 19:59:18 +00:00
gimpregioniterator.c code cleanup; reduced number of progress updates. 2007-12-17 09:16:21 +00:00
gimpregioniterator.h renamed the "run_mode" parameters to "unused" and remode the rum_mode 2004-09-28 23:08:17 +00:00
gimpselectbutton.c app/gui/gui-message.c moved utility function to gimpwidgets-utils. 2006-09-22 09:24:41 +00:00
gimpselectbutton.h libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimpselection.c libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c 2006-11-03 21:06:22 +00:00
gimpselection.h tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimpselection_pdb.c fixed incorrect description of gimp-selection-is-empty, reported by pk. 2007-08-24 17:50:04 +00:00
gimpselection_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpselectiontools_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpselectiontools_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimptextlayer_pdb.c reorder functions so getters and setters are together, rename fontsize() 2008-04-04 15:42:50 +00:00
gimptextlayer_pdb.h reorder functions so getters and setters are together, rename fontsize() 2008-04-04 15:42:50 +00:00
gimptexttool_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimptexttool_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimptile.c converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimptile.h libgimpbase/gimpwire.h libgimpbase/gimpreloc.h 2006-08-22 13:18:42 +00:00
gimptransformtools_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimptransformtools_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimptypes.h removed obsolete GimpParamColor typedef. 2004-03-18 18:27:22 +00:00
gimpui.c Properly pass the focus from the core to plug-in dialogs: 2008-03-27 16:30:29 +00:00
gimpui.def added new symbols. 2006-11-16 00:07:48 +00:00
gimpui.h removed... 2006-11-15 23:20:06 +00:00
gimpuimarshal.list libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimpuitypes.h removed... 2006-11-15 23:20:06 +00:00
gimpundo_pdb.c HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpundo_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpunit_pdb.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gimpunit_pdb.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
gimpunitcache.c libgimpbase/gimpchecks.c libgimp/gimpunitcache.c 2008-01-06 02:14:44 +00:00
gimpunitcache.h libgimpbase/gimpwire.h libgimpbase/gimpreloc.h 2006-08-22 13:18:42 +00:00
gimpvectors_pdb.c added gimp_vectors_new_from_text_layer(). 2008-04-04 14:50:42 +00:00
gimpvectors_pdb.h added gimp_vectors_new_from_text_layer(). 2008-04-04 14:50:42 +00:00
gimpzoompreview.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
gimpzoompreview.h chain up. 2006-08-09 10:30:01 +00:00
libgimp-intl.h define Q_() for translation context. 2007-08-14 07:30:23 +00:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00
stdplugins-intl.h Applied patch from Zbigniew Chyla: 2006-06-27 07:55:41 +00:00