calculator/src/Calculator/Views
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
..
StateTriggers - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
Calculator.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
Calculator.xaml.cpp 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
Calculator.xaml.h 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
CalculatorProgrammerBitFlipPanel.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorProgrammerBitFlipPanel.xaml.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
CalculatorProgrammerBitFlipPanel.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
CalculatorProgrammerDisplayPanel.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorProgrammerDisplayPanel.xaml.cpp - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
CalculatorProgrammerDisplayPanel.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
CalculatorProgrammerOperators.xaml Updated UnitConvert ComboBox and Programmer Mode Radio Button Styles to Enable IsTextScaleFactorEnabled (#92) 2019-03-05 17:27:07 -08:00
CalculatorProgrammerOperators.xaml.cpp - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
CalculatorProgrammerOperators.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
CalculatorProgrammerRadixOperators.xaml 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
CalculatorProgrammerRadixOperators.xaml.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
CalculatorProgrammerRadixOperators.xaml.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
CalculatorScientificAngleButtons.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorScientificAngleButtons.xaml.cpp Switch urls from http: to https: (#137) 2019-03-07 08:56:25 -08:00
CalculatorScientificAngleButtons.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
CalculatorScientificOperators.xaml 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
CalculatorScientificOperators.xaml.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
CalculatorScientificOperators.xaml.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
CalculatorStandardOperators.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorStandardOperators.xaml.cpp Switch urls from http: to https: (#137) 2019-03-07 08:56:25 -08:00
CalculatorStandardOperators.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
DateCalculator.xaml Activate TextSelection on all interesting values/results (#213) 2019-03-14 22:35:55 -07:00
DateCalculator.xaml.cpp fix: redundant semicolons (#230) 2019-03-09 08:16:05 -08:00
DateCalculator.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
DelighterUnitStyles.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
HistoryList.xaml Activate TextSelection on all interesting values/results (#213) 2019-03-14 22:35:55 -07:00
HistoryList.xaml.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
HistoryList.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
MainPage.xaml Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
MainPage.xaml.cpp ViewModelProperties namespaces converted to static member properties. (#306) 2019-03-20 09:56:59 -07:00
MainPage.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
Memory.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
Memory.xaml.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
Memory.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
MemoryListItem.xaml Activate TextSelection on all interesting values/results (#213) 2019-03-14 22:35:55 -07:00
MemoryListItem.xaml.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
MemoryListItem.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
NumberPad.xaml Fix grid.Row (#279) 2019-03-15 02:06:10 -07:00
NumberPad.xaml.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
NumberPad.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
OperatorsPanel.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
OperatorsPanel.xaml.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
OperatorsPanel.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
SupplementaryResults.xaml Improve performance of SupplementaryResult + Modify the height of RowDltrUnits when UnitConverter is in Landscape (#249) 2019-03-26 11:24:36 -07:00
SupplementaryResults.xaml.cpp Improve performance of SupplementaryResult + Modify the height of RowDltrUnits when UnitConverter is in Landscape (#249) 2019-03-26 11:24:36 -07:00
SupplementaryResults.xaml.h Improve performance of SupplementaryResult + Modify the height of RowDltrUnits when UnitConverter is in Landscape (#249) 2019-03-26 11:24:36 -07:00
TitleBar.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
TitleBar.xaml.cpp Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
TitleBar.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
UnitConverter.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
UnitConverter.xaml.cpp Improve performance of SupplementaryResult + Modify the height of RowDltrUnits when UnitConverter is in Landscape (#249) 2019-03-26 11:24:36 -07:00
UnitConverter.xaml.h Improve performance of SupplementaryResult + Modify the height of RowDltrUnits when UnitConverter is in Landscape (#249) 2019-03-26 11:24:36 -07:00