mirror of https://github.com/GNOME/gimp.git
2ce0e15023
* 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 |
||
---|---|---|
.. | ||
doc | ||
frags | ||
misc | ||
scripts | ||
.cvsignore | ||
Makefile.am | ||
README | ||
gtcl.h | ||
gtclConst.c | ||
gtclEnums.h | ||
gtclMain.c | ||
gtclPDB.c | ||
gtcl_misc.c | ||
gtclenums.h |
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