2003-02-09 Michael Natterer <mitch@convergence.de> * app/core/core-enums.[ch]: changed GimpOrientationType from GIMP_HORIZONTAL to GIMP_ORIENTATION_HORIZONTAL etc. * tools/pdbgen/pdb/guides.pdb: changed accordingly. Don't subtract 1 from guide->orientation because InternalOrientationType no longer exists. * tools/pdbgen/stddefs.pl: chop the whole GIMP_ORIENTATION_UNKNOWN value from the enum, not just UNKNOWN. * app/pdb/guides_cmds.c * app/pdb/transform_tools_cmds.c * libgimp/gimpenums.h * libgimp/gimpguides_pdb.c * plug-ins/script-fu/script-fu-constants.c * plug-ins/pygimp/gimpenums.py * tools/pdbgen/enums.pl: regenerated. * libgimp/gimpcompat.h * plug-ins/script-fu/siod-wrapper.c: added compat enums. * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/xjt/xjt.c * plug-ins/xjt/xpdb_calls.c * plug-ins/common/gih.c * plug-ins/common/guillotine.c * plug-ins/common/rotate.c: changed accordingly. |
||
|---|---|---|
| .. | ||
| doc | ||
| plug-ins | ||
| .cvsignore | ||
| acinclude.m4 | ||
| AUTHORS | ||
| ChangeLog | ||
| configure.in | ||
| COPYING | ||
| gimpenums.py | ||
| gimpfu.py | ||
| gimpmodule.c | ||
| gimpplugin.py | ||
| gimpshelf.py | ||
| gimpui.py | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| 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.