1. 25 11月, 2017 1 次提交
  2. 24 11月, 2017 1 次提交
  3. 21 11月, 2017 3 次提交
  4. 20 11月, 2017 1 次提交
  5. 17 11月, 2017 1 次提交
  6. 28 8月, 2017 1 次提交
  7. 22 8月, 2017 1 次提交
    • A
      * separate scroll dimensions and scroll positions · 90377a73
      Alex Dima 提交于
      * have explicit methods for changing the scroll position (delayed/smooth vs now/direct) that bubble up to the editor internals.
      * have all other clients of ScrollableElement not use smooth scrolling
      90377a73
  8. 28 6月, 2017 1 次提交
  9. 26 6月, 2017 2 次提交
  10. 15 6月, 2017 1 次提交
  11. 14 6月, 2017 1 次提交
  12. 27 4月, 2017 1 次提交
  13. 18 4月, 2017 1 次提交
  14. 23 3月, 2017 1 次提交
  15. 13 3月, 2017 1 次提交
  16. 10 3月, 2017 1 次提交
  17. 21 2月, 2017 1 次提交
    • R
      Remove dependency on window.event in ListView · 580ee5da
      Ryan Fitzgerald 提交于
      Fixes Microsoft/monaco-editor#371.
      
      The `event` property of Window is [nonstandard] and isn't supported by Firefox,
      breaking some of ListView's event-handling behavior.
      
      I checked for places where VSCode depends on `window.event` by removing it from
      `lib.d.ts` and building from scratch; the references in ListView were the only
      ones I found in `src/vs/base/browser`. There are also some references in
      non-browser parts of the codebase, but I assume that's fine since they work in
      Electron.
      
      [nonstandard]: https://developer.mozilla.org/en-US/docs/Web/API/Window/event
      580ee5da
  18. 04 2月, 2017 1 次提交
  19. 18 1月, 2017 1 次提交
  20. 31 12月, 2016 1 次提交
  21. 12 11月, 2016 1 次提交
  22. 10 10月, 2016 1 次提交
  23. 08 10月, 2016 1 次提交
  24. 26 9月, 2016 1 次提交
  25. 29 8月, 2016 1 次提交
  26. 22 7月, 2016 1 次提交
  27. 08 7月, 2016 1 次提交
  28. 20 6月, 2016 1 次提交
  29. 15 6月, 2016 1 次提交
  30. 26 5月, 2016 1 次提交
  31. 06 5月, 2016 2 次提交
  32. 03 5月, 2016 1 次提交
  33. 30 4月, 2016 2 次提交
  34. 27 4月, 2016 2 次提交