gimp/libgimp
Michael Natterer a779e74817 Cleaned up the remaining libgimp API issues:
2004-03-12  Michael Natterer  <mitch@gimp.org>

	Cleaned up the remaining libgimp API issues:

	* libgimp/gimppixelfetcher.[ch] (enum GimpPixelFetcherEdgeMode):
	added new enum value GIMP_PIXEL_FETCHER_EDGE_BACKGROUND so we
	can actually use the bg_color feature of the GimpPixelFetcher.

	(gimp_pixel_fetcher_new): added "gboolean shadow" parameter
	because it must not change while the GimpPixelFetcher exists.

	(gimp_pixel_fetcher_set_shadow): removed.

	(gimp_pixel_fetcher_set_bg_color): added "GimpRGB *color"
	parameter and don't call gimp_palette_get_foreground().

	(gimp_pixel_fetcher_get_pixel): handle BACKGROUND mode. Cleaned up
	the function.

	(gimp_get_bg_guchar)
	(gimp_get_fg_guchar): removed these functions...

	* libgimp/gimpdrawable.[ch]: ...and added
	gimp_drawable_get_color_uchar() instead.

	* libgimp/gimp.def
	* plug-ins/common/blinds.c
	* plug-ins/common/checkerboard.c
	* plug-ins/common/cubism.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/displace.c
	* plug-ins/common/edge.c
	* plug-ins/common/illusion.c
	* plug-ins/common/mblur.c
	* plug-ins/common/mosaic.c
	* plug-ins/common/plasma.c
	* plug-ins/common/polar.c
	* plug-ins/common/ripple.c
	* plug-ins/common/shift.c
	* plug-ins/common/spread.c
	* plug-ins/common/tileit.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/gflare/gflare.c
	* plug-ins/libgimpoldpreview/gimpoldpreview.c: changed accordingly.

	(Didn't test the changed plug-ins because I wanted to get this
	API change into CVS as soon as possible)
2004-03-12 22:46:25 +00:00
..
.cvsignore libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed 2001-05-22 00:36:38 +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 modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
gimp.c changed wm_name to app_name in the GimpConfig struct; increased 2004-02-17 14:03:07 +00:00
gimp.def Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimp.h changed wm_name to app_name in the GimpConfig struct; increased 2004-02-17 14:03:07 +00:00
gimp_pdb.h tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools" 2004-01-05 14:35:19 +00:00
gimpbrushes_pdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/fonts.pdb 2003-12-08 11:58:45 +00:00
gimpbrushes_pdb.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimpbrushmenu.c libgimp/gimpbrushmenu.c added mnenonic for "Browse...". 2003-11-02 18:59:55 +00:00
gimpbrushmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpbrushselect.c renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpbrushselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpbrushselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpbrushselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpchannel.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpchannel.h renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry 2003-12-04 13:21:27 +00:00
gimpchannel_pdb.c tools/pdbgen/pdb/channel.pdb removed gimp_layer_delete() and 2003-12-03 17:47:15 +00:00
gimpchannel_pdb.h tools/pdbgen/pdb/channel.pdb removed gimp_layer_delete() and 2003-12-03 17:47:15 +00:00
gimpcolor_pdb.c removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpcolor_pdb.h removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpcompat.h removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpconvert_pdb.c use gboolean instead of gint for "alpha_dither" and "remove_dups" in all 2004-01-31 16:23:25 +00:00
gimpconvert_pdb.h renamed gimp_convert_*() functions to gimp_image_convert_*(). 2003-12-04 14:52:24 +00:00
gimpdisplay_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdisplay_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdrawable.c Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimpdrawable.h Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimpdrawable_pdb.c added new function gimp_viewable_get_dummy_preview() which currently 2004-02-10 15:33:37 +00:00
gimpdrawable_pdb.h Some PDB fixes/cosmetics before doing real changes again: 2003-12-08 17:26:55 +00:00
gimpedit_pdb.c added boolean return value indicating whether the cut/copy was successful. 2004-03-10 11:44:16 +00:00
gimpedit_pdb.h tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools" 2004-01-05 14:35:19 +00:00
gimpenums.h removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpexport.c added help IDs for the libgimp export and unit dialogs. 2004-01-20 17:10:16 +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 Add notes about menu path requirements for Load/Save handlers. 2004-01-08 19:34:07 +00:00
gimpfileops_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfloatingsel_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfloatingsel_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontmenu.c use GIMP_STOCK_FONT instead of GTK_STOCK_SELECT_FONT. 2004-03-07 16:22:31 +00:00
gimpfontmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpfonts_pdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/fonts.pdb 2003-12-08 11:58:45 +00:00
gimpfonts_pdb.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimpfontselect.c renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpfontselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpfontselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontselectbutton.c use GIMP_STOCK_FONT instead of GTK_STOCK_SELECT_FONT. 2004-03-07 16:22:31 +00:00
gimpgimprc_pdb.c added new API gimp_color_button_[get|set]_update() which configures the 2003-11-11 17:55:45 +00:00
gimpgimprc_pdb.h added new API gimp_color_button_[get|set]_update() which configures the 2003-11-11 17:55:45 +00:00
gimpgradientmenu.c Finished the addition of "gboolean reverse" to the gradient API: 2003-08-18 12:17:21 +00:00
gimpgradientmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpgradients_pdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/fonts.pdb 2003-12-08 11:58:45 +00:00
gimpgradients_pdb.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimpgradientselect.c renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpgradientselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpgradientselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpgradientselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpguides_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpguides_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimphelp_pdb.c changed "prog_name" parameter of gimp_help() to "help_domain". It's 2004-01-20 12:38:31 +00:00
gimphelp_pdb.h changed "prog_name" parameter of gimp_help() to "help_domain". It's 2004-01-20 12:38:31 +00:00
gimpimage.c renamed gimp_convert_*() functions to gimp_image_convert_*(). 2003-12-04 14:52:24 +00:00
gimpimage.h renamed gimp_convert_*() functions to gimp_image_convert_*(). 2003-12-04 14:52:24 +00:00
gimpimage_pdb.c fixed typo: s/spacified/specified/. Spotted by Kevin Cozens. 2004-02-08 10:25:30 +00:00
gimpimage_pdb.h tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools" 2004-01-05 14:35:19 +00:00
gimplayer.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimplayer.h removed preserve_transparency #defines. This is the last of the #defines 2003-12-12 15:49:51 +00:00
gimplayer_pdb.c Fixed memory management of layers and channels which were created using 2003-12-09 18:59:35 +00:00
gimplayer_pdb.h marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as 2003-12-08 22:33:17 +00:00
gimpmenu.c call the callback with the selected image which is not necessarily the 2004-01-12 11:00:45 +00:00
gimpmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpmessage_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmessage_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmisc_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmisc_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppainttools_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppainttools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalette_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalette_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalettes_pdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/fonts.pdb 2003-12-08 11:58:45 +00:00
gimppalettes_pdb.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimppaletteselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppaletteselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpparasite_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpparasite_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppaths_pdb.c "The last of the Oldenburg commits" 2003-09-28 04:00:50 +00:00
gimppaths_pdb.h optionally scale the imported SVG to fit the image. 2003-09-25 00:39:46 +00:00
gimppatternmenu.c libgimp/gimpbrushmenu.c added mnenonic for "Browse...". 2003-11-02 18:59:55 +00:00
gimppatternmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimppatterns_pdb.c tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/fonts.pdb 2003-12-08 11:58:45 +00:00
gimppatterns_pdb.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimppatternselect.c renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimppatternselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimppatternselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppatternselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppixelfetcher.c Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimppixelfetcher.h Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimppixelrgn.c cleaned up a bit: added missing g_return_if_fail()s, iterate lists using 2004-02-16 21:32:51 +00:00
gimppixelrgn.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpplugin_pdb.c renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpplugin_pdb.h renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpprocbrowserdialog.c added help IDs for the libgimp export and unit dialogs. 2004-01-20 17:10:16 +00:00
gimpproceduraldb.c libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpproceduraldb.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpproceduraldb_pdb.c renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpproceduraldb_pdb.h renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpprocview.c added help IDs for the libgimp export and unit dialogs. 2004-01-20 17:10:16 +00:00
gimpregioniterator.c Split from gimpmisc.[ch] 2004-01-13 10:26:10 +00:00
gimpregioniterator.h Split from gimpmisc.[ch] 2004-01-13 10:26:10 +00:00
gimpselection.c libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpselection.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpselection_pdb.c use gimp_image_mask_select_channel() instead of gimp_image_mask_load(). 2003-08-21 19:23:17 +00:00
gimpselection_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpselectiontools_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpselectiontools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptexttool_pdb.c fixed UTF-8 reversed check. 2003-07-30 16:48:12 +00:00
gimptexttool_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptile.c new inernal function which removes all tiles from a given drawable from 2004-02-16 21:57:01 +00:00
gimptile.h new inernal function which removes all tiles from a given drawable from 2004-02-16 21:57:01 +00:00
gimptransformtools_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptransformtools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptypes.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpui.c changed wm_name to app_name in the GimpConfig struct; increased 2004-02-17 14:03:07 +00:00
gimpui.def removed gimp_plug_in_get_path. 2003-12-14 15:41:37 +00:00
gimpui.h Removed inclusion of libgimp/gimpmiscui.h, which is gone now. Looks like 2003-12-14 10:46:12 +00:00
gimpuitypes.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpundo_pdb.c removed gimp_image_undo_*() functions... 2003-12-05 14:18:47 +00:00
gimpundo_pdb.h removed gimp_image_undo_*() functions... 2003-12-05 14:18:47 +00:00
gimpunit_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpunit_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpunitcache.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpunitcache.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
libgimp-intl.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
makefile.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
stdplugins-intl.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00