fractorium/Source
mfeemster be8e9a5e02 --User changes
Add the ability to apply operations to a selection of xforms, rather than just the current one.
 Update tool tips accordingly.

--Bug fixes
 Fix NAN in equalized weight calculation when all weights are set to 0.

--Code changes
 Clean up strange nested usage of Update([&]()) calls when changing xform color index via either the spinner or scroll bar. Made no sense.
 Make ISAAC RandBit() use RandByte() to be slightly more efficient.
 Put FillXforms() in the controller where it belongs, rather than the main window class.
 Add UpdateXform() function to the controller to handle applying operations to multiple xforms.
 Remove the word "Current" out of most xform related functions because they now operate on whatever is selected.
 Properly use Update() for various xform operations whereas before it was manually calling UpdateRender().
 Also properly use Update() in places where it was erroneously using UpdateXform() for things that did not involve xforms.
 Block signals in FillXaosTable().
 Add new file named FractoriumXformsSelect.cpp to handle new xform selection code.
2015-04-26 22:11:56 -07:00
..
Ember --User changes 2015-04-26 22:11:56 -07:00
EmberAnimate Fix bug with xaos interpolation, by setting all xaos values to zero first. 2015-03-30 17:46:52 -07:00
EmberCL Fix bug with xaos interpolation, by setting all xaos values to zero first. 2015-03-30 17:46:52 -07:00
EmberCommon Allow for multiple palette files rather than hard coding to flam3-palettes.xml. 2015-04-08 18:23:29 -07:00
EmberGenome Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
EmberRender Fix bug with xaos interpolation, by setting all xaos values to zero first. 2015-03-30 17:46:52 -07:00
EmberTester Allow for multiple palette files rather than hard coding to flam3-palettes.xml. 2015-04-08 18:23:29 -07:00
Fractorium --User changes 2015-04-26 22:11:56 -07:00