2001-02-25 Michael Natterer <mitch@gimp.org> * app/channel_ops.c * app/channels_dialog.c * app/commands.c * app/floating_sel.c * app/gdisplay.c * app/gimpimage.[ch] * app/layer_select.c * app/layers_dialog.c * app/undo.c * app/xcf.c * app/tools/move.c: remove direct access of gimage->active_layer and gimage->active_channel. Reading access is of course harmless, but gimp_image_set_active_blah() will trigger a signal emission soon. It will probably be neccessary to change the functions to accept NULL layers and channels to acheive exactly what weird places like floating_sel.c did before by setting it directly. * gimptool-1.4.in * libgimp/Makefile.am * libgimpcolor/Makefile.am * libgimpmath/Makefile.am * libgimpwidgets/Makefile.am * plug-ins/libgck/gck/Makefile.am: made linking against stable GIMP installed in the same prefix work again by renaming all our libraries explicitly to libgimp<foo>-1.3.* (not as part of the libtool revision but as part of the library name). Removed the libtool revision to avoid double versioning. This has to be hardcoded in the libraries' Makefile.am ... * app/Makefile.am * plug-ins/FractalExplorer/Makefile.am * plug-ins/Lighting/Makefile.am * plug-ins/MapObject/Makefile.am * plug-ins/bmp/Makefile.am * plug-ins/common/Makefile.am * plug-ins/common/mkgen.pl * plug-ins/dbbrowser/Makefile.am * plug-ins/faxg3/Makefile.am * plug-ins/fits/Makefile.am * plug-ins/flame/Makefile.am * plug-ins/fp/Makefile.am * plug-ins/gap/Makefile.am * plug-ins/gdyntext/Makefile.am * plug-ins/gfig/Makefile.am * plug-ins/gflare/Makefile.am * plug-ins/gfli/Makefile.am * plug-ins/gimpressionist/Makefile.am * plug-ins/helpbrowser/Makefile.am * plug-ins/ifscompose/Makefile.am * plug-ins/imagemap/Makefile.am * plug-ins/maze/Makefile.am * plug-ins/mosaic/Makefile.am * plug-ins/pagecurl/Makefile.am * plug-ins/plugin-helper/Makefile.am * plug-ins/print/Makefile.am * plug-ins/rcm/Makefile.am * plug-ins/script-fu/Makefile.am * plug-ins/sel2path/Makefile.am * plug-ins/sgi/Makefile.am * plug-ins/webbrowser/Makefile.am * plug-ins/xjt/Makefile.am: ... while all other Makefiles can simply link against "libgimp<foo>-$(LT_REVISION).la" |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| cmap.c | ||
| cmap.h | ||
| flame.c | ||
| flame.h | ||
| libifs.c | ||
| libifs.h | ||
| Makefile.am | ||
| README | ||
| rect.c | ||
| rect.h | ||
flame - cosmic recursive fractal flames Scott Draves <spot@cs.cmu.edu> get source code from http://www.cs.cmu.edu/~spot/gimp/flame.tar.gz images, documentation, and other interfaces (a batch animation renderer and a low-quality interactive editor) are available from http://www.cs.cmu.edu/~spot/flame.html ----------------------- you are encouraged to exhibit the output of this software publicly as long as this software is credited as the source of the images. i also encourage you to let me know what you make with it, what you dis/like about it, and how it can be improved. ----------------------- 0.12 as of Thu Oct 9 added variation_same. made preview have same aspect ratio as final image. included binary in tar file. 0.11 as of Sun Sep 28 patch from Owen Taylor <owt1@cornell.edu> gtk_signal_connect_object -> gtk_signal_connect. hacked mw routines so i can update my previews. removed much of mw code that i don't use. 0.10 as of Fri Sep 26 Added "eight directions" edit window. relayedout other widgets. 0.9 as of Tue Sep 23 reconfigured to use Makefile.am. cleaned warnings out of code. 0.8 as of Thu Sep 18 added Makefile.in.patch, made gimp integration easier. changed license. added some built-in cmaps to the menu. 0.7 as of Sun Sep 14 fixed image leak (thx Marcelo Malheiros). removed UI to black cmap (default is now gradient). added preview of the flame, disabled randomize mode in favor of a randomize button. added beginning of edit dialog, including multi-threaded computation of previews, but disabled for the release. 0.6 as of Thu Sep 11 added preview of cmap. added black cmap. added access to current gradient, but there is an image leak. 0.5 as of Sat Sep 6 cmaps now come from image menus. clarified license terms. 0.4 as of Thu Sep 4 added variation menu. removed text display, added load/store buttons. fixed alpha blend to be stable (alpha of 0 has no effect) and protect against overflow. 0.3 as of Tue Sep 2 added alpha channel 0.2 as of Aug 24 1997 real -> double, other header file reorganization. added new cmaps. added gimp interface.