calculator/src/Calculator/Views
Rudy Huyn 25d7a46ac1 Modify how we manage the visibility of the history button (#821)
* Modify how we manage the visibility of the history button

* rename function
2019-11-22 16:22:53 -08:00
..
StateTriggers make ControlSizeTrigger works even if the control is already loaded (#738) 2019-10-29 15:21:32 -07:00
Calculator.xaml Modify how we manage the visibility of the history button (#821) 2019-11-22 16:22:53 -08:00
Calculator.xaml.cpp Modify how we manage the visibility of the history button (#821) 2019-11-22 16:22:53 -08:00
Calculator.xaml.h Modify how we manage the visibility of the history button (#821) 2019-11-22 16:22:53 -08:00
CalculatorProgrammerBitFlipPanel.xaml Optimize BitFlipPanel to suppress flicker when users switch between bit lengths (#640) 2019-08-26 09:31:13 -07:00
CalculatorProgrammerBitFlipPanel.xaml.cpp Replace wstring used in public methods by Platform::String in CalcViewModel (#768) 2019-11-05 13:57:48 -08:00
CalculatorProgrammerBitFlipPanel.xaml.h Modify how narrator names the first and last bits of a number in Bit Flip (#675) 2019-09-27 10:39:50 -07:00
CalculatorProgrammerDisplayPanel.xaml Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
CalculatorProgrammerDisplayPanel.xaml.cpp Optimize BitFlipPanel to suppress flicker when users switch between bit lengths (#640) 2019-08-26 09:31:13 -07:00
CalculatorProgrammerDisplayPanel.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorProgrammerOperators.xaml Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorProgrammerOperators.xaml.cpp Use only NumberBase to represent radix in CalcViewModel (#797) 2019-11-14 07:09:17 -08:00
CalculatorProgrammerOperators.xaml.h Use only NumberBase to represent radix in CalcViewModel (#797) 2019-11-14 07:09:17 -08:00
CalculatorProgrammerRadixOperators.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorProgrammerRadixOperators.xaml.cpp Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorProgrammerRadixOperators.xaml.h Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorScientificAngleButtons.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorScientificAngleButtons.xaml.cpp Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorScientificAngleButtons.xaml.h Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorScientificOperators.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorScientificOperators.xaml.cpp Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorScientificOperators.xaml.h Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorStandardOperators.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorStandardOperators.xaml.cpp Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
CalculatorStandardOperators.xaml.h Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
DateCalculator.xaml Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
DateCalculator.xaml.cpp Migrate TraceLogger to runtime class (#772) 2019-11-05 18:59:24 -08:00
DateCalculator.xaml.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
DelighterUnitStyles.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
HistoryList.xaml Add copy button to history menu item context menu (#628) 2019-09-19 16:41:50 -07:00
HistoryList.xaml.cpp Add copy button to history menu item context menu (#628) 2019-09-19 16:41:50 -07:00
HistoryList.xaml.h Add copy button to history menu item context menu (#628) 2019-09-19 16:41:50 -07:00
MainPage.xaml Add KeyboardAccelerators for AlwaysOnTop (#734) 2019-11-01 17:24:27 -07:00
MainPage.xaml.cpp Migrate TraceLogger to runtime class (#772) 2019-11-05 18:59:24 -08:00
MainPage.xaml.h General improvement of the title bar for Always-On-Top. (#634) 2019-08-23 13:42:00 -07:00
Memory.xaml Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
Memory.xaml.cpp Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
Memory.xaml.h Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
MemoryListItem.xaml Activate TextSelection on all interesting values/results (#213) 2019-03-14 22:35:55 -07:00
MemoryListItem.xaml.cpp Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
MemoryListItem.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
NumberPad.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
NumberPad.xaml.cpp Use only NumberBase to represent radix in CalcViewModel (#797) 2019-11-14 07:09:17 -08:00
NumberPad.xaml.h Use only NumberBase to represent radix in CalcViewModel (#797) 2019-11-14 07:09:17 -08:00
OperatorsPanel.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
OperatorsPanel.xaml.cpp Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
OperatorsPanel.xaml.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07: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 Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
SupplementaryResults.xaml.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
TitleBar.xaml Add KeyboardAccelerators for AlwaysOnTop (#734) 2019-11-01 17:24:27 -07:00
TitleBar.xaml.cpp Replace wstring used in public methods by Platform::String in CalcViewModel (#768) 2019-11-05 13:57:48 -08:00
TitleBar.xaml.h General improvement of the title bar for Always-On-Top. (#634) 2019-08-23 13:42:00 -07:00
UnitConverter.xaml Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00
UnitConverter.xaml.cpp Convert CopyPasteManager to runtime class (#766) 2019-11-13 15:15:13 -08:00
UnitConverter.xaml.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00