calculator/src
Rudy Huyn af41a183a7 Optimize and simplify CalculationResult to be able to update the FontSize and the DisplayMargin without fully updating the Style. (#217)
- Merge the 3 CalculationResultStyle(S|M|L) in App.xaml
- Only modify CalculationResult::*FontSize in Calculator.xaml instead of fully updating the style of the control.
- Create a new property MaxFontSize in order to be able to update it without being forced to fully update the Style (because m_startingFontSize was set in OnApplyTemplate)
- Modify how DisplayMargin is managed to prevent the textblock Margin to shift when we update its value (without fully updating the Style).
2019-04-05 13:04:39 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Add additional defines for MSVC ARM and ARM64 to conv.cpp (#399) 2019-03-28 11:17:06 -07:00
Calculator 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
CalculatorUnitTests Accept plus/minus sign before a parenthesis in ClipboardManager (#346) 2019-03-25 19:09:05 -07:00
CalcViewModel Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
Calculator.sln Remove .editorconfig from sln (#290) 2019-03-13 12:50:23 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00