gimp/plug-ins/pygimp
Sven Neumann 81131c0bb4 Add new PDB data type PDB_COLORARRAY for using arrays of GimpRGB colors as
2008-07-14  Sven Neumann  <sven@gimp.org>

	Add new PDB data type PDB_COLORARRAY for using arrays of GimpRGB
	colors as argument or return value.

	* libgimpbase/gimpbaseenums.[ch] (enum GimpPDBArgType): replaced
	the unused GIMP_PDB_BOUNDARY with GIMP_PDB_COLORARRAY.

	* libgimpbase/gimpprotocol.h: increased GIMP_PROTOCOL_VERSION.
	(struct _GPParam): added d_colorarray entry to the union.

	* libgimpbase/gimpprotocol.c
	* libgimp/gimp.[ch]
	* app/pdb/gimp-pdb-compat.c
	* app/plug-in/plug-in-params.c
	* app/plug-in/gimpplugin-message.c
	* tools/pdbgen/pdb.pl: deal with the new data type.

	* tools/pdbgen/enums.pl: regenerated.

	* plug-ins/pygimp/pygimp-pdb.c
	* plug-ins/script-fu/scheme-wrapper.c: handle the new data type.


svn path=/trunk/; revision=26189
2008-07-14 14:09:16 +00:00
..
doc removed all .cvsignore files from SVN 2006-12-30 14:31:03 +00:00
plug-ins plug-ins/pygimp/plug-ins/python-console.py fix new menu paths. 2008-04-10 11:33:02 +00:00
AUTHORS added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
COPYING 1.1.9 stuff 1999-09-10 05:16:23 +00:00
ChangeLog.old renamed ChangeLog file to avoid that it is still being used accidentally 2008-07-09 08:05:09 +00:00
INSTALL Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
Makefile.am Vector object wrapper API. 2006-10-24 09:16:14 +00:00
gimpcolor-types.defs This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00
gimpcolormodule.c plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-pdb.c 2007-12-30 15:25:13 +00:00
gimpenums-types.defs This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00
gimpenums.py plug-ins/pygimp/gimpfu.py plug-ins/pygimp/gimpenums.py use old pygtk enum 2005-06-05 19:28:46 +00:00
gimpenumsmodule.c plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-pdb.c 2007-12-30 15:25:13 +00:00
gimpfu.py Add PF_OPTION. Fixes bug #523142. 2008-05-14 09:52:14 +00:00
gimpmodule.c Remove duplicate entry of gimp.get_foreground(). 2008-07-08 17:08:59 +00:00
gimpplugin.py _run should pass on the return value. Fixes bug #334874. 2006-03-17 14:44:03 +00:00
gimpshelf.py fix _vectors_id to return a tuple for the ID. Spotted and fixed by Joao. 2008-05-29 22:14:05 +00:00
gimpthumb.defs plug-ins/pygimp/Makefile.am plug-ins/pygimp/gimpthumb.defs 2006-09-17 23:30:42 +00:00
gimpthumb.override plug-ins/pygimp/Makefile.am plug-ins/pygimp/gimpthumb.defs 2006-09-17 23:30:42 +00:00
gimpthumbmodule.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
gimpui.defs remove reference to now deprecated gimp_color_display_new() function. 2007-08-08 20:36:26 +00:00
gimpui.override plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object 2006-11-28 09:46:18 +00:00
gimpui.py accept a string and parse it using gimpcolor.rgb_parse_css(). 2007-12-07 16:53:06 +00:00
gimpuimodule.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
makefile.msc updated 2006-10-27 16:04:53 +00:00
py-compile added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
pygimp-api.h plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object 2006-11-28 09:46:18 +00:00
pygimp-colors.c plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp-display.c plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp-drawable.c plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp-image.c plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp-intl.h require glib-gettextize 2.16. 2008-05-23 13:36:31 +00:00
pygimp-logo.png plug-ins/pygimp/Makefile.am New pygimp logo, by Carol Spears. 2004-11-23 02:35:54 +00:00
pygimp-parasite.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
pygimp-pdb.c Add new PDB data type PDB_COLORARRAY for using arrays of GimpRGB colors as 2008-07-14 14:09:16 +00:00
pygimp-tile.c plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp-util.h plug-ins/pygimp/Makefile.am New file, provides only an initialization 2006-03-01 01:08:57 +00:00
pygimp-vectors.c plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp.h plug-ins/pygimp/pygimp-drawable.c plug-ins/pygimp/pygimp-vectors.c 2008-07-03 11:39:52 +00:00
pygimp.spec added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
pygimpcolor-api.h plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-pdb.c 2007-12-30 15:25:13 +00:00
pygimpcolor.h plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-pdb.c 2007-12-30 15:25:13 +00:00