calculator/src/CalcViewModel/Common
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
..
Automation Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
AlwaysSelectedCollectionView.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
AppResourceProvider.cpp Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
AppResourceProvider.h Hello GitHub 2019-01-28 16:24:37 -08:00
BindableBase.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
BindableBase.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorButtonPressedEventArgs.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorButtonPressedEventArgs.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
CalculatorButtonUser.h Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
CalculatorDisplay.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
CalculatorDisplay.h Fixes #282 Narrator does not convey error information when no more Right Parenthesis can be added in expression. (#284) 2019-03-14 16:20:05 -07:00
ConversionResultTaskHelper.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
ConversionResultTaskHelper.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
CopyPasteManager.cpp Accept plus/minus sign before a parenthesis in ClipboardManager (#346) 2019-03-25 19:09:05 -07:00
CopyPasteManager.h Added support for pasting of monetary values (#176) 2019-03-15 17:45:49 -07:00
DateCalculator.cpp Fix issue with Date diff when it includes a Daylight Saving Time (#193) 2019-03-18 11:22:32 -07:00
DateCalculator.h Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
DelegateCommand.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
DisplayExpressionToken.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
EngineResourceProvider.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
EngineResourceProvider.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
ExpressionCommandDeserializer.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
ExpressionCommandDeserializer.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
ExpressionCommandSerializer.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
ExpressionCommandSerializer.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
KeyboardShortcutManager.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
KeyboardShortcutManager.h Apply spell check (#41) 2019-02-26 20:41:04 -08:00
LocalizationService.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
LocalizationService.h - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
LocalizationSettings.h Replace custom ARRAYSIZE macro with std::size (#208) 2019-03-14 21:06:12 -07:00
LocalizationStringUtil.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
MyVirtualKey.h Hello GitHub 2019-01-28 16:24:37 -08:00
NavCategory.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
NavCategory.h Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
NetworkManager.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
NetworkManager.h Hello GitHub 2019-01-28 16:24:37 -08:00
TraceActivity.h Hello GitHub 2019-01-28 16:24:37 -08:00
TraceLogger.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
TraceLogger.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
Utils.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
Utils.h Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
ValidatingConverters.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00