1. 29 10月, 2018 2 次提交
  2. 27 10月, 2018 2 次提交
  3. 26 10月, 2018 1 次提交
  4. 25 10月, 2018 1 次提交
    • L
      Add window.nonNativeFullscreen option for macOS (#55267) · d54b3a06
      Len Smith 提交于
      * window.nonNativeFullscreen uses simpleFullScreen on macOS
      
      * Handle edge-case where user edits prefs while in fullscreen and can never escape it.
      
      * change 'nonNativeFullscreen' to 'nativeFullscreen' and invert the default value
      
      * Prevent maximize button from going to native fullscreen if nativeFullscreen == false
      
      * Fix focus getting lost after simpleFullScreen and encapsulate more of electron's api
      
      * Fix missing whitespace for eslint
      
      * 💄
      
      * restart properly when setting changes
      
      * Handle screen resolution changes when in SimpleFullscreen
      
      * fix issues to be merged
      d54b3a06
  5. 23 10月, 2018 3 次提交
  6. 19 10月, 2018 1 次提交
  7. 18 10月, 2018 2 次提交
  8. 17 10月, 2018 3 次提交
  9. 16 10月, 2018 1 次提交
  10. 14 10月, 2018 2 次提交
  11. 12 10月, 2018 2 次提交
  12. 11 10月, 2018 2 次提交
  13. 10 10月, 2018 2 次提交
  14. 08 10月, 2018 2 次提交
  15. 05 10月, 2018 1 次提交
  16. 04 10月, 2018 3 次提交
    • B
      tpromise => promise (for #53526) · fc251d65
      Benjamin Pasero 提交于
      fc251d65
    • M
      Switch to use standard @types/node types instead of our customized version · f7456ebf
      Matt Bierner 提交于
      Using a custom version of the node typings is causing a lot of pain while trying to upgrade our build to use `@types` instead of the `d.ts` files we have to maintain. I believe we primarily maintain our own version for two reason:
      
      - Custom require function
      - setTimeout and other timer functions return NodeJs.timer instead of a number
      
      These can both be delt with, the first by using interface augmentation and the second by switching to use any types for timer. I believe that the pain of maintaining our own node `d.ts` outweighs the benefits here
      
      This change switches us to use the standard @types/node package for our node typings
      f7456ebf
    • S
      return of the dynamic menu (#59855) · c301189c
      SteVen Batten 提交于
      * initial reenablement of dynamic menus with cache
      
      * stitching the cached menu and fallback
      
      * remove unnecessary object
      c301189c
  17. 03 10月, 2018 5 次提交
  18. 02 10月, 2018 1 次提交
  19. 01 10月, 2018 1 次提交
  20. 30 9月, 2018 3 次提交