calculator/src/GraphControl
Stephanie Anderl cf735bbcf5
Dark Theme For Graph Control (#1106)
* Added dark them to graph control, started dark theme for the controls on the graph

* Dark theme for graphing mode updated to use event model, diagnostics added, cleaned up code that wasn't needed

* Updated prepare-release-internalonly.yaml internal package version

* Updated Theme Settings properties, removed version change, other small changes from PR feedback>

* Updated the localSettings check and updated the GraphTheme event to send bool instead of string

* Updated the equation line color to change with the graph theme

* Rebased onto master and issues created during the rebase

* Updates per code review feedback

* Update settings properties to just have IsMatchAppTheme property and updated the high contrast settings for the graph control

* Match version to current in master

* Updated per PR feedback

* Fix resetting the m_lastLineColorIndex to only happen when reassignColors is true

* Changed second if to else if in the OnPropertyChanged method

* fixed control button and equation line colors
2020-03-27 17:20:35 -07:00
..
Control Dark Theme For Graph Control (#1106) 2020-03-27 17:20:35 -07:00
DirectX Add line width option (#1098) 2020-03-26 14:15:44 -07:00
Logger Add line width option (#1098) 2020-03-26 14:15:44 -07:00
Models Allow line style to be changed (#1097) 2020-03-27 09:56:11 -07:00
Themes Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
GraphControl.vcxproj Persist variable settings after graph is plotted (#1055) 2020-03-17 11:27:00 -07:00
GraphControl.vcxproj.filters Persist variable settings after graph is plotted (#1055) 2020-03-17 11:27:00 -07:00
pch.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
pch.h Replace old C headers with the C++ ones (#1099) 2020-03-23 08:44:06 -07:00
Utils.h Removing Utils::Swap and using std::swap instead (#932) 2020-01-14 15:22:50 -08:00
winrtHeaders.h Graphing Calculator Diagnostics Instrumentation (#1041) 2020-03-12 14:05:47 -07:00