1. 02 3月, 2020 1 次提交
  2. 28 2月, 2020 1 次提交
  3. 27 2月, 2020 2 次提交
  4. 26 2月, 2020 1 次提交
  5. 20 2月, 2020 1 次提交
  6. 17 2月, 2020 2 次提交
  7. 05 2月, 2020 1 次提交
  8. 25 1月, 2020 1 次提交
  9. 09 1月, 2020 1 次提交
  10. 19 12月, 2019 1 次提交
  11. 10 12月, 2019 1 次提交
    • S
      Viewlet Refactor (#85566) · cabcace4
      SteVen Batten 提交于
      * wip 2
      
      * use viewlet stubs
      
      * fix layering issue
      
      * fix saveState and contextmenus
      
      * move context menu logic into panecomposite
      
      * revert tasks.json
      
      * tasks again
      
      * add showHeaderInTitleWhenSingleView values
      
      * patch tests
      
      * some cleanup
      
      * more cleanup
      
      * start view
      
      * merging conflicts
      
      * fix title and dnd
      
      * adding missing api surface to pane composite
      
      * additional merge resolution
      cabcace4
  12. 21 11月, 2019 1 次提交
  13. 08 11月, 2019 1 次提交
  14. 01 11月, 2019 1 次提交
  15. 28 10月, 2019 1 次提交
  16. 25 10月, 2019 1 次提交
  17. 22 10月, 2019 1 次提交
  18. 21 10月, 2019 1 次提交
  19. 18 10月, 2019 1 次提交
  20. 08 10月, 2019 1 次提交
  21. 27 9月, 2019 1 次提交
  22. 24 9月, 2019 1 次提交
  23. 13 9月, 2019 1 次提交
  24. 30 8月, 2019 1 次提交
  25. 27 8月, 2019 1 次提交
  26. 23 8月, 2019 1 次提交
  27. 06 8月, 2019 1 次提交
  28. 28 6月, 2019 1 次提交
  29. 17 6月, 2019 3 次提交
  30. 12 6月, 2019 1 次提交
  31. 08 6月, 2019 2 次提交
    • M
      Use ReadonlyArray for a few more lists of IActions · 9f6de388
      Matt Bierner 提交于
      Also changes processService to not modify its input actions, which seems like unexpected behavior
      9f6de388
    • M
      Use ReadonlyArrays for IActions used in notifications · e78f05a7
      Matt Bierner 提交于
      These arrays of actions should not be modified by the caller. Mark them as readonly to prevent this. This also let me eliminate a number of not null supressions that had been introduced during the strict null migration
      
      One small code change was required in `showError`. However I believe this was actually a bug since modifying the input array was likely not what would be expected (in practice, we usually just passed in array literals so I don't think we hit this one)
      e78f05a7
  32. 07 6月, 2019 1 次提交
  33. 06 6月, 2019 3 次提交