fractorium/Source/Fractorium
Person de613404de Features:
--Add support for Exr files which use 32-bit floats for each RGBA channel. Seems to come out too washed out.
--Allow for clearing an individual color curve.
--Allow for saving multiple image types in EmberRender and EmberAnimate. All writes are threaded.
--Remove --bpc command line argument. Add format png16 as a replacement.
--Remove --enable_jpg_comments and --enable_png_comments command line arguments, and replace them with --enable_comments which applies to jpg, png and exr.
--Add menu items to variations and affine spinners which allow for easy entry of specific numeric values like pi.
--Make final render dialog be wider rather than so tall.

Bug fixes:
--Fix some OpenCL compile errors on Mac.
--Remove ability to save bitmap files on all platforms but Windows.

Code changes:
--New dependency on OpenEXR.
--Allow Curves class to interact with objects of a different template type.
--Make m_Curves member of Ember always use float as template type.
--Set the length of the curves array to always be 2^17 which should offer enough precision with new 32-bit float pixel types.
--Set pixel types to always be 32-bit float. This results in a major reduction of code in the final accumulation part of Renderer.h/cpp.
--Remove corresponding code from RendererCL and FinalAccumOpenCLKernelCreator.
--Remove Transparency, NumChannels and BytesPerPixel setters from Renderer.h/cpp.
--Add new global functions to format final image buffers and place all alpha calculation and scaling code in them.
--Blending is no longer needed in OpenGLWidget because of the new pixel type.
--Make new class, AffineDoubleSpinBox.
--Attempt to make file save dialog code work the same on all OSes.
--Remove some unused functions.
2017-07-22 13:43:35 -07: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 Features: 2017-07-22 13:43:35 -07: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 Features: 2017-07-22 13:43:35 -07:00
DoubleSpinBox.h Features: 2017-07-22 13:43:35 -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 Features: 2017-07-22 13:43:35 -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 Features: 2017-07-22 13:43:35 -07:00
FinalRenderEmberController.h Features: 2017-07-22 13:43:35 -07:00
Fractorium.cpp Features: 2017-07-22 13:43:35 -07:00
Fractorium.h Features: 2017-07-22 13:43:35 -07:00
Fractorium.qrc --User changes 2017-02-26 00:02:21 -08:00
Fractorium.ui 06/6/2017 2017-06-06 16:41:00 -07:00
FractoriumCommon.h 05/31/2017 2017-05-31 19:50:05 -07:00
FractoriumEmberController.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumEmberController.h Features: 2017-07-22 13:43:35 -07:00
FractoriumInfo.cpp 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
FractoriumLibrary.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumMenus.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumPalette.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumParams.cpp --Code changes 2017-03-27 18:05:06 -07: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 Features: 2017-07-22 13:43:35 -07:00
FractoriumSettings.cpp Features: 2017-07-22 13:43:35 -07:00
FractoriumSettings.h Features: 2017-07-22 13:43:35 -07:00
FractoriumToolbar.cpp Features: 2017-07-22 13:43:35 -07: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 Features: 2017-07-22 13:43:35 -07:00
FractoriumXformsColor.cpp 05/31/2017 2017-05-31 19:50:05 -07:00
FractoriumXformsSelect.cpp 05/31/2017 2017-05-31 19:50:05 -07:00
FractoriumXformsVariations.cpp Features: 2017-07-22 13:43:35 -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 Features: 2017-07-22 13:43:35 -07: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 06/04/2017 2017-06-04 17:37:29 -07:00
OptionsDialog.cpp Features: 2017-07-22 13:43:35 -07:00
OptionsDialog.h Features: 2017-07-22 13:43:35 -07:00
OptionsDialog.ui Features: 2017-07-22 13:43:35 -07: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