1. 10 3月, 2017 1 次提交
  2. 17 1月, 2017 1 次提交
  3. 10 1月, 2017 2 次提交
  4. 28 12月, 2016 1 次提交
  5. 28 11月, 2016 1 次提交
  6. 16 11月, 2016 1 次提交
  7. 11 11月, 2016 2 次提交
  8. 10 11月, 2016 1 次提交
  9. 08 11月, 2016 1 次提交
    • P
      Add ViewletService as IViewletService · 307037cc
      Pine Wu 提交于
      ViewletService -> handling viewlet enabling/disabling, etc.
      SidebarService -> construct sidebar composite
      ActivityService -> Badge, etc
      307037cc
  10. 08 10月, 2016 1 次提交
  11. 06 9月, 2016 1 次提交
  12. 29 8月, 2016 1 次提交
  13. 12 8月, 2016 2 次提交
  14. 03 8月, 2016 1 次提交
  15. 27 7月, 2016 1 次提交
  16. 08 7月, 2016 1 次提交
  17. 07 7月, 2016 1 次提交
  18. 06 7月, 2016 1 次提交
  19. 17 6月, 2016 2 次提交
  20. 15 6月, 2016 1 次提交
  21. 17 5月, 2016 1 次提交
  22. 23 4月, 2016 1 次提交
  23. 22 4月, 2016 1 次提交
  24. 20 4月, 2016 1 次提交
  25. 19 4月, 2016 2 次提交
  26. 15 4月, 2016 1 次提交
    • M
      Sash double clicks (#4702) · 65bdaf3a
      Maxime Quandalle 提交于
      * Support double click on sashes
      
      We had to implement a slight change in the sash drag "hack", by removing the
      full cover transparent overlay (that was preventing clicks events from being
      fired) and replacing it by a CSS `cursor` rule on the document.body.
      
      The ideal solution for a clean dragging events implementation would be to use
      the `Element.setCapture` API that is unfortunately not available in Chrome.
      
      * Center the split editor frontier by double-clicking on it
      
      * Reset the bottom panel size by double-clicking on it
      
      * Implement sash reset on diff editors
      
      * Fix a bug with DOM measurement
      
      The calculus was plain wrong as showed in https://github.com/winjs/winjs/issues/1621
      This was probably unotified since this utility function wasn't used in the code base.
      
      * Implement sidebar sash optimal resizing
      
      Fixes #4660
      
      * Abstract `getLargestChildWidth` into a DOM method
      
      This commit also moves the `getOptimalWidth` method from the `Composite` to the
      `Viewlet` component. This partially addresses
      https://github.com/Microsoft/vscode/pull/4702#issuecomment-207813241
      
      * Calculate the sidebar optimal width correctly in case no folder is open
      65bdaf3a
  27. 06 4月, 2016 2 次提交
  28. 05 4月, 2016 1 次提交
  29. 04 3月, 2016 1 次提交
  30. 05 2月, 2016 2 次提交
  31. 28 1月, 2016 1 次提交
  32. 27 1月, 2016 2 次提交