gimp/plug-ins/gimptcl
Manish Singh 2ce0e15023 Misc changes for .18
* app/indexed_palette.c: fix for wrong color selected in indexed
        palette dialog

        * app/xcf.c: don't crash on bad input (0 byte files)

        * app/plug_in.h
        * app/plug_in.c: fixes Gimp's most obscure bug. Failed plugin
        queries are handle correctly now

        * app/commands.c: added marching ants speed to preferences

        * plug-ins/tiff/tiff.c: correction for inversion for MINISWHITE
        images without alpha

        * plug-ins/pcx/pcx.c: updated to new version

        * app/paint_funcs.h: changed OPAQUE and TRANSPARENT to
        OPAQUE_OPACITY and TRANSPARENT_OPACITY to avoid possible
        conflicts. All affects .c files changed.

-Yosh
1998-01-25 01:24:46 +00:00
..
doc Initial revision 1997-11-24 22:05:25 +00:00
frags Ditch all the extraneous Makefiles 1997-12-14 11:52:16 +00:00
misc Ditch all the extraneous Makefiles 1997-12-14 11:52:16 +00:00
scripts Misc changes for .18 1998-01-25 01:24:46 +00:00
.cvsignore The .cvsignores should have .libs too 1998-01-09 09:53:59 +00:00
Makefile.am (erich) lots of changes to gimptcl 1997-12-01 19:49:08 +00:00
README Initial revision 1997-11-24 22:05:25 +00:00
gtcl.h (erich) lots of changes to gimptcl 1997-12-01 19:49:08 +00:00
gtclConst.c (erich) lots of changes to gimptcl 1997-12-01 19:49:08 +00:00
gtclEnums.h Initial revision 1997-11-24 22:05:25 +00:00
gtclMain.c (erich) lots of changes to gimptcl 1997-12-01 19:49:08 +00:00
gtclPDB.c (erich) lots of changes to gimptcl 1997-12-01 19:49:08 +00:00
gtcl_misc.c (erich) lots of changes to gimptcl 1997-12-01 19:49:08 +00:00
gtclenums.h Initial revision 1997-11-24 22:05:25 +00:00

README

This is the first real release of gimptcl-1.0, distributed in
the FreeBSD gimp-0.99.14 port.

It comes with three sample plug-ins.
 * Consolio, an interactive gimptcl shell
 * pdb-help, an interactive thing for browsing
   the pdb and running procedures
 * stained-glass, a simple (and ugly) plugin for creating
   stained glassy backgrounds.

The ``scripts'' directory contains plug-ins that are real Tcl scripts.

The ``frags'' directory contains tcl procs and fragments that I've used
for testing the interpreter.  I usually just source them from inside
consolio, then call the procs interactively.

Unfortunately I'm not very artistic, so there's no pretty pictures
to look at.

Eric L. Hernes
erich@rrnet.com