gimp/plug-ins/pygimp
Manish Singh 6423b26881 import gtkcons only when we're about to use it. This and below allows
2003-01-08  Manish Singh  <yosh@gimp.org>

        * plug-ins/gimpcons.py: import gtkcons only when we're about to use
        it. This and below allows plug-in query to work even without an
        interface.

        * plug-ins/pdbbrowse.py: define BrowseWin (which needs gtk) only
        when we need it and are guaranteed a gui setup.
2003-01-08 23:44:08 +00:00
..
doc cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
plug-ins import gtkcons only when we're about to use it. This and below allows 2003-01-08 23:44:08 +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
acinclude.m4 added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +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
ChangeLog import gtkcons only when we're about to use it. This and below allows 2003-01-08 23:44:08 +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
COPYING 1.1.9 stuff 1999-09-10 05:16:23 +00:00
gimpenums.py some more plugin updates. 2002-08-29 03:01:30 +00:00
gimpfu.py (_interact): swap order of buttons to match other dialogs. 2002-08-31 01:47:22 +00:00
gimpmodule.c add PF_RADIO support to gimpfu based on Yosh's patch. 2002-08-30 17:09:13 +00:00
gimpplugin.py some more updates 2002-08-28 16:18:18 +00:00
gimpshelf.py many updates to Python code to work with new PyGTK. I can start a plug in 2002-08-29 01:53:26 +00:00
gimpui.py add getsets for common drawable attributes. (PyGimpLayer_Type): convert 2002-08-30 12:46:27 +00:00
INSTALL 1.1.9 stuff 1999-09-10 05:16:23 +00:00
Makefile.am added some rudimentary support to prepend values to existing environment 2002-12-18 02:47:39 +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
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 update to list all methods. Convert no arg functions to METH_NOARG (slight 2002-08-30 15:00:00 +00:00
pygimp-image.c update to list all methods. Convert no arg functions to METH_NOARG (slight 2002-08-30 15:00:00 +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 add getsets for common drawable attributes. (PyGimpLayer_Type): convert 2002-08-30 12:46:27 +00:00
pygimp-tile.c add getsets for common drawable attributes. (PyGimpLayer_Type): convert 2002-08-30 12:46:27 +00:00
pygimp.h split module into multiple files, and convert types to Python 2.2 style 2002-08-28 15:17:29 +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 added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00

  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.