gimp/plug-ins/pygimp
David Odin 31c507c288 Show the description of params in dialog boxes, rather than the internal
* plug-ins/pygimp/gimpfu.py: Show the description of params in dialog
	boxes, rather than the internal variable name.  This is more
	consistent with script-fu.  (reported by Florian Traverse)
2004-01-17 14:05:40 +00:00
..
doc make clean shouldn't clean disted files 2003-02-28 01:21:27 +00:00
plug-ins use gimp_edit_bucket_fill() and gimp_edit_blend() instead of deprecated 2004-01-06 16:16:30 +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
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 check for shm_open in libc too, and define RT_LIBS accordingly. 2004-01-03 22:41:09 +00:00
NEWS
README
acinclude.m4
configure.in
gimpenums.py removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpfu.py Show the description of params in dialog boxes, rather than the internal 2004-01-17 14:05:40 +00:00
gimpmodule.c plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-drawable.c 2003-12-03 21:52:09 +00:00
gimpplugin.py some more updates 2002-08-28 16:18:18 +00:00
gimpshelf.py use dialog.run() for sub dialogs, since the main dialog is also doing 2003-02-08 19:36:00 +00:00
gimpui.py Missing self. reference. Fixes #115714. 2003-06-28 00:06:58 +00:00
makefile.msc [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +00:00
py-compile
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 add undo_group_{start,end} methods. 2003-12-25 06:14:15 +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 plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-drawable.c 2003-12-03 21:52:09 +00:00
pygimp-tile.c plug-ins/pygimp/gimpmodule.c plug-ins/pygimp/pygimp-drawable.c 2003-12-03 21:52:09 +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

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.