1. 12 12月, 2017 3 次提交
  2. 09 12月, 2017 8 次提交
  3. 08 12月, 2017 2 次提交
  4. 07 12月, 2017 9 次提交
  5. 06 12月, 2017 1 次提交
  6. 05 12月, 2017 3 次提交
  7. 03 12月, 2017 1 次提交
  8. 02 12月, 2017 2 次提交
  9. 01 12月, 2017 7 次提交
  10. 30 11月, 2017 4 次提交
    • C
      Expose Window.viewInsets in dart:ui (#4403) · 93648ef0
      Chris Bracken 提交于
      Window.viewInsets is the set of window-relative insets that describe the
      area of the window that an application may want to treat as effectively
      reducing the size of the content. Typically this is due to system UI
      that fully obscures underlying content, such as the keyboard.
      
      This area differs from padding in that padding is the set of insets that
      describe the area of the window that may be partially (or fully)
      obscured by system UI or physical intrusions into the view area (e.g.
      iPhone X sensor housing, status bar, or the iPhone X home indicator
      widget).
      
      This patch does not yet enable the iOS bottom edge safe area. Once the
      framework has been updated to use viewInsets for bottom-edge occlusions
      (today, the keyboard), the bottom safe area will be enabled and
      framework patches that depend on it, landed.
      93648ef0
    • B
      Fixing compilation errors on non-Windows platforms. (#4405) · fbeb2b28
      Ben Konyi 提交于
      * Removed stray character.
      
      * Added missing include.
      
      * Fixed formatting.
      fbeb2b28
    • B
      Removed stray character. (#4404) · c319a201
      Ben Konyi 提交于
      c319a201
    • B
      Updated sky directory to compile on Windows. (#4399) · 475607c0
      Ben Konyi 提交于
      475607c0