gimp/plug-ins/flame
Michael Natterer ab239c3d63 app/text/gimptext-parasite.c use g_strtod() instead of atof() because
2007-02-18  Michael Natterer  <mitch@gimp.org>

	* app/text/gimptext-parasite.c
	* plug-ins/flame/libifs.c: use g_strtod() instead of atof()
	because these files have to parse strings that never had a clearly
	specified format.

	* plug-ins/script-fu/tinyscheme/scheme.c
	* plug-ins/imagemap/imap_cern.l
	* plug-ins/imagemap/imap_csim.l
	* plug-ins/imagemap/imap_csim.y
	* plug-ins/imagemap/imap_ncsa.l: use g_ascii_strtod() instead of
	atof() because scheme code and imagemap files with wrong decimal
	separators are clearly broken and should be rejected.

	* plug-ins/imagemap/imap_cern_lex.c
	* plug-ins/imagemap/imap_csim_lex.c
	* plug-ins/imagemap/imap_csim_parse.c
	* plug-ins/imagemap/imap_ncsa_lex.c: regenerated.

	* plug-ins/common/sample_colorize.c: round numbers using sane code
	instead of sprintf() and atod().

	* plug-ins/Lighting/lighting_ui.c: removed some dead code.


svn path=/trunk/; revision=21942
2007-02-18 20:01:48 +00:00
..
Makefile.am Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-23 22:01:58 +00:00
README Initial revision 1997-11-24 22:05:25 +00:00
cmap.c plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
cmap.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
flame.c plug-ins/FractalExplorer/Dialogs.c plug-ins/Lighting/lighting_ui.c 2007-02-02 08:57:15 +00:00
flame.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
libifs.c app/text/gimptext-parasite.c use g_strtod() instead of atof() because 2007-02-18 20:01:48 +00:00
libifs.h plug-ins/flame/libifs.[ch] plug-ins/flame/rect.c 2006-11-24 11:10:10 +00:00
rect.c plug-ins/flame/libifs.[ch] plug-ins/flame/rect.c 2006-11-24 11:10:10 +00:00
rect.h tools/pdbgen/pdb/fileops.pdb added a few more PDB wrappers 2000-08-25 15:38:38 +00:00

README

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.