fractorium/Source/Fractorium
Person fcd060976c --User changes
-Support 4k monitors, and in general, properly scale any monitor that is not HD.
 -Allow for a spatial filter of radius zero, which means do not use a spatial filter.
 -Add new variations: concentric, cpow3, helicoid, helix, rand_cubes, sphereblur.
 -Use a new method for computing elliptic which is more precise. Developed by Discord user Claude.
 -Remove the 8 variation per xform limitation on the GPU.
 -Allow for loading the last flame file on startup, rather than randoms.
 -Use two different default quality values in the interactive renderer, one each for CPU and GPU.
 -Creating linked xforms was using non-standard behavior. Make it match Apo and also support creating multiple linked xforms at once.

--Bug fixes
 -No variations in an xform used to have the same behavior as a single linear variation with weight 1. While sensible, this breaks backward compatibility. No variations now sets the output point to zeroes.
 -Prevent crashing the program when adjusting a value on the main window while a final render is in progress.
 -The xaos table was inverted.

--Code changes
 -Convert projects to Visual Studio 2017.
 -Change bad vals from +- 1e10 to +-1e20.
 -Reintroduce the symmetry tag in xforms for legacy support in programs that do not use color_speed.
 -Compiler will not let us use default values in templated member functions anymore.
2017-11-26 17:27:00 -08:00
..
Icons --Bug Fixes 2017-03-02 20:04:47 -08:00
PaletteEditor Features: 2017-07-22 13:43:35 -07:00
AboutDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
AboutDialog.h --User changes 2016-04-03 18:55:12 -07:00
AboutDialog.ui --User changes 2017-11-26 17:27:00 -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 --User changes 2017-02-26 00:02:21 -08:00
DoubleSpinBox.cpp Bug fixes: 2017-07-22 18:30:25 -07:00
DoubleSpinBox.h Bug fixes: 2017-07-22 18:30:25 -07:00
DoubleSpinBoxTableItemDelegate.h --User changes 2017-02-26 00:02:21 -08:00
EmberFile.h --User changes 2016-06-11 17:47:03 -07:00
EmberTreeWidgetItem.h Features: 2017-07-22 13:43:35 -07:00
FinalRenderDialog.cpp 1.0.0.6 Release 2017-09-02 23:01:10 -07:00
FinalRenderDialog.h Features: 2017-07-22 13:43:35 -07:00
FinalRenderDialog.ui Features: 2017-07-22 13:43:35 -07:00
FinalRenderEmberController.cpp --User changes 2017-11-26 17:27:00 -08:00
FinalRenderEmberController.h Features: 2017-07-22 13:43:35 -07:00
Fractorium.cpp --User changes 2017-11-26 17:27:00 -08:00
Fractorium.h --User changes 2017-11-26 17:27:00 -08:00
Fractorium.qrc --User changes 2017-02-26 00:02:21 -08:00
Fractorium.ui --User changes 2017-11-26 17:27:00 -08:00
FractoriumCommon.h 05/31/2017 2017-05-31 19:50:05 -07:00
FractoriumEmberController.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumEmberController.h --User changes 2017-11-26 17:27:00 -08:00
FractoriumInfo.cpp Bug fixes: 2017-07-26 21:25:44 -07:00
FractoriumLibrary.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumMenus.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumPalette.cpp Bug fixes: 2017-08-17 22:40:03 -07:00
FractoriumParams.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h Features: 2017-07-22 13:43:35 -07:00
FractoriumRender.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumSettings.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumSettings.h --User changes 2017-11-26 17:27:00 -08:00
FractoriumToolbar.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumXaos.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumXforms.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumXformsAffine.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumXformsColor.cpp Bug fixes: 2017-08-18 07:16:30 -07:00
FractoriumXformsSelect.cpp --User changes 2017-11-26 17:27:00 -08:00
FractoriumXformsVariations.cpp Bug fixes: 2017-07-26 21:25:44 -07:00
GLEmberController.cpp --User changes 2017-02-26 00:02:21 -08:00
GLEmberController.h --User changes 2017-02-26 00:02:21 -08:00
GLWidget.cpp --User changes 2017-11-26 17:27:00 -08:00
GLWidget.h --User changes 2017-02-26 00:02:21 -08:00
LibraryTreeWidget.cpp --Bug fixes: 2017-03-04 07:46:28 -08:00
LibraryTreeWidget.h --User changes 2016-04-03 18:55:12 -07:00
Main.cpp --User changes 2017-11-26 17:27:00 -08:00
OptionsDialog.cpp --User changes 2017-11-26 17:27:00 -08:00
OptionsDialog.h --User changes 2017-11-26 17:27:00 -08:00
OptionsDialog.ui --User changes 2017-11-26 17:27:00 -08:00
PaletteEditor.ui 06/09/2017 2017-06-09 19:38:06 -07:00
PaletteTableWidgetItem.h --User changes 2017-02-26 00:02:21 -08: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 --Bug fixes: 2017-04-04 16:21:58 -07:00
QssDialog.h --Bug fixes: 2017-04-04 16:21:58 -07: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 Features: 2017-07-22 13:43:35 -07:00
SpinBox.h --User changes 2017-02-26 00:02:21 -08:00
StealthComboBox.h --User changes 2016-04-03 18:55:12 -07:00
TableWidget.h --User changes 2016-04-03 18:55:12 -07:00
TwoButtonComboWidget.h More linux work. 2014-12-10 21:50:15 -08:00
VariationsDialog.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
VariationsDialog.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
VariationsDialog.ui 06/6/2017 2017-06-06 16:41:00 -07:00
VariationTreeWidgetItem.h --User changes 2016-04-03 18:55:12 -07:00