calculator/src/CalcViewModel
Daniel Belcher 091732aa94
Feature/GraphingCalculator initial commit (#450)
Initial PR for the feature/GraphingCalculator feature branch, part of #338.

The feature incorporates a proprietary Microsoft-owned graphing engine to drive graphing experiences in the Windows Calculator app. Due to the private nature of the graphing engine, the source available in the public repo will make use of a mock graphing engine. See README.md for more details.

This PR simply serves as a base for future feature development. As such, the PR will be immediately merged. Feedback on the content of this PR, and on the feature in general, is encouraged. If there is feedback related to the content of this specific PR, please leave comments on the PR page. We will address the comments in future PRs to the feature branch.
2019-04-10 18:15:10 -07:00
..
Common Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
DataLoaders Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
GraphingCalculator Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
ApplicationViewModel.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
ApplicationViewModel.h Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
CalcViewModel.vcxproj Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
CalcViewModel.vcxproj.filters Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
DateCalculatorViewModel.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
DateCalculatorViewModel.h Fix issue with Date diff when it includes a Daylight Saving Time (#193) 2019-03-18 11:22:32 -07:00
HistoryItemViewModel.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
HistoryItemViewModel.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
HistoryViewModel.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
HistoryViewModel.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
MemoryItemViewModel.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
MemoryItemViewModel.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
packages.config Hello GitHub 2019-01-28 16:24:37 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Disable use of min/max macros defined by Windows headers. (#363) 2019-03-25 11:28:29 -07:00
StandardCalculatorViewModel.cpp Simplify multiple "or" operators (#341) 2019-03-21 10:43:59 -07:00
StandardCalculatorViewModel.h ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
targetver.h Hello GitHub 2019-01-28 16:24:37 -08:00
UnitConverterViewModel.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
UnitConverterViewModel.h ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
ViewState.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
ViewState.h Hello GitHub 2019-01-28 16:24:37 -08:00