calculator/src/Calculator
Rudy Huyn bd04c92c1c Simplify title bar (#442)
Fixes #407 (partially) and #441

Description of the changes:
Remove TitleBarHelper and all <Border x:Name="CustomTitleBar" />
Let the system defines the draggable region
Centralize all events and functions associated to the title bar in a single control TitleBar instead of code splitted between MainPage/TitleBar/HistoryList/Memory.
Use the standard title bar when high contrast is activated instead of the custom one.
Modify the color of the title when the window doesn't have focus
Fix the right padding of the title bar with high contrast

How changes were validated:
Manually tested with LtR and RtL languages
Manually tested with high contrast
Tested when History and Memory flyout are opened
2019-04-19 18:49:08 -07:00
..
Assets Optimised images losslessly. (#229) 2019-03-13 16:37:50 -07:00
Common Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
Controls Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
Converters Decrease CPU usage of OverflowTextBlock + optimization (#403) 2019-04-18 15:21:33 -07:00
DesignData Spelling (#135) 2019-03-07 10:27:13 -08:00
Resources Add support for Pyeong, a Korean floorspace unit. (#444) 2019-04-16 17:53:08 -07:00
Views Simplify title bar (#442) 2019-04-19 18:49:08 -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 Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
App.xaml.cpp Simplify title bar (#442) 2019-04-19 18:49:08 -07: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 Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
Calculator.vcxproj.filters Simplify title bar (#442) 2019-04-19 18:49:08 -07:00
Package.appxmanifest Hello GitHub 2019-01-28 16:24:37 -08: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 Improve the support of Narrator with parenthesis (#368) 2019-04-15 09:31:02 -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