gimp/plug-ins/pygimp
Michael Natterer 3d8e4d1224 plug-ins/bmp/bmpread.c plug-ins/bmp/bmpwrite.c plug-ins/common/CEL.c
2004-11-02  Michael Natterer  <mitch@gimp.org>

	* plug-ins/bmp/bmpread.c
	* plug-ins/bmp/bmpwrite.c
	* plug-ins/common/CEL.c
	* plug-ins/common/animationplay.c
	* plug-ins/common/animoptimize.c
	* plug-ins/common/autostretch_hsv.c
	* plug-ins/common/c_astretch.c
	* plug-ins/common/ccanalyze.c
	* plug-ins/common/color_enhance.c
	* plug-ins/common/film.c
	* plug-ins/common/gee.c
	* plug-ins/common/gee_zoom.c
	* plug-ins/common/gif.c
	* plug-ins/common/gifload.c
	* plug-ins/common/grid.c
	* plug-ins/common/header.c
	* plug-ins/common/mng.c
	* plug-ins/common/normalize.c
	* plug-ins/common/pcx.c
	* plug-ins/common/png.c
	* plug-ins/common/pnm.c
	* plug-ins/common/postscript.c
	* plug-ins/common/psd.c
	* plug-ins/common/psd_save.c
	* plug-ins/common/raw.c
	* plug-ins/common/sunras.c
	* plug-ins/common/tga.c
	* plug-ins/common/tiff.c
	* plug-ins/common/tile.c
	* plug-ins/common/vinvert.c
	* plug-ins/common/winclipboard.c
	* plug-ins/common/winprint.c
	* plug-ins/common/xbm.c
	* plug-ins/common/xpm.c
	* plug-ins/common/xwd.c
	* plug-ins/fits/fits.c
	* plug-ins/gfli/gfli.c
	* plug-ins/imagemap/imap_preview.c
	* plug-ins/print/print.c
	* plug-ins/pygimp/pygimp-image.c
	* plug-ins/winicon/main.c: use the new "colormap" functions
	instead of the deprecated "cmap" ones.
2004-11-02 12:00:25 +00:00
..
doc make clean shouldn't clean disted files 2003-02-28 01:21:27 +00:00
plug-ins minor tweak to history behavior. 2004-09-29 23:04:31 +00:00
.cvsignore fix up cvsignore file (we don't have a checked in Makefile.in file anymore) 2002-08-29 11:35:42 +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 use dialog.run() for sub dialogs, since the main dialog is also doing 2003-02-08 19:36:00 +00:00
INSTALL 1.1.9 stuff 1999-09-10 05:16:23 +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
NEWS added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
README added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
acinclude.m4 added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
configure.in added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
gimpenums.py Added new drawable transform API to the PDB. Largely based on patches from 2004-10-26 17:50:52 +00:00
gimpfu.py applied slightly tweaked patch from Joao S. O. Bueno, which adds a 2004-09-29 23:09:30 +00:00
gimpmodule.c tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "Palette" pdb 2004-09-22 18:43:09 +00:00
gimpplugin.py applied slightly tweaked patch from Joao S. O. Bueno, which adds a 2004-09-29 23:09:30 +00:00
gimpshelf.py applied slightly tweaked patch from Joao S. O. Bueno, which adds a 2004-09-29 23:09:30 +00:00
gimpui.py applied slightly tweaked patch from Joao S. O. Bueno, which adds a 2004-09-29 23:09:30 +00:00
makefile.msc [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +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-display.c add getsets for common drawable attributes. (PyGimpLayer_Type): convert 2002-08-30 12:46:27 +00:00
pygimp-drawable.c remove add/remove_layer_mask methods... 2003-12-24 00:41:12 +00:00
pygimp-image.c plug-ins/bmp/bmpread.c plug-ins/bmp/bmpwrite.c plug-ins/common/CEL.c 2004-11-02 12:00:25 +00:00
pygimp-parasite.c add getsets for common drawable attributes. (PyGimpLayer_Type): convert 2002-08-30 12:46:27 +00:00
pygimp-pdb.c Translate None to NULL when passing strings. 2004-02-05 09:17:19 +00:00
pygimp-tile.c plug-ins/pygimp/gimpfu.py Hacked up support for the new progress 2004-09-01 07:57:15 +00:00
pygimp.h slight fix for arg handling, shouldn't have any functional difference. 2003-07-25 23:46:40 +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

README

  Gimp-Python - allows the writing of plugins for Gimp in Python.
  Copyright (C) 1997-1999  James Henstridge <james@daa.com.au>

This is the Gimp-Python package.  It is free software and is covered
by the GNU General Public Licence (A copy of which is in the file
COPYING in the distribution) with the exception that you may link
gimpmodule with the python program.

For more information, please see the documentation in the directory
doc.  The documentation is in SGML, and translations to text, html and
texinfo are included in the distribution.

To build the program, you should be able to just type:
  ./configure --prefix=<gimp-prefix>
  make
  make install

Pregenerated HTML docs are included with the package in the doc
directory.  If you want ps or pdf documentation, get Mark Galassi's
docbook SGML packages.

Here is a list of what you will find in the subdirectories of this
distribution:
  .         - The actual source code.
  doc/      - The documentation.
  plug-ins/ - The sample plugins.  Contents are copied to GIMP plug-ins
	      directory.