fractorium/Source/Fractorium
mfeemster 7c856c929c --Bug fixes
-Really fix locking of affine scale.

--Code changes
 -Remove dependency projects from the solution. Move to a project design where they are built once via command line and stored in a /Deps folder.
  --Because of this, libpng is built as a static lib instead of a dll because that's what its command line makefile supports.
  --Remove libpng16.dll from Wix installer.
 -Remove all configs except for debug and release.
 -Remove all platforms except for x64.
 -Add #define __TBB_NO_IMPLICIT_LINKAGE 1 to prevent tbb from locking for tbb_debug.lib by default on debug builds.
 -Put Ember.rc in a filter folder in the project.
 -Place pragma warning disable statements in PCH files rather than in projects. This makes it easier when using Qt Creator.
 -Move all resource files to the MSVC folder.
 -Set all targets in QtCreator project to their lowercase names to be more *nix friendly. Set -l link statements to use these new lowercase names for ember and embercl.
 -Rework projects to favor shadow builds.
 -Remove the symlinks.sh file and all references to it. It was never needed. Instead, just specify multiple include and link paths in the .pro files.
 -Change WIN32 to _WIN32.
 -Fix a few code warnings.
2016-03-01 17:26:45 -08:00
..
Icons Merge branch 'master' of https://github.com/mfeemster/fractorium.git 2016-01-29 17:02:26 -08:00
AboutDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
AboutDialog.h More linux work. 2014-12-10 21:50:15 -08:00
AboutDialog.ui --User changes 2016-02-15 12:02:37 -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 --Code changes 2016-01-04 16:50:15 -08:00
DoubleSpinBox.cpp --User changes 2016-02-20 18:44:52 -08:00
DoubleSpinBox.h --User changes 2016-02-11 21:38:21 -08:00
DoubleSpinBoxTableItemDelegate.h --User changes 2015-10-26 21:31:35 -07:00
EmberFile.h --Bug fixes 2016-03-01 17:26:45 -08:00
EmberTreeWidgetItem.h --Code changes 2016-02-13 17:24:51 -08:00
FinalRenderDialog.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FinalRenderDialog.h --User changes 2015-12-31 13:41:59 -08:00
FinalRenderDialog.ui --User changes 2015-10-26 21:31:35 -07:00
FinalRenderEmberController.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FinalRenderEmberController.h --Bug fixes 2016-02-25 21:38:45 -08:00
Fractorium.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
Fractorium.h --User changes 2016-02-20 18:44:52 -08:00
Fractorium.qrc --User changes 2016-01-29 17:02:15 -08:00
Fractorium.ui --User changes 2016-02-20 18:44:52 -08:00
FractoriumCommon.h --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumEmberController.cpp --Bug fixes 2016-02-29 16:35:25 -08:00
FractoriumEmberController.h --Bug fixes 2016-02-29 16:35:25 -08:00
FractoriumInfo.cpp --Bug fixes 2016-02-15 18:54:24 -08:00
FractoriumLibrary.cpp --Code changes 2016-02-13 17:24:51 -08:00
FractoriumMenus.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumPalette.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumParams.cpp --User changes 2016-02-11 21:38:21 -08:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumRender.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumSettings.cpp --Bug fixes 2016-02-18 19:31:06 -08:00
FractoriumSettings.h --Code changes 2016-02-13 17:24:51 -08:00
FractoriumToolbar.cpp --User changes 2016-01-29 17:02:15 -08:00
FractoriumXaos.cpp --User changes 2016-02-20 18:44:52 -08:00
FractoriumXforms.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumXformsAffine.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
FractoriumXformsColor.cpp --Code changes 2016-02-13 17:24:51 -08:00
FractoriumXformsSelect.cpp 0.9.9.4 Release 2016-02-21 18:53:36 -08:00
FractoriumXformsVariations.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
GLEmberController.cpp --Code changes 2016-02-13 17:24:51 -08:00
GLEmberController.h --User changes 2016-02-11 21:38:21 -08:00
GLWidget.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
GLWidget.h --User changes 2016-02-11 21:38:21 -08:00
Main.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
OptionsDialog.cpp --User changes 2015-12-31 13:41:59 -08:00
OptionsDialog.h --User changes 2015-12-31 13:41:59 -08:00
OptionsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
PaletteTableWidgetItem.h --User changes 2015-05-30 22:14:34 -07: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 --Code changes: 2015-11-25 14:32:34 -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 2016-02-20 18:44:52 -08:00
SpinBox.h --Code changes 2016-02-13 17:24:51 -08:00
StealthComboBox.h More linux work. 2014-12-10 21:50:15 -08:00
TableWidget.h More linux work. 2014-12-10 21:50:15 -08:00
TwoButtonComboWidget.h More linux work. 2014-12-10 21:50:15 -08:00
VariationsDialog.cpp --Code changes 2016-02-18 18:58:24 -08:00
VariationsDialog.h --Code changes 2016-02-18 18:58:24 -08:00
VariationsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
VariationTreeWidgetItem.h --User changes 2016-02-11 21:38:21 -08:00