gimp/tools/pdbgen/pdb
Michael Natterer d64bf3564f added GimpPickable::get_opacity_at()
2005-07-11  Michael Natterer  <mitch@gimp.org>

	* app/core/gimppickable.[ch]: added GimpPickable::get_opacity_at()

	* app/core/gimpchannel.[ch]: removed gimp_channel_value() and
	implement ::get_opacity_at() instead.

	* app/core/gimplayer.[ch]: removed gimp_layer_pick_correlate()
	and implement ::get_opacity_at() instead.

	* app/core/gimpselection.c: GimpChannel::value() doesn't exist
	any more.

	* app/core/gimpprojection.c: implement ::get_opacity_at(), always
	returns OPAQUE.

	* app/core/gimpimage.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpclonetool.c
	* app/tools/gimpfliptool.c
	* app/tools/gimpiscissorstool.c
	* app/tools/gimpnewrectselecttool.c
	* app/tools/gimprectangletool.c
	* app/tools/gimpselectiontool.c
	* app/tools/gimptransformtool.c
	* tools/pdbgen/pdb/selection.pdb: changed accordingly.

	* app/pdb/selection_cmds.c: regenerated.
2005-07-11 19:21:52 +00:00
..
brush.pdb Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-31 19:48:29 +00:00
brush_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
brushes.pdb added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
channel.pdb add the gimp_channel_new_from_component() PDB function. 2005-02-22 17:58:36 +00:00
color.pdb applied patch from Karine Delvare which adds gimp_desaturate_full(). Fixes 2005-04-19 20:31:30 +00:00
context.pdb oops, should probably pop, not push a context in gimp_context_pop(). 2004-09-23 00:11:13 +00:00
convert.pdb handle a NULL palette with GIMP_CUSTOM_PALETTE type, use the builtin mono 2005-04-12 23:46:10 +00:00
display.pdb make it work as documented (fail if the new_image already has a display). 2004-11-29 16:59:53 +00:00
drawable.pdb ported to GIMP data structures. There are still some TODOs, smooth_mask() 2005-07-09 22:44:26 +00:00
drawable_transform.pdb changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
edit.pdb revert accidential commit. 2005-06-16 00:38:21 +00:00
fileops.pdb tools/pdbgen/pdb/fileops.pdb spelling. 2005-04-24 16:05:00 +00:00
floating_sel.pdb removed gimp_image_owns_item() again. 2004-01-26 16:18:16 +00:00
font_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
fonts.pdb tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimprc.pdb allow to access (read-only) the current color management configuration 2005-06-26 12:53:31 +00:00
gradient.pdb removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gradient_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
gradients.pdb added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
guides.pdb include "libgimpbase/gimpbase.h" instead of "libgimpbase/gimpparasite.h" 2004-07-16 14:43:56 +00:00
help.pdb Removed any remaining GUI dependency from the PDB wrappers: 2004-07-10 20:29:11 +00:00
image.pdb Fix a typo reported in bug #303379. 2005-05-07 16:22:52 +00:00
layer.pdb app/actions/layers-actions.c app/actions/layers-commands.[ch] 2005-07-10 21:17:22 +00:00
message.pdb added "message" function to the GimpProgress interface. Call 2004-10-14 15:15:03 +00:00
misc.pdb removed the hack that used to call gimp_exit() when the batch command 2003-11-30 16:05:56 +00:00
paint_tools.pdb app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
palette.pdb renamed again, to gimp_palette_[gs]et_columns this time. 2005-03-09 00:50:09 +00:00
palette_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
palettes.pdb added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
parasite.pdb Default all strings to validate UTF-8, use no_validate to disable. Also 2003-08-19 19:08:11 +00:00
paths.pdb use boolean values to indicate whether a path is linked ("locked"). 2005-03-03 11:10:37 +00:00
pattern.pdb return the mask's bpp and the brush's pixmap data if it has one. 2004-10-06 03:23:09 +00:00
pattern_select.pdb app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
patterns.pdb added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
plug_in.pdb new function which finds a proc_def in a GSList by its procedure name. 2005-05-04 18:53:58 +00:00
procedural_db.pdb fixed typo in API docs. 2005-05-16 13:49:33 +00:00
progress.pdb accept an empty string. 2005-02-13 00:11:24 +00:00
selection.pdb added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
selection_tools.pdb Treat changes to the selection like changes to any other drawable: 2003-10-06 12:17:11 +00:00
text_tool.pdb explicitely mention the encoding. 2005-01-10 21:17:43 +00:00
transform_tools.pdb changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
undo.pdb removed gimp_image_undo_*() functions... 2003-12-05 14:45:23 +00:00
unit.pdb Default all strings to validate UTF-8, use no_validate to disable. Also 2003-08-19 19:08:11 +00:00
vectors.pdb cosmetic change: Make the stroke IDs start from 1. 2005-06-01 16:20:46 +00:00