gimp/plug-ins
Michael Natterer 61ac7167d6 Reworked random seed handling once more:
2004-02-01  Michael Natterer  <mitch@gimp.org>

	Reworked random seed handling once more:

	* libgimpwidgets/gimpwidgets.c (gimp_random_seed_new): make sure
	the displayed random seed value is always the one which will be
	used, whether "Randomize" is checked or not.

	* plug-ins/common/blur.c
	* plug-ins/common/plasma.c
	* plug-ins/common/randomize.c
	* plug-ins/common/sinus.c
	* plug-ins/common/snoise.c
	* plug-ins/maze/algorithms.c
	* plug-ins/maze/maze.c: if running interactively, always take
	the seed value produced by the gimp_random_seed widget and don't
	touch it because the widgets honors the "randomize" toggle
	correctly now.

	For noninteractive and last_vals runs, look at the "randomize"
	boolean and generate a seed if it is TRUE.

	Initialize the random number generators from the seed determined
	by either of the above ways and don't fiddle with it in the inner
	algorithms itself.

	* plug-ins/gflare/gflare.c (plugin_run): initialize the GRand
	from the seed unconditionally.

	(ed_make_page_sflare): no need to get the entry from the random
	seed widget to get its adjustment. Instead get the adjustment
	directly.

	(The random handling code of gflare looks somewhat broken, but
	that applies to the whole plug-in).
2004-02-01 13:22:09 +00:00
..
bmp modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
common Reworked random seed handling once more: 2004-02-01 13:22:09 +00:00
dbbrowser removed unused variable. 2004-01-28 03:11:49 +00:00
faxg3 modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
fits modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
flame modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
fp modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
FractalExplorer configure.in renamed obnoxiously long fractalexplorer-examples directory 2004-01-22 04:09:12 +00:00
gfig modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
gflare Reworked random seed handling once more: 2004-02-01 13:22:09 +00:00
gfli modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
gimp_ace pulled new sources from gle (containing a fix for kelly's justify==FILL 2000-02-07 04:10:09 +00:00
gimpressionist plug-ins/gimpressionist/brush.c plug-ins/gimpressionist/gimp.c 2004-01-27 01:44:55 +00:00
helpbrowser map the Home button to "index.html" and removed the Index button for now. 2004-01-30 14:24:21 +00:00
ifscompose modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
imagemap modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
jpeg added help IDs for the libgimp export and unit dialogs. 2004-01-20 17:10:16 +00:00
libgimpoldpreview Don't call gimp_plug_in_get_path(), since it doesn't really help, call 2003-12-13 23:58:33 +00:00
Lighting modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
MapObject modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
maze Reworked random seed handling once more: 2004-02-01 13:22:09 +00:00
pagecurl modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
print use AM_PATH_GIMPPRINT to get some additional sanity checks. 2004-01-28 02:35:08 +00:00
pygimp modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
rcm fixed help ID. 2004-01-30 11:53:28 +00:00
script-fu Fix typo that prevented using the inverse of the golden ratio (1/g) as a 2004-01-28 11:27:44 +00:00
sel2path modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
sgi modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
twain modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
uri plug-ins/common/mail.c use more already translated standard file error 2004-01-20 11:24:14 +00:00
winsnap modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
xjt modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am plug-ins/Lighting/Makefile.am plug-ins/Lighting/lighting_apply.c 2003-12-14 17:17:56 +00:00
makefile.msc plug-ins/Lighting/Makefile.am plug-ins/Lighting/lighting_apply.c 2003-12-14 17:17:56 +00:00