mirror of https://github.com/GNOME/gimp.git
c1e165d32d
2003-06-26 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/gimpui.py: Missing self. reference. Fixes #115714. * plug-ins/pygimp/gimpui.py: Move item.show() in Selector so that all items are shown. Fixes bug #115715. Thanks to Dave Corrie for catching both these. * plug-ins/pygimp/gimpfu.py: Always register as type PLUGIN, to reflect the recent changes in semantics. * plug-ins/pygimp/plug-ins/gimpcons.py * plug-ins/pygimp/plug-ins/pdbbrowse.py: s/extension/plug_in/ to reflect above, for consistency. * plug-ins/pygimp/gimpfu.py: Add a fail method which uses gimp.message and then raises an error. * plug-ins/pygimp/gimpmodule.c: remove declarations for gimp_extension_ack and gimp_extension_process, they are in gimp.h. * plug-ins/pygimp/gimpfu.py * plug-ins/pygimp/gimpui.py * plug-ins/pygimp/plug-ins/gimpcons.py * plug-ins/pygimp/plug-ins/pdbbrowse.py: Added pygtk.require('2.0'). Fixes bug #115545. |
||
---|---|---|
.. | ||
doc | ||
plug-ins | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
acinclude.m4 | ||
configure.in | ||
gimpenums.py | ||
gimpfu.py | ||
gimpmodule.c | ||
gimpplugin.py | ||
gimpshelf.py | ||
gimpui.py | ||
py-compile | ||
pygimp-display.c | ||
pygimp-drawable.c | ||
pygimp-image.c | ||
pygimp-parasite.c | ||
pygimp-pdb.c | ||
pygimp-tile.c | ||
pygimp.h | ||
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.