msft-calculator/src/CalcViewModel
dovisutu 5403adc914
Fix the operand order of logbasex for consistency (#1115)
* Fix #851: inconsistent operand order for log_y(x)

 - fixed the bug in scioper.cpp
 - changed the related test in CalculatorUnitTests
 - also changed the text in GraphingNumpad

* Change the name of LogBaseX for consistency

basically every occurence is repalced by logbasey, except
for the localized string for narrator, which I left for
the localization team to fix.

* Fix the test

* Revert GraphingNumPad.cpp

* Fixup according to review
2020-04-03 10:34:59 -07:00
..
Common Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
DataLoaders merge with master 2019-12-02 19:36:54 -08:00
GraphingCalculator Dark Theme For Graph Control (#1106) 2020-03-27 17:20:35 -07:00
ApplicationViewModel.cpp Add preview tag to Graphing feature (#907) 2020-01-08 10:34:05 -08:00
ApplicationViewModel.h Add preview tag to Graphing feature (#907) 2020-01-08 10:34:05 -08:00
CalcViewModel.vcxproj Revert dual screen (#1134) 2020-04-01 11:18:04 -07:00
CalcViewModel.vcxproj.filters Revert dual screen (#1134) 2020-04-01 11:18:04 -07:00
DateCalculatorViewModel.cpp Remove adjustment from local time (#834) 2020-03-25 04:20:13 -07:00
DateCalculatorViewModel.h Remove adjustment from local time (#834) 2020-03-25 04:20:13 -07:00
GraphingCalculatorEnums.h Key graph features (#704) 2019-11-12 13:46:11 -08:00
HistoryItemViewModel.cpp Using wstring instead of wstringstream where appropriate (#881) 2019-12-19 01:50:31 -08:00
HistoryItemViewModel.h merge with master 2019-12-02 19:36:54 -08:00
HistoryViewModel.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
HistoryViewModel.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
MemoryItemViewModel.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
MemoryItemViewModel.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
pch.cpp Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
pch.h Hide or Disable graphing calculator menu item when necessary (#848) 2019-12-06 15:03:07 -08:00
StandardCalculatorViewModel.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
StandardCalculatorViewModel.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
targetver.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
UnitConverterViewModel.cpp Make unit converters stil working when users opened 'Currency' in offline mode (#1022) 2020-02-25 16:34:18 -08:00
UnitConverterViewModel.h Make unit converters stil working when users opened 'Currency' in offline mode (#1022) 2020-02-25 16:34:18 -08:00
ViewState.cpp Modify how Calculator manages the visibility of the History button (#712) 2019-11-05 15:04:28 -08:00
ViewState.h Modify how Calculator manages the visibility of the History button (#712) 2019-11-05 15:04:28 -08:00