calculator/src/GraphingInterfaces
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
..
Common.h Making Graphing::Color fully constexpr (#1010) 2020-02-06 15:13:38 -08:00
GraphingEnums.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IBitmap.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IEquation.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IEquationOptions.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IGraph.h Improve error handling by displaying an error message (#1075) 2020-03-25 15:18:34 -07:00
IGraphAnalyzer.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IGraphingOptions.h Dark Theme For Graph Control (#1106) 2020-03-27 17:20:35 -07:00
IGraphRenderer.h Fix crash when setting graph options to very large numbers (#904) 2020-01-08 15:06:26 -08:00
IMathSolver.h Improve error handling by displaying an error message (#1075) 2020-03-25 15:18:34 -07:00