Commit Graph

  • 3808b43044
    Merge pull request #21 from Microsoft/sanderl/prtemplate Stephanie Anderl 2019-02-20 14:27:43 -0800
  • d9694868eb
    Merge pull request #14 from Microsoft/sanderl-templates Stephanie Anderl 2019-02-20 14:26:27 -0800
  • 73e685fe53 Added space after NewFeatureRequest.md link to make it easier to copy Stephanie Anderl 2019-02-20 14:25:01 -0800
  • 2e18f6f477
    Move RADIX_TYPE enum into its own header (#25) Josh Koon 2019-02-20 11:07:32 -0800
  • ba4bf407f2 reduced header size Stephanie Anderl 2019-02-20 10:13:33 -0800
  • 99a60dddc5 removed 'the' before the link to the NewFeatureRequest.md link Stephanie Anderl 2019-02-20 10:05:21 -0800
  • 995f077127
    CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) Josh Koon 2019-02-19 07:46:17 -0800
  • 3e093155b1
    Move build jobs to hosted pools (#22) Matt Cooley 2019-02-19 07:40:15 -0800
  • cc69faf81d
    Fix headers in README (#23) Matt Cooley 2019-02-19 07:10:47 -0800
  • f210290ddc - Avoid referencing project headers from precompiled headers. Daniel Belcher 2019-02-13 17:30:03 -0800
  • e0ae35560d updated issue templates to put placeholder text in comments Stephanie Anderl 2019-02-14 14:31:22 -0800
  • c4c0aa708c Shortened the headers, fixed the contributing link and made placeholder description text a comment Stephanie Anderl 2019-02-14 14:12:33 -0800
  • 56fe16349d
    README updates (#17) Howard Wolosky 2019-02-14 13:57:22 -0800
  • 098563f3d1
    Merge pull request #15 from Microsoft/sanderl-pr-template Stephanie Anderl 2019-02-13 13:52:46 -0800
  • 82cfa338d4 Added a before filing section and updated the device info section to inlcude the powershell commands to get the info Stephanie Anderl 2019-02-13 10:57:13 -0800
  • b0fe92a94e updated @mentions to Microsoft/calculator-team and updated the how validated section to include a link to contributing.md Stephanie Anderl 2019-02-13 10:29:12 -0800
  • 362b4f9d1e
    Merge pull request #16 from joseartrivera/joriv/OnLaunchSize Pepe Rivera 2019-02-13 09:56:01 -0800
  • 2ab114a71f
    Update WinUI to 2.0.181018004 (#18) Matt Cooley 2019-02-13 09:44:02 -0800
  • 531a8a1b7b Use TryResizeView to resize calc on first launch Pepe Rivera 2019-02-12 13:50:09 -0800
  • 296ccc867e
    Merge pull request #1 from Microsoft/master Pepe Rivera 2019-02-11 14:51:56 -0800
  • f553203e11
    Created pull_request_template.md Stephanie Anderl 2019-02-11 12:00:33 -0800
  • 6afad0b7da Updated feature_request.md to link to NewFeatureRequest.md Stephanie Anderl 2019-02-11 11:35:28 -0800
  • c558123cb2
    Added Bug Report and Feature Request Issue Templates Stephanie Anderl 2019-02-11 11:21:42 -0800
  • cb8775926a
    Merge pull request #13 from Microsoft/sanderl/JapaneseEra Stephanie Anderl 2019-02-08 15:51:28 -0800
  • 2fc8196104 Moved all the Japanese Era logic inside the Year case of the switch statement Stephanie Anderl 2019-02-08 15:42:28 -0800
  • 1bd4f1870c Updated calendar strings to use the CalendarIdentifiers object Stephanie Anderl 2019-02-08 15:33:00 -0800
  • f8029942d4 Updated the AdjustCalendarDate() to account for the transition year quirk in the Japanese calendar. Stephanie Anderl 2019-02-08 12:30:16 -0800
  • 8f6a5f57aa
    Merge pull request #11 from Microsoft/grochocki-patch-1 David Grochocki 2019-02-05 16:13:06 -0800
  • ff4e0824e8
    Fixing README typo David Grochocki 2019-02-04 21:23:36 -0800
  • a2739b8de2
    Don't send AppLifecycle telemetry unless SEND_TELEMETRY is defined (#10) Matt Cooley 2019-02-04 12:06:02 -0800
  • ac63c1e1c2
    Remove calcmanager ref (#9) Matt Cooley 2019-02-04 11:53:02 -0800
  • 177a606012
    Clean up project structure in Visual Studio (#8) Matt Cooley 2019-02-04 11:52:28 -0800
  • 4cadfb204d
    Remove unused PLM code (#7) Matt Cooley 2019-02-01 15:15:48 -0800
  • 8df88c7106
    Fix file path in CalculatorUnitTests.vcxproj.filters (#6) Matt Cooley 2019-01-31 13:05:10 -0800
  • 278a1e714e
    Remove MSBuild directives which were used only in the internal build system (#5) Matt Cooley 2019-01-29 19:39:20 -0800
  • 1c7187f632
    Clean up unit test projects (#4) Matt Cooley 2019-01-29 19:37:37 -0800
  • e8b590f307
    Update architecture doc with content for model layer (#3) Josh Koon 2019-01-29 14:58:47 -0800
  • 015e0270c3
    Merge pull request #1 from joshkoon/rational-history Josh Koon 2019-01-29 14:31:34 -0800
  • ebfce5a8cd Remove empty COpndCommand destructor. Cleanup constructor declaration. Josh Koon 2019-01-29 14:28:03 -0800
  • b70a12c6cf Add clarifying comment to call to CHistoryCollector::AddOpndToHistory Josh Koon 2019-01-29 14:27:24 -0800
  • 8a5bf1173e
    Merge pull request #2 from mcooley/doc-updates Matt Cooley 2019-01-29 11:56:05 -0800
  • 43aa2b8148 Fix links in ApplicationArchitecture Matt Cooley 2019-01-29 10:09:58 -0800
  • 774b4db502 Fix links and remove outdated/internal info from README Matt Cooley 2019-01-29 09:53:48 -0800
  • 387dbccb69 Update links in CONTRIBUTING to point to GitHub Matt Cooley 2019-01-29 09:49:01 -0800
  • db4a6eb9ea Return to initialization pattern in ExpressionCommand Josh Koon 2019-01-28 19:34:36 -0800
  • 4883fab7f7 Convert ExpressionCommand and History collector to use Rational instead of PRAT Josh Koon 2019-01-28 19:14:15 -0800
  • c13b8a099e Hello GitHub Howard Wolosky 2019-01-28 16:24:37 -0800
  • 456fe5e355 Initial commit Microsoft Open Source 2019-01-28 09:55:54 -0800
  • 32b1722ee1 Initial commit Microsoft Open Source 2019-01-28 09:55:53 -0800
  • ac14e2df10
    Initial commit Microsoft GitHub User 2019-01-28 09:55:50 -0800