gimp/app/pdb
Sven Neumann b7ad665c28 Applied a patch (with minor modifications) from Karine Delvare that makes
2005-04-16  Sven Neumann  <sven@gimp.org>

	Applied a patch (with minor modifications) from Karine Delvare
	that makes it possible to choose between various ways to remove
	color from a drawable (bug #155507):

	* libgimpbase/gimpbaseenums.h: added new enum GimpDesaturateMode.

	* libgimpbase/gimpbaseenums.c
	* libgimp/gimpenums.c.tail
	* plug-ins/pygimp/gimpenums.py
	* tools/pdbgen/enums.pl: regenerated.

	* app/core/gimpdrawable-desaturate.[ch]: implement other formulas
	to remove colors from a drawable.

	* tools/pdbgen/pdb/color.pdb: let gimp_desaturate() call
	gimp_drawable_desaturate() with GIMP_DESATURATE_LIGHTNESS so that
	it behaves like it always did.

	* app/pdb/color_cmds.c: regenerated.

	* app/dialogs/Makefile.am
	* app/dialogs/desaturate-dialog.[ch]: new files that define a simple
	dialog to choose a mode for desaturation.

	* app/actions/drawable-actions.[ch]: use the new dialog.
2005-04-16 14:51:49 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
brush_cmds.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-31 19:48:29 +00:00
brush_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
brushes_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
channel_cmds.c add the gimp_channel_new_from_component() PDB function. 2005-02-22 17:58:36 +00:00
color_cmds.c Applied a patch (with minor modifications) from Karine Delvare that makes 2005-04-16 14:51:49 +00:00
context_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
convert_cmds.c handle a NULL palette with GIMP_CUSTOM_PALETTE type, use the builtin mono 2005-04-12 23:46:10 +00:00
display_cmds.c make it work as documented (fail if the new_image already has a display). 2004-11-29 16:59:53 +00:00
drawable_cmds.c use boolean values to indicate whether a path is linked ("locked"). 2005-03-03 11:10:37 +00:00
drawable_transform_cmds.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
edit_cmds.c added new function copy_region_nocow() as a workaround for the fact that 2004-12-12 14:01:08 +00:00
fileops_cmds.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
floating_sel_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
font_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
fonts_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimp-pdb.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimp-pdb.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimppdb.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimppdb.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimppluginprocedure.c app/plug-in/plug-in-proc-def.[ch] app/plug-in/plug-in-rc.c allow to 2004-11-13 17:06:06 +00:00
gimppluginprocedure.h app/plug-in/plug-in-proc-def.[ch] app/plug-in/plug-in-rc.c allow to 2004-11-13 17:06:06 +00:00
gimpprocedure.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimpprocedure.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gimprc_cmds.c tools/pdbgen/pdb/fileops.pdb fixed includes after libgimpconfig file 2005-01-26 13:59:15 +00:00
gradient_cmds.c removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gradient_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
gradients_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
guides_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
help_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
image_cmds.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
internal_procs.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
internal_procs.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
layer_cmds.c fix documentation of edit_mask accessors. 2005-03-05 06:12:47 +00:00
Makefile.am Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
makefile.msc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
message_cmds.c added "message" function to the GimpProgress interface. Call 2004-10-14 15:15:03 +00:00
misc_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
paint_tools_cmds.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
palette_cmds.c renamed again, to gimp_palette_[gs]et_columns this time. 2005-03-09 00:50:09 +00:00
palette_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
palettes_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
parasite_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
paths_cmds.c use boolean values to indicate whether a path is linked ("locked"). 2005-03-03 11:10:37 +00:00
pattern_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
pattern_select_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
patterns_cmds.c added gimp_data_factory_refresh(). 2005-04-12 22:58:12 +00:00
pdb-types.h added enum GimpPDBCompatMode which can be one of { OFF, ON, WARN }. 2003-12-05 17:08:35 +00:00
pdb_glue.h app/core/core-enums.[ch] app/core/gimpimage-undo-push.[ch] eek, my 2005-03-24 22:34:36 +00:00
plug_in_cmds.c app/plug-in/Makefile.am new files containing plug_ins_query(). 2005-04-05 21:10:55 +00:00
procedural_db.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
procedural_db.h changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
procedural_db_cmds.c app/config/gimpconfig-file.c app/file/file-utils.c app/gui/themes.c 2005-02-07 01:38:18 +00:00
progress_cmds.c app/plug-in/plug-in-progress.[ch] added new PDB function 2005-02-12 18:25:58 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
selection_tools_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
text_tool_cmds.c explicitely mention the encoding. 2005-01-10 21:17:43 +00:00
transform_tools_cmds.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
undo_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
unit_cmds.c changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
vectors_cmds.c let pdbgen create the code to initialize the variables. 2005-04-16 14:25:45 +00:00

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../tools/pdbgen/pdb.