fractorium/Source/Fractorium
mfeemster cf9da379b6 --User changes
-Allow for pausing the renderer in the main window. This makes is more efficient when entering many parameters, such as when following a tutorial.
 -Add support for new variations: erf, gamma, jac_cn, jac_dn, jac_sn, logDB, pressure_wave, pRose3D, splits3D, w, waves2b, x, xerf, y, z.
 -Inform user of the start and stop of file parsing in EmberAnimate because the files could potentially be very large.
 -Move the follwing fields to a new table called Animation: Interpolation, Affine Interpolation, Temporal Samples, Temporal Filter Width, Temporal Filter Type.
  -These currently have no effect on the interactive renderer and instead are used when running flames through EmberGenome to generate sequences, and then animating them in Fractorium or EmberAnimate.
 -Add new parameter overrides for EmberRender and EmberAnimate which directly assign values to all flames being rendered, rather than scale:
  --quality
  --demin
  --demax

--Bug fixes
 -Left pad instead of right pad names of sequence outputs from EmberGenome.
 -Unique file naming was broken for files which already had an underscore in them.
 -Properly report that png is the default format of EmberRender and EmberAnimate output instead of erroneously claiming it was jpg.
 -Make command line programs search these folders in this order for the palette file:
  ./
  ~/.fractorium
  ~/.config/fractorium
  /usr/share/fractorium
  /usr/local/share/fractorium
 -Fix possible bad values in hexes.
 -Better assignment of Z variables.
 -Fix boarders due to use of poorly implemented rint() function from flam3. Use std::rint() now.
 -wedge_sph was completely wrong due to having accidentally swapped the mapping of two parameters.
 -Make juliascope juliascope_power parameter be of type REAL_NONZERO since it's used as a denominator.
 -Make Z assignment compatible with the originals in:
  -arch, bcircle, bCollide, bent, bent2, bisplit, blob, blur_linear, blur_square, bMod, boarders, boarders2, bSwirl, bTransform, butterfly, cardioid, cell, circleblur, circlize, circlize2, circus, collideoscope, cos, cosine, cosh, coth, cpow, cpow2, crescents, cropn, csc, csch, curl, curve, dc_gridout, deltaa, diamond, disc2, eclipse, eCollide, edisc, eJulia, elliptic, eMod, eMotion, ennepers, epispiral, ePush, eRotate, eScale, eSwirl, ex, exp, expo, exponential, fan, fdisc, fibonacci, fibonacci2, fisheye, flipcircle, flipy, flower, flux, funnel, glynnia, GlynnSim1, GlynnSim2, GlynnSim3, gridout, handkerchief, heart, hole, idisc, julia, julian2, juliaNab, kaleidoscope, lazyTravis, Lissajous, mask, MobiusN, mobius_strip, modulus, murl, murl2, npolar, ortho, oscilloscope, parabola, perspective, petal, phoenix_julia, pie (was also inconsistent between cpu and gpu), poincare, popcorn, popcorn2, power, pow_block, rational3, rays, rblur, rings, rippled, roundspher, sec, secant2, sigmoid, sin, sineblur, sinh, sinusgrid, sphericaln, spiralwing, spirograph, split, squarize, squirrel, squish, sschecks, starblur, stripes, stwin, super_shape, tan, tancos, tangent, tanh, TwinTrian, twoface, unpolar, waves, wavesn, wedge_julia, whorl, xheart, zblur, zscale.

--Code changes
 -Generalize Variation::PrecalcHelper() and rename to PrePostPrecalcHelper().
  --Do the same for the OpenCL version and rename it PrePostPrecalcOpenCLString().
 -Rename Variation::m_AssignType to m_PrePostAssignType since it's only relevant to pre/post variations.
2016-01-29 17:02:15 -08:00
..
Icons --User changes 2016-01-29 17:02:15 -08:00
AboutDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
AboutDialog.h More linux work. 2014-12-10 21:50:15 -08:00
AboutDialog.ui --0.9.9.3 Release 2016-01-17 16:10:06 -08:00
csshighlighter.cpp --User changes 2015-10-26 21:31:35 -07:00
csshighlighter.h --User changes 2015-10-26 21:31:35 -07:00
CurvesGraphicsView.cpp --User changes 2015-09-12 18:33:45 -07:00
CurvesGraphicsView.h --Code changes 2016-01-04 16:50:15 -08:00
DoubleSpinBox.cpp --Code changes 2015-05-29 21:57:09 -07:00
DoubleSpinBox.h --User changes 2015-09-12 18:33:45 -07:00
DoubleSpinBoxTableItemDelegate.h --User changes 2015-10-26 21:31:35 -07:00
EmberFile.h --User changes 2016-01-29 17:02:15 -08:00
EmberTreeWidgetItem.h More linux work. 2014-12-10 21:50:15 -08:00
FinalRenderDialog.cpp --Code changes 2015-12-31 16:00:36 -08:00
FinalRenderDialog.h --User changes 2015-12-31 13:41:59 -08:00
FinalRenderDialog.ui --User changes 2015-10-26 21:31:35 -07:00
FinalRenderEmberController.cpp --Code changes 2016-01-04 16:50:15 -08:00
FinalRenderEmberController.h --User changes 2015-09-12 18:33:45 -07:00
Fractorium.cpp --User changes 2015-12-31 13:41:59 -08:00
Fractorium.h --User changes 2016-01-29 17:02:15 -08:00
Fractorium.qrc --User changes 2016-01-29 17:02:15 -08:00
Fractorium.rc --0.9.9.3 Release 2016-01-17 16:10:06 -08:00
Fractorium.ui --User changes 2016-01-29 17:02:15 -08:00
FractoriumCommon.h --Bug fixes 2016-01-16 11:51:29 -08:00
FractoriumEmberController.cpp --Code changes 2016-01-04 16:50:15 -08:00
FractoriumEmberController.h --Code changes 2016-01-04 16:50:15 -08:00
FractoriumInfo.cpp --User changes 2015-12-31 13:41:59 -08:00
FractoriumLibrary.cpp --User changes 2015-11-22 14:15:07 -08:00
FractoriumMenus.cpp --User changes 2016-01-29 17:02:15 -08:00
FractoriumPalette.cpp --User changes 2015-09-12 18:33:45 -07:00
FractoriumParams.cpp --User changes 2016-01-29 17:02:15 -08:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h --Bug fixes 2016-01-19 16:21:01 -08:00
FractoriumRender.cpp --User changes 2016-01-29 17:02:15 -08:00
FractoriumSettings.cpp --Code changes 2015-12-31 16:00:36 -08:00
FractoriumSettings.h --User changes 2015-10-26 21:31:35 -07:00
FractoriumToolbar.cpp --User changes 2016-01-29 17:02:15 -08:00
FractoriumXaos.cpp --Bug fixes 2016-01-16 11:51:29 -08:00
FractoriumXforms.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumXformsAffine.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumXformsColor.cpp --Code changes 2015-12-31 16:00:36 -08:00
FractoriumXformsSelect.cpp --User changes 2015-07-23 18:16:36 -07:00
FractoriumXformsVariations.cpp --Code changes 2016-01-04 16:50:15 -08:00
GLEmberController.cpp --User changes 2016-01-12 20:42:12 -08:00
GLEmberController.h --Code changes 2016-01-04 16:50:15 -08:00
GLWidget.cpp --User changes 2016-01-12 20:42:12 -08:00
GLWidget.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
Main.cpp --User changes 2015-10-26 21:31:35 -07:00
OptionsDialog.cpp --User changes 2015-12-31 13:41:59 -08:00
OptionsDialog.h --User changes 2015-12-31 13:41:59 -08:00
OptionsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
PaletteTableWidgetItem.h --User changes 2015-05-30 22:14:34 -07:00
qcssparser.cpp --User changes 2015-11-22 14:15:07 -08:00
qcssparser.h --User changes 2015-10-26 21:31:35 -07:00
qcssscanner.cpp --User changes 2015-10-26 21:31:35 -07:00
qcssscanner.h --User changes 2015-10-26 21:31:35 -07:00
qfunctions.h --User changes 2015-10-26 21:31:35 -07:00
QssDialog.cpp --Code changes: 2015-11-25 14:32:34 -08:00
QssDialog.h --User changes 2015-11-22 14:15:07 -08:00
QssDialog.ui --User changes 2015-11-22 14:15:07 -08:00
QssTextEdit.cpp --User changes 2015-10-26 21:31:35 -07:00
QssTextEdit.h --User changes 2015-10-26 21:31:35 -07:00
resource.h Initial source commit 2014-07-08 00:11:14 -07:00
SpinBox.cpp --Code changes 2015-05-29 21:57:09 -07:00
SpinBox.h oops 2015-05-15 18:45:57 -07:00
StealthComboBox.h More linux work. 2014-12-10 21:50:15 -08:00
TableWidget.h More linux work. 2014-12-10 21:50:15 -08:00
TwoButtonComboWidget.h More linux work. 2014-12-10 21:50:15 -08:00
VariationsDialog.cpp --Code changes 2016-01-04 16:50:15 -08:00
VariationsDialog.h --User changes 2015-07-29 17:25:02 -07:00
VariationsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
VariationTreeWidgetItem.h --User changes 2016-01-12 20:42:12 -08:00