Gimp/plug-ins/pygimp
Sven Neumann e7a14aaa71 applied capitalization patches contributed by Stephan Binner. Fixes bug
2005-08-23  Sven Neumann  <sven@gimp.org>

	* [lots of files]: applied capitalization patches contributed by
	Stephan Binner. Fixes bug #309657.
2005-08-23 00:18:08 +00:00
..
doc Image window Filters menu reorganization, as discussed in bug 116145 2005-06-24 00:43:39 +00:00
plug-ins applied capitalization patches contributed by Stephan Binner. Fixes bug 2005-08-23 00:18: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
AUTHORS
ChangeLog plug-ins/common/curve_bend.c plug-ins/common/plugin-browser.c 2005-08-19 16:35:48 +00:00
configure.in
COPYING
gimpcolormodule.c plug-ins/pygimp/pygimp-api.h export our API to other modules in a saner 2005-06-04 00:17:06 +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/gimpfu.py plug-ins/pygimp/gimpenums.py use old pygtk enum 2005-06-05 19:28:46 +00:00
gimpfu.py ypto 2005-06-05 19:29:29 +00:00
gimpmodule.c plug-ins/common/curve_bend.c plug-ins/common/plugin-browser.c 2005-08-19 16:35:48 +00:00
gimpplugin.py Update or add missing copyright and GPL comments. 2005-03-05 08:48:45 +00:00
gimpshelf.py Update or add missing copyright and GPL comments. 2005-03-05 08:48:45 +00:00
gimpui.py Update or add missing copyright and GPL comments. 2005-03-05 08:48:45 +00:00
INSTALL
Makefile.am plug-ins/dbbrowser/Makefile.am plug-ins/dbbrowser/gimpprocbrowser.[ch] 2005-08-02 16:49:42 +00:00
makefile.msc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
NEWS
procbrowser.c reverted last change. 2005-08-18 13:55:14 +00:00
py-compile
pygimp-api.h plug-ins/pygimp/pygimp-api.h export our API to other modules in a saner 2005-06-04 00:17:06 +00:00
pygimp-colors.c don't wrap deprecated function gimp_rgb_intensity(). 2005-08-05 00:58:16 +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 plug-ins/common/curve_bend.c plug-ins/common/plugin-browser.c 2005-08-19 16:35:48 +00:00
pygimp-image.c plug-ins/pygimp/pygimp-api.h export our API to other modules in a saner 2005-06-04 00:17:06 +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 wrap fonts_refresh and fonts_get_list, clean up some of the other resource 2005-03-05 06:17:23 +00:00
pygimp-pdb.c no need to export PLUG_IN_INFO symbol. 2005-03-05 00:30:29 +00:00
pygimp-rgb.c don't wrap deprecated function gimp_rgb_intensity(). 2005-08-05 00:58:16 +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
pygimpcolor.h plug-ins/pygimp/pygimp-api.h export our API to other modules in a saner 2005-06-04 00:17:06 +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.