calculator/src/Calculator
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
..
Assets Optimised images losslessly. (#229) 2019-03-13 16:37:50 -07:00
Common Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
Controls Optimize and simplify CalculationResult to be able to update the FontSize and the DisplayMargin without fully updating the Style. (#217) 2019-04-05 13:04:39 -07:00
Converters Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
DesignData Spelling (#135) 2019-03-07 10:27:13 -08:00
Resources Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
Views Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
AboutFlyout.xaml Update the year in the Copyright string (#320) 2019-03-25 11:11:24 -07:00
AboutFlyout.xaml.cpp Update the year in the Copyright string (#320) 2019-03-25 11:11:24 -07:00
AboutFlyout.xaml.h Hello GitHub 2019-01-28 16:24:37 -08:00
App.xaml Optimize and simplify CalculationResult to be able to update the FontSize and the DisplayMargin without fully updating the Style. (#217) 2019-04-05 13:04:39 -07:00
App.xaml.cpp - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
App.xaml.h Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.rc Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.vcxproj Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
Calculator.vcxproj.filters Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
Package.appxmanifest Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
packages.config Update WinUI to 2.0.181018004 (#18) 2019-02-13 09:44:02 -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
TemporaryKey.pfx Add TemporaryKey.pfx (#354) 2019-03-21 17:03:42 -07:00
WindowFrameService.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
WindowFrameService.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00