fractorium/Source/Fractorium
Person 8a4127d5d7 --User changes
-Add a palette editor.
 -Add support for reading .ugr/.gradient/.gradients palette files.
 -Allow toggling on spinners whose minimum value is not zero.
 -Allow toggling display of image, affines and grid.
 -Add new variations: cylinder2, circlesplit, tile_log, truchet_fill, waves2_radial.

--Bug fixes
 -cpow2 was wrong.
 -Palettes with rapid changes in color would produce slightly different outputs from Apo/Chaotica. This was due to a long standing bug from flam3.
 -Use exec() on Apple and show() on all other OSes for dialog boxes.
 -Trying to render a sequence with no frames would crash.
 -Selecting multiple xforms and rotating them would produce the wrong rotation.
 -Better handling when parsing flames using different encoding, such as unicode and UTF-8.
 -Switching between SP/DP didn't reselect the selected flame in the Library tab.

--Code changes
 -Make all types concerning palettes be floats, including PaletteTableWidgetItem.
 -PaletteTableWidgetItem is no longer templated because all palettes are float.
 -Include the source colors for user created gradients.
 -Change parallel_for() calls to work with very old versions of TBB which are lingering on some systems.
 -Split conditional out of accumulation loop on the CPU for better performance.
 -Vectorize summing when doing density filter for better performance.
 -Make all usage of palettes be of type float, double is pointless.
 -Allow palettes to reside in multiple folders, while ensuring only one of each name is added.
 -Refactor some palette path searching code.
 -Make ReadFile() throw and catch an exception if the file operation fails.
 -A little extra safety in foci and foci3D with a call to Zeps().
 -Cast to (real_t) in the OpenCL string for the w variation, which was having trouble compiling on Mac.
 -Fixing missing comma between paths in InitPaletteList().
 -Move Xml and PaletteList classes into cpp to shorten build times when working on them.
 -Remove default param values for IterOpenCLKernelCreator<T>::SharedDataIndexDefines in cpp file.
 -Change more NULL to nullptr.
2017-02-26 00:02:21 -08:00
..
Icons --User changes 2016-04-11 18:15:14 -07:00
PaletteEditor --User changes 2017-02-26 00:02:21 -08: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-02-26 00:02:21 -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 --User changes 2017-02-26 00:02:21 -08:00
DoubleSpinBox.h --User changes 2017-02-26 00:02:21 -08: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 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FinalRenderDialog.cpp --User changes 2017-02-26 00:02:21 -08:00
FinalRenderDialog.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FinalRenderDialog.ui --User changes 2015-10-26 21:31:35 -07:00
FinalRenderEmberController.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FinalRenderEmberController.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
Fractorium.cpp --User changes 2017-02-26 00:02:21 -08:00
Fractorium.h --User changes 2017-02-26 00:02:21 -08:00
Fractorium.qrc --User changes 2017-02-26 00:02:21 -08:00
Fractorium.ui --User changes 2017-02-26 00:02:21 -08:00
FractoriumCommon.h --User changes 2017-02-26 00:02:21 -08:00
FractoriumEmberController.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumEmberController.h --User changes 2017-02-26 00:02:21 -08:00
FractoriumInfo.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FractoriumLibrary.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumMenus.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumPalette.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumParams.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h --User changes 2017-02-26 00:02:21 -08:00
FractoriumRender.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FractoriumSettings.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumSettings.h --User changes 2017-02-26 00:02:21 -08:00
FractoriumToolbar.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumXaos.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumXforms.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FractoriumXformsAffine.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumXformsColor.cpp --User changes 2017-02-26 00:02:21 -08:00
FractoriumXformsSelect.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FractoriumXformsVariations.cpp --User changes 2016-04-13 20:59:57 -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-02-26 00:02:21 -08:00
GLWidget.h --User changes 2017-02-26 00:02:21 -08:00
LibraryTreeWidget.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
LibraryTreeWidget.h --User changes 2016-04-03 18:55:12 -07:00
Main.cpp --User changes 2017-02-26 00:02:21 -08:00
OptionsDialog.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
OptionsDialog.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
OptionsDialog.ui 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
PaletteEditor.ui --User changes 2017-02-26 00:02:21 -08: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 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -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 --User changes 2017-02-26 00:02:21 -08: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 --User changes 2016-06-11 17:47:03 -07:00
VariationTreeWidgetItem.h --User changes 2016-04-03 18:55:12 -07:00