Commit graph

  • 5b21fa59a4 Updated parameters on YAML and removed VSTest Installer Task Hassan Uraizee 2019-04-17 10:12:31 -07:00
  • 7c55535163 Reformated the code. Took out the extra space. Implemented the changes that danbelcher-MSFT wanted to make. Abdu Ameen 2019-04-17 11:20:44 -04:00
  • 24f3f437aa
    Fix _In_ attributes in CalculatorHistory Tobias Nießen 2019-04-17 16:44:47 +02:00
  • 5f060696b2 Moved variables closer to their first usage point Nicholas Baron 2019-04-17 00:01:02 -07:00
  • 815ac65c98 OperandLength now takes a const wstring& Nicholas Baron 2019-04-16 23:59:35 -07:00
  • c577b058a1 Added a early return in ProgrammerOperandLength Nicholas Baron 2019-04-16 23:29:04 -07:00
  • b6b4f41f53 Prevented unneeded copies from being made. Nicholas Baron 2019-04-16 23:27:54 -07:00
  • b8e5e22d11 Removed unneeded comments Nicholas Baron 2019-04-16 23:26:13 -07:00
  • 39bd629a40 StandardScientificOperandLength now uses a const wstring& Nicholas Baron 2019-04-16 23:23:57 -07:00
  • a6864144f7 Removed remaining conflicting styles from rebase operation. Lance McCarthy 2019-04-16 23:39:01 -04:00
  • 621652ab66 Removed merge artifacts Lance McCarthy 2019-04-16 23:14:33 -04:00
  • c5381f7f02 Completed View (Calculator.xaml) Lance McCarthy 2019-04-04 16:43:55 -04:00
  • 707d51e999 verify if m_expressionContainer is set when scrolling left or right Rudy Huyn 2019-04-16 18:17:22 -07:00
  • b83657e66f take feedback into account and modify OverflowTextblock::OnApplyTemplate to make this control customizable by other developers Rudy Huyn 2019-04-16 18:09:04 -07:00
  • 853704c1c2 Add support for Pyeong, a Korean floorspace unit. (#444) Seulgi Kim 2019-04-16 17:53:08 -07:00
  • c150cd4ece Removed AppBar, OperatorTextBox and OperandTextBox controls (#440) jatinkumar 2019-04-16 20:46:07 -04:00
  • 7a7ceb5888 Modify how modulo is calculated in Normal and Scientific mode. (#412) Rudy Huyn 2019-04-16 17:17:24 -07:00
  • ad25feda6b Keep input when users refresh currency rates (#369) Rudy Huyn 2019-04-16 11:29:43 -07:00
  • 1201a6d263 Updated UI Tests YAML Hassan Uraizee 2019-04-15 21:23:16 -07:00
  • 73b2a712a2 - Remove ScaleRange/MoveRangeByRatio from UI Daniel Belcher 2019-04-14 20:54:29 -07:00
  • 1b92ba5fe4 - Use UIElement.ManipulationDelta protected event handler instead of GestureRecognizer. Daniel Belcher 2019-04-14 20:21:50 -07:00
  • 408a0d81ac - Add translation support. Daniel Belcher 2019-04-12 14:22:39 -07:00
  • 943b0e1fe2 Add include to ExpressionCommandInterface, in-order to build with GCC/libstdc++ Daniel Belcher 2019-04-15 15:11:12 -07:00
  • d915f069af
    Merge branch 'master' into dabelc/PchCleanup Daniel Belcher 2019-04-15 15:08:14 -07:00
  • 0b26180575 Apply suggestions from code review Michał Janiszewski 2019-04-15 15:02:48 -07:00
  • 1e98b6d501 Update src/CalcManager/Ratpack/num.cpp Michał Janiszewski 2019-04-15 15:01:42 -07:00
  • 7b05e52fe4 Update src/CalcManager/Ratpack/ratpak.h Michał Janiszewski 2019-04-15 15:01:33 -07:00
  • f0bf82f9e3 Update src/CalcManager/Ratpack/support.cpp Michał Janiszewski 2019-04-15 15:01:14 -07:00
  • aae068e351 Update src/CalcManager/UnitConverter.cpp Michał Janiszewski 2019-04-15 15:01:04 -07:00
  • 3d76ed68a4 Update src/CalcManager/UnitConverter.h Michał Janiszewski 2019-04-15 15:00:46 -07:00
  • 775771d62a
    Internal builds now require the OAuth access token (#457) Matt Cooley 2019-04-15 14:12:10 -07:00
  • 8fb790efe4 Internal builds now require the OAuth access token Matt Cooley 2019-04-15 13:14:04 -07:00
  • 5a6c6f4274 Prevent the application to crash when the current page is Date Calculation and users paste a text (#391) Rudy Huyn 2019-04-15 09:51:06 -07:00
  • 109326508f Improve the support of Narrator with parenthesis (#368) Rudy Huyn 2019-04-15 09:31:02 -07:00
  • da6366afdd - Handle Scaling gestures using GestureRecognizer. Works for both MouseWheel Zoom and Pinch to Zoom. Daniel Belcher 2019-04-10 14:28:08 -07:00
  • c5bd06af90 - Mouse wheel can be used to zoom in/out of the graph. Daniel Belcher 2019-04-01 17:20:21 -07:00
  • fdc65a7045 - Expose MoveRangeByRatio from the UI Daniel Belcher 2019-04-01 00:51:43 -07:00
  • 969936d04f - Expose ScaleRange from the UI Daniel Belcher 2019-04-01 00:08:37 -07:00
  • d6812e0880 - Add to IGraphRenderer functions for panning and zooming Daniel Belcher 2019-03-31 23:17:01 -07:00
  • 1e5f5ec701 Add precheck Seulgi Kim 2019-04-14 18:52:30 -07:00
  • 9a7defdd06 Rename variables and add comments around why checking if units alredy have values. Seulgi Kim 2019-04-14 18:48:16 -07:00
  • f049b4a3ee Remove m_is_firstTime Seulgi Kim 2019-04-14 18:09:03 -07:00
  • f9b403fbc7 Do not set units to default values if they already have valid values. Seulgi Kim 2019-04-14 17:55:38 -07:00
  • c34aecec6e take feedback into account Rudy Huyn 2019-04-13 12:45:41 -07:00
  • 737c703960 Merge branch 'FixCountryListOrder' of https://github.com/rudyhuyn/calculator into FixCountryListOrder Rudy Huyn 2019-04-13 01:04:26 -07:00
  • 796343c560 merge with Master Rudy Huyn 2019-04-13 01:04:02 -07:00
  • b1c95abf87 separate unit tests Rudy Huyn 2019-04-13 00:55:12 -07:00
  • ae0814c80a make UnitConverter::Calculate and UnitConverter::ResetCategoriesAndRatios public Rudy Huyn 2019-04-13 00:26:58 -07:00
  • 6fc723af8d Merge remote-tracking branch 'upstream/master' into Fix260 Rudy Huyn 2019-04-13 00:03:42 -07:00
  • c7138e22d2 Updated Calculator WinAppDriver project from initial PR review feedback. Hassan Uraizee 2019-04-12 18:13:56 -07:00
  • 9e8611de83 fix spacing Howard Wolosky 2019-04-12 17:45:36 -07:00
  • 8c57129548 Fix typo Seulgi Kim 2019-04-12 16:14:32 -07:00
  • 4fff486c5c Improve coding style Seulgi Kim 2019-04-12 16:13:47 -07:00
  • afdda581a4 Drop unneeded const-qualifier on return type (#396) Michał Janiszewski 2019-04-12 22:40:02 +02:00
  • 45897f9b96 Removed PinUnpinAppBarButtonOnClicked from MainPage Jatin Kumar 2019-04-12 15:22:00 -04:00
  • 1fce3f83eb updated ApplicationViewModel.cpp Jatin Kumar 2019-04-11 19:24:30 -04:00
  • 4c121f6c43 Code cleaning: removed AppBarVisibility and PinUnpinAppBarButtonOnClicked Jatin Kumar 2019-04-11 18:29:57 -04:00
  • ba471ed02b
    Merge pull request #3 from Microsoft/master Pepe Rivera 2019-04-11 15:26:50 -07:00
  • 6b579cc03d Merge branch 'master' of https://github.com/Microsoft/calculator into issue-407 Jatin Kumar 2019-04-11 18:22:19 -04:00
  • f6f10444f7 Simplify some of the calc engine string logic (#449) Pepe Rivera 2019-04-11 15:20:01 -07:00
  • 680f65f74e Use string reference instead Pepe Rivera 2019-04-11 14:58:49 -07:00
  • 1a5ad13680 feedback Pepe Rivera 2019-04-11 14:03:13 -07:00
  • ce347e6426 Pr feedback Pepe Rivera 2019-04-11 11:22:19 -07:00
  • 9b98ab9622
    fix af-ZA Keyi Xie 2019-04-11 15:22:59 +08:00
  • 091732aa94
    Feature/GraphingCalculator initial commit (#450) Daniel Belcher 2019-04-10 18:15:10 -07:00
  • 161f14a9ea Replace pointer with reference in _divnum (num.cpp) fwcd 2019-04-11 03:13:49 +02:00
  • 420d48cc0b Default-initialize number members and fix mantissa size fwcd 2019-04-11 02:55:25 +02:00
  • d20c32ce2a Add Graphing Mode disclaimer to README Daniel Belcher 2019-04-10 17:51:45 -07:00
  • 97fa6aa387 Fix some functions that require reference semantics instead of value semantics fwcd 2019-04-11 02:49:45 +02:00
  • 0532888621 Change recip Pepe Rivera 2019-04-10 14:49:57 -07:00
  • a59a26519b - Initial commit for Graphing Calculator feature. Daniel Belcher 2019-03-20 14:13:20 -07:00
  • e2545e3337 update comments Pepe Rivera 2019-04-10 11:12:16 -07:00
  • 09d463d666 Simplify some code Pepe Rivera 2019-04-10 10:33:23 -07:00
  • d9ab4f8ebb
    Merge pull request #2 from Microsoft/master Pepe Rivera 2019-04-10 09:29:35 -07:00
  • 47a2741218
    Updating Contributing (#431) Dave Grochocki 2019-04-09 17:36:36 -07:00
  • 89e454a65b Pass numbers in the remaining arithmetic functions by const reference fwcd 2019-04-10 00:12:58 +02:00
  • b6738d00f4 Add missing const& to _dumprawnum implementation parameter fwcd 2019-04-10 00:10:03 +02:00
  • f5794f1128 Default-initialize number mantissa to zero fwcd 2019-04-10 00:03:10 +02:00
  • 7ac750f7e5
    Fix invalid check of m_precedenceOpCount (#298) Daniel Belcher 2019-04-09 14:12:28 -07:00
  • 98c65a7da7 Pass input numbers by const reference rather than by value fwcd 2019-04-09 22:44:22 +02:00
  • 662ef6ab94 Remove empty loop fwcd 2019-04-09 22:16:12 +02:00
  • d1ba3540e3 Use std::optional for previously nullable types fwcd 2019-04-09 21:54:32 +02:00
  • ceb4b3c9b9 Stack-allocate all _numbers internally fwcd 2019-04-09 21:26:45 +02:00
  • c4c227a869 Update .github/ISSUE_TEMPLATE/localization_suggestion.md Howard Wolosky 2019-04-09 11:29:28 -07:00
  • 067fa9f2c9 Fixes #385 Bruce LeCaptain 2019-04-09 09:42:09 -04:00
  • 5f7fa6d382 Formated the code. A A 2019-04-09 07:37:52 -04:00
  • bd22807420 Fix to this issue: Clicking on the same element in the hamburger view should re-open that view, like the menu items do #437 A A 2019-04-08 19:38:19 -04:00
  • 8591c856c4 Fix bad unit test uhliksk 2019-04-07 19:54:44 +02:00
  • abd556f476 Fix automatic scientific notation uhliksk 2019-04-07 18:44:45 +02:00
  • e6a80f28eb Only restore from saved units if they are valid in the current available units. Seulgi Kim 2019-04-07 00:50:18 -07:00
  • 957da712ff Remove Korean translations for Pyeong Seulgi Kim 2019-04-07 00:01:58 -07:00
  • 5a899484f1 Use the accurate number instead of using approximation for Pyeong conversion Seulgi Kim 2019-04-06 18:35:42 -07:00
  • cd715e9ee1 Add Pyeong. a Korean floorspace unit. Seulgi Kim 2019-04-06 17:17:45 -07:00
  • 4053620e3e Use an index instead of a vector::iterator in StringToNumber fwcd 2019-04-06 23:58:39 +02:00
  • d21474e690 Revert "Update Number initializer to copy the vector's contents directly" fwcd 2019-04-06 23:51:54 +02:00
  • 0463cb901a Reimplement 'zernum' using indices fwcd 2019-04-06 23:28:20 +02:00
  • 32e700c952 Replace iterator in numtoi32 with index (conv.cpp) fwcd 2019-04-06 23:01:26 +02:00
  • 6035571b96 Replace iterator in NumberToString with index (conv.cpp) fwcd 2019-04-06 23:00:11 +02:00
  • 70edac1d64 Update lessnum and equnum to use indices instead of iterators in num.cpp fwcd 2019-04-06 22:54:59 +02:00
  • 45cc974257 Use vector.end and pre-increment in lessnum (num.cpp) and numtonRadixx (conv.cpp) fwcd 2019-04-06 22:22:04 +02:00