fractorium/Source/Fractorium
mfeemster 2df1f7a52b Affine2D: Remove * operator, it's unused.
RendererBase: Add ComputeCamera() as a virtual function. Add strips parameter to TotalIterCount().

Renderer: Implement ComputeCamera() as an override.

SpatialFilter: Ensure filters that are too small are made large enough to create.

FinalRenderDialog: Add estimated iters table row and populate on all UI updates.

FractoriumParams: Zoom was not being saved, loaded. Fixed.

GLWidget: Prevent mouse wheel event from being passed to the scroll bars. It should only affect the scale.
2014-10-18 12:56:37 -07:00
..
Icons Numerous fixes 2014-07-18 23:33:18 -07:00
AboutDialog.cpp Initial source commit 2014-07-08 00:11:14 -07:00
AboutDialog.h Initial source commit 2014-07-08 00:11:14 -07:00
AboutDialog.ui Initial VS2013, C++11 and linux commit. This most likely won't build and suffers from some compiler issues. More commits to follow. 2014-08-31 21:25:15 -07:00
DoubleSpinBox.cpp Remove focus handling code from spin boxes. It was originally done to compensate for a bug in Qt, but required the user to make very precise mouse movements. This is no longer needed since the bug has been fixed. 2014-10-16 23:05:08 -07:00
DoubleSpinBox.h 0.4.0.9 Beta 07/27/2014 2014-07-27 22:25:38 -07:00
EmberFile.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
EmberTreeWidgetItem.h Initial source commit 2014-07-08 00:11:14 -07:00
FinalRenderDialog.cpp Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
FinalRenderDialog.h Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
FinalRenderDialog.ui Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
FinalRenderEmberController.cpp Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
FinalRenderEmberController.h Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
Fractorium.aps Initial source commit 2014-07-08 00:11:14 -07:00
Fractorium.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
Fractorium.h Add random Xaos button. 2014-10-15 20:09:44 -07:00
Fractorium.qrc Numerous fixes 2014-07-18 23:33:18 -07:00
Fractorium.rc Initial VS2013, C++11 and linux commit. This most likely won't build and suffers from some compiler issues. More commits to follow. 2014-08-31 21:25:15 -07:00
Fractorium.ui Add random Xaos button. 2014-10-15 20:09:44 -07:00
FractoriumEmberController.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumEmberController.h Add random Xaos button. 2014-10-15 20:09:44 -07:00
FractoriumInfo.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumLibrary.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumMenus.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumPalette.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumParams.cpp Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumRender.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumSettings.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumSettings.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumToolbar.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumXforms.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumXformsAffine.cpp Remove focus handling code from spin boxes. It was originally done to compensate for a bug in Qt, but required the user to make very precise mouse movements. This is no longer needed since the bug has been fixed. 2014-10-16 23:05:08 -07:00
FractoriumXformsColor.cpp 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
FractoriumXformsVariations.cpp 0.4.0.9 Beta 07/27/2014 2014-07-27 22:25:38 -07:00
FractoriumXformsXaos.cpp Add random Xaos button. 2014-10-15 20:09:44 -07:00
GLEmberController.cpp Initial source commit 2014-07-08 00:11:14 -07:00
GLEmberController.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
GLWidget.cpp Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
GLWidget.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
Main.cpp Numerous fixes 2014-07-18 23:33:18 -07:00
OptionsDialog.cpp Add random Xaos button. 2014-10-15 20:09:44 -07:00
OptionsDialog.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
OptionsDialog.ui 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
resource.h Initial source commit 2014-07-08 00:11:14 -07:00
SpinBox.cpp Remove focus handling code from spin boxes. It was originally done to compensate for a bug in Qt, but required the user to make very precise mouse movements. This is no longer needed since the bug has been fixed. 2014-10-16 23:05:08 -07:00
SpinBox.h Initial source commit 2014-07-08 00:11:14 -07:00
StealthComboBox.h Initial source commit 2014-07-08 00:11:14 -07:00
TableWidget.h Initial source commit 2014-07-08 00:11:14 -07:00
TwoButtonComboWidget.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00
TwoButtonWidget.cpp Initial source commit 2014-07-08 00:11:14 -07:00
VariationTreeWidgetItem.h 0.4.1.3 Beta 10/14/2014 2014-10-14 08:53:15 -07:00