fractorium/Source/Fractorium
mfeemster 6b2b6ede7f Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips.
Change PaletteList Count() member to Size() to be consistent with other code.

Remove PaletteImage option, it's unused. Improve documentation for some other options.

Make ComposePath() always return a unique string.

Add Random Palette and Random Adjustment buttons.

Another attempt at solving the locale bug with the affine adjustment combo boxes.
2014-10-27 14:21:06 -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 Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -07:00
FinalRenderDialog.h Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -07:00
FinalRenderDialog.ui Affine2D: Remove * operator, it's unused. 2014-10-18 12:56:37 -07:00
FinalRenderEmberController.cpp Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -07:00
FinalRenderEmberController.h Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -07:00
Fractorium.aps Initial source commit 2014-07-08 00:11:14 -07:00
Fractorium.cpp Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -07:00
Fractorium.h Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -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 Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -07:00
FractoriumEmberController.cpp Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -07:00
FractoriumEmberController.h Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -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 Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -07:00
FractoriumParams.cpp Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -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 Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -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 Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -07:00
FractoriumXformsColor.cpp Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -07:00
FractoriumXformsVariations.cpp 0.4.0.9 Beta 07/27/2014 2014-07-27 22:25:38 -07:00
FractoriumXformsXaos.cpp Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -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 Fix bug when using rotation with strips by adding a new member to Ember named m_RotCenterY which is a copy of the original center value since the center value gets changed when using strips. 2014-10-27 14:21:06 -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