fractorium/Source/Fractorium
mfeemster 8a3521206b Add "ISO-8859-1" as the encoding type when reading Xml files.
Fix small bug when setting the current ember in the final render dialog when showing it.

Have Wix installer point to proper location for installed vcredist DLLs.

Remove VS2010 builds dir.
2014-12-05 20:04:41 -08: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 Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08: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 Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08:00
FinalRenderDialog.h Replace all instances of auto_ptr with unique_ptr. 2014-10-18 14:07:07 -07:00
FinalRenderDialog.ui Remove passes. 2014-11-02 23:16:34 -08:00
FinalRenderEmberController.cpp Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08: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 Remove passes. 2014-11-02 23:16:34 -08:00
Fractorium.h 0.4.1.5 Beta 11/28/2014 2014-11-28 01:37:51 -08:00
Fractorium.qrc Numerous fixes 2014-07-18 23:33:18 -07:00
Fractorium.rc Add "ISO-8859-1" as the encoding type when reading Xml files. 2014-12-05 20:04:41 -08:00
Fractorium.ui 0.4.1.5 Beta 11/28/2014 2014-11-28 01:37:51 -08:00
FractoriumEmberController.cpp 0.4.1.6 Beta 11/29/2014 2014-11-29 09:44:23 -08:00
FractoriumEmberController.h 0.4.1.5 Beta 11/28/2014 2014-11-28 01:37:51 -08: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.6 Beta 11/29/2014 2014-11-29 09:44:23 -08: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 0.4.1.6 Beta 11/29/2014 2014-11-29 09:44:23 -08: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.5 Beta 11/28/2014 2014-11-28 01:37:51 -08: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 Remove passes. 2014-11-02 23:16:34 -08: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.1.5 Beta 11/28/2014 2014-11-28 01:37:51 -08: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 0.4.1.5 Beta 11/28/2014 2014-11-28 01:37:51 -08: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 Remove passes. 2014-11-02 23:16:34 -08: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