1. 20 2月, 2019 1 次提交
  2. 18 2月, 2019 1 次提交
  3. 07 2月, 2019 1 次提交
  4. 05 2月, 2019 1 次提交
  5. 25 1月, 2019 1 次提交
  6. 17 1月, 2019 2 次提交
  7. 12 1月, 2019 1 次提交
  8. 11 12月, 2018 1 次提交
  9. 14 11月, 2018 1 次提交
  10. 08 11月, 2018 1 次提交
  11. 07 11月, 2018 1 次提交
  12. 03 11月, 2018 1 次提交
  13. 27 10月, 2018 1 次提交
  14. 18 10月, 2018 1 次提交
  15. 11 10月, 2018 1 次提交
  16. 18 9月, 2018 1 次提交
  17. 01 8月, 2018 1 次提交
  18. 17 7月, 2018 1 次提交
  19. 14 7月, 2018 2 次提交
  20. 31 5月, 2018 1 次提交
  21. 10 3月, 2018 1 次提交
  22. 18 1月, 2018 1 次提交
  23. 13 12月, 2017 4 次提交
  24. 01 12月, 2017 1 次提交
  25. 30 11月, 2017 1 次提交
    • 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
  26. 19 10月, 2017 1 次提交
    • Y
      Add alwaysUse24HourFormat and textScaleFactor (#4202) · 23f5ccd2
      Yegor 提交于
      * systems/settings channel split
      
      * merge textScaleFactor and alwaysUse24HourFormat into flutter/settings channel
      
      * add debugOverrideAlwaysUse24HourFormat
      
      * implement textScaleFactor on iOS
      
      * address comments
      
      * remove debugOverrideAlwaysUse24HourFormat
      
      * clang-format
      23f5ccd2
  27. 30 9月, 2017 1 次提交
  28. 27 6月, 2017 1 次提交
    • Y
      preserve Window callback zones (#3817) · 926c9a58
      Yegor 提交于
      * preserve Window callback zones
      
      Run Window callbacks in the zone they are registered in. This is consistent with how other native API work, such as `scheduleMicrotask`, `Timer`, and `dart:io`. This also enables the developers to use the `Zone` API to capture and log unhandled Dart errors.
      
      * refactor wrapping
      
      * new line
      
      * fewer if checks; group getters/setters/fields
      
      * inline _invokeOnPointerDataPacket
      926c9a58
  29. 06 6月, 2017 1 次提交
  30. 28 4月, 2017 1 次提交
  31. 20 4月, 2017 1 次提交
  32. 16 11月, 2016 1 次提交
  33. 26 10月, 2016 1 次提交
  34. 15 10月, 2016 1 次提交
    • A
      Response messages (#3134) · 82728570
      Adam Barth 提交于
      Add plunbing for Host-to-Dart platform messages
      
      We'll use the plumbing in this direction for things like key events.
      82728570
  35. 06 10月, 2016 1 次提交