gimp/plug-ins/pygimp
Manish Singh 872c501ee6 Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of
2005-03-03  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/pygimp.h: Make a compatibility wrapper for
        PyBool_FromLong for pre-2.3 versions of python.

        * plug-ins/pygimp/gimpfu.py
        * plug-ins/pygimp/gimpui.py: Update to use some more modern python
        features.

        * plug-ins/pygimp/gimpmodule.c
        * plug-ins/pygimp/pygimp-display.c
        * plug-ins/pygimp/pygimp-drawable.c
        * plug-ins/pygimp/pygimp-image.c
        * plug-ins/pygimp/pygimp-parasite.c
        * plug-ins/pygimp/pygimp-pdb.c
        * plug-ins/pygimp/pygimp-tile.c: Throw exceptions on failures for
        libgimp wrappers (fixes bug #160136), and make the exception strings
        a lot more descriptive to aid debugging. Also return proper Bools when
        appropriate. Some new API wrapped as well. Still a work in progress.

        * plug-ins/pygimp/gimpplugin.py
        * plug-ins/pygimp/gimpshelf.py
        * plug-ins/pygimp/plug-ins/clothify.py
        * plug-ins/pygimp/plug-ins/foggify.py
        * plug-ins/pygimp/plug-ins/sphere.py: Add some whitespace to make
        things more readable.
2005-03-03 08:43:55 +00:00
..
doc make clean shouldn't clean disted files 2003-02-28 01:21:27 +00:00
plug-ins Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +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 added $(pygimp_DATA) to EXTRA_DIST. 2004-12-19 17:13:03 +00:00
INSTALL 1.1.9 stuff 1999-09-10 05:16:23 +00:00
Makefile.am Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-23 22:01:58 +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 GIMP_PROGRESS_COMMAND_PULSE. 2005-02-12 15:46:31 +00:00
gimpfu.py Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
gimpmodule.c Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
gimpplugin.py Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
gimpshelf.py Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
gimpui.py Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
makefile.msc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
procbrowser.c make libgimpprocbrowser a libtooled library. 2004-11-17 20:02:23 +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 Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
pygimp-drawable.c Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
pygimp-image.c Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +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 Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
pygimp-pdb.c Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
pygimp-tile.c Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +00:00
pygimp.h Make a compatibility wrapper for PyBool_FromLong for pre-2.3 versions of 2005-03-03 08:43:55 +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.