calculator/src/CalcManager
Rudy Huyn 6e521d8f29
Remove LRE/LRO characters from results and error messages (#1161)
* Remove LRE/LRO characters and rely on Xaml to correctly displayed the numbers and error messages RtL

* unit tests
2020-04-30 12:04:33 -07:00
..
CEngine Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
Header Files Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
Ratpack Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalcManager.vcxproj Update GraphingCalculator Projects to allow official builds (#852) 2019-12-10 16:15:49 -08:00
CalcManager.vcxproj.filters merge with master 2019-12-02 19:36:54 -08:00
CalculatorHistory.cpp Remove LRE/LRO characters from results and error messages (#1161) 2020-04-30 12:04:33 -07:00
CalculatorHistory.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalculatorManager.cpp Simplify bools. (#1116) 2020-04-02 10:20:17 -07:00
CalculatorManager.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalculatorResource.h merge with master 2019-12-02 19:36:54 -08:00
CalculatorVector.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
Command.h Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
ExpressionCommand.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
ExpressionCommand.h merge with master 2019-12-02 19:36:54 -08:00
ExpressionCommandInterface.h merge with master 2019-12-02 19:36:54 -08:00
NumberFormattingUtils.cpp Using wstring::find_last_not_of in CalcManager::NumberFormattingUtils::TrimTrailingZeroes (#898) 2020-01-06 13:36:58 -08:00
NumberFormattingUtils.h Merge master into feature/GraphingCalculator branch (#660) 2019-09-05 15:01:12 -07:00
pch.cpp Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
pch.h Replace old C headers with the C++ ones (#1099) 2020-03-23 08:44:06 -07:00
sal_cross_platform.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
UnitConverter.cpp Remove unused "this" in async lambda expression (#1094) 2020-03-17 09:56:54 -07:00
UnitConverter.h Reducing the number of wstring copies when constructing Unit and Category (#936) 2020-03-13 11:06:20 -07:00
winerror_cross_platform.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00