1. 11 Jan, 2018 1 commit
  2. 21 Dec, 2017 2 commits
  3. 14 Dec, 2017 1 commit
  4. 05 Dec, 2017 1 commit
  5. 04 Dec, 2017 1 commit
    • krisgiesing's avatar
      Separate focus management by build owner (#13334) · 898646f0
      krisgiesing authored
      Separate focus management by build owner
      
      Currently the focus manager is held by the singleton WidgetBinding.
      This change places a focus manager in each build owner object,
      which allows clients to run offscreen pipelines without disturbing
      focus management for the main UI.
      898646f0
  6. 30 Nov, 2017 1 commit
  7. 28 Nov, 2017 1 commit
  8. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  9. 15 Nov, 2017 1 commit
  10. 08 Nov, 2017 2 commits
  11. 06 Nov, 2017 1 commit
  12. 01 Nov, 2017 1 commit
    • Ian Hickson's avatar
      Text Painting Fuzzer (#12813) · 8fd20b5d
      Ian Hickson authored
      Various improvements (in particular a new painting fuzzer) to the text manual test.
      
      Some additional documentation.
      
      A fix to Stack to remove an LTR bias: make unpositioned children apply "alignment".
      
      Some more debugging information on RichText and Text.
      
      A fix to the flutter tool to not crash when an RPC call throws an exception.
      8fd20b5d
  13. 31 Oct, 2017 1 commit
  14. 25 Oct, 2017 2 commits
  15. 23 Oct, 2017 1 commit
  16. 22 Oct, 2017 1 commit
  17. 20 Oct, 2017 1 commit
  18. 18 Oct, 2017 1 commit
  19. 11 Oct, 2017 1 commit
  20. 05 Oct, 2017 2 commits
  21. 28 Sep, 2017 1 commit
  22. 22 Sep, 2017 1 commit
  23. 21 Sep, 2017 1 commit
  24. 14 Sep, 2017 1 commit
  25. 12 Sep, 2017 1 commit
  26. 01 Sep, 2017 1 commit
  27. 31 Aug, 2017 1 commit
  28. 29 Aug, 2017 1 commit
  29. 07 Aug, 2017 1 commit
  30. 03 Aug, 2017 1 commit
  31. 28 Jul, 2017 1 commit
  32. 27 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Increase the touch slop. (#11419) · 87445e59
      Ian Hickson authored
      It was 8.0. It's now arbitrarily 18.0.
      
      Changing this required adjusting some tests. Adjusting the tests
      required debugging the tests. Debugging the tests required some tools
      to help debugging gesture recognizers and gesture arenas, so I added
      some. It also required updating some toString() methods which resulted
      in some changes to the tree diagnostics logic.
      
      Also I cleaned up some docs while I was at it.
      87445e59
  33. 25 Jul, 2017 1 commit
  34. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  35. 01 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Automatic silver keep alive (#11067) · 7ba1879b
      Ian Hickson authored
      * AutomaticKeepAlive
      
      A Widget that listens for notifications from widgets that don't want to die.
      
      * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets
      
      * Fixes for review comments
      7ba1879b
  36. 21 Jun, 2017 1 commit