calculator/src/Calculator
Rudy Huyn 0d31d5a5a2 Fix UI issues with UnitConverter in RtL (#410)
Fix #409 - Some content in Currency Converter not right-aligned properly in RtL
Fix #59 Currency symbol precedence is opposite of system setting in RTL languages

Description of the changes:
Add a property FlowDirectionHorizontalAlignment in UnitConverter to align some controls to the right (without modifying the FlowDirection of their parent items)
Force FlowDirection of Value1Container and Value2Container to LeftToRight (but align panels to the right)

How changes were validated:
Tested with LtR and RtL languages and with currency symbols on the left and on the right.
2019-04-19 18:37:50 -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 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 Fix UI issues with UnitConverter in RtL (#410) 2019-04-19 18:37:50 -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 Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -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 Decrease CPU usage of OverflowTextBlock + optimization (#403) 2019-04-18 15:21:33 -07:00
Calculator.vcxproj.filters Decrease CPU usage of OverflowTextBlock + optimization (#403) 2019-04-18 15:21:33 -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