gimp/tools/pdbgen/pdb
William Skaggs 610b26c2f4 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* tools/pdbgen/pdb/brush.pdb: added api for changing properties
	of generated brushes.

	* tools/pdbgen/pdb/palette.pdb: added palette_is_editable().

	* app/pdb/brush_cmds.c
	* app/pdb/internal_procs.c
	* app/pdb/palette_cmds.c
	* libgimp/gimpbrush_pdb.c
	* libgimp/gimpbrush_pdb.h
	* libgimp/gimppalette_pdb.c
	* libgimp/gimppalette_pdb.h: autogenerated.
2004-12-30 23:28:38 +00:00
..
brush.pdb Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-30 23:28:38 +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 changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
channel.pdb don't allow to select anything but the floating selection. Fixes bug 2004-01-18 12:16:44 +00:00
color.pdb app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +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 Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +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 added gimp_drawable_sub_thumbnail() to enable plug-ins avoiding 2004-12-13 23:36:17 +00:00
drawable_transform.pdb escape utf8 as hex, to avoid perl trying to be so smart that it's stupid. 2004-11-27 23:51:39 +00:00
edit.pdb added new function copy_region_nocow() as a workaround for the fact that 2004-12-12 14:01:08 +00:00
fileops.pdb app/core/gimpimagefile.[ch] app/file/file-open.c pass the MIME type from 2004-11-13 17:13:21 +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 disallow the empty string as token. Spotted by Kevin Cozens. 2004-10-04 19:30:16 +00:00
gradient.pdb tools/pdbgen/pdb/brushes.pdb (brushes_get_brush_data) 2004-10-05 23:28:17 +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 changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +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 tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
layer.pdb app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +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 Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-30 23:28:38 +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 changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +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 Changed the "gradient" parameter to "slope" to make it more clear what the 2004-12-14 22:36:40 +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 changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
plug_in.pdb The following fixes have no visible effect because nobody uses 2004-11-18 01:57:13 +00:00
procedural_db.pdb don't generate code with tabs. 2004-03-26 16:49:18 +00:00
progress.pdb added boolean return values to plug_in_progress_install(), uninstall() and 2004-08-30 21:03:52 +00:00
selection.pdb tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +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 let gimp_text() and gimp_text_fontname() succeed but return -1 if no layer 2004-12-15 20:37:54 +00:00
transform_tools.pdb renamed the new drawable_foo_defaults() functions to 2004-11-16 15:25:13 +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