1. 21 Sep, 2017 1 commit
  2. 12 Sep, 2017 1 commit
  3. 03 Aug, 2017 1 commit
  4. 28 Jul, 2017 1 commit
  5. 25 Jul, 2017 1 commit
  6. 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
  7. 19 Jul, 2017 1 commit
  8. 20 Jun, 2017 1 commit
    • Ian Hickson's avatar
      Text selection handles track scrolled text fields (#10805) · 6d32b339
      Ian Hickson authored
      Introduce CompositedTransformTarget and CompositedTransformFollower
      widgets, corresponding render objects, and corresponding layers.
      
      Adjust the way text fields work to use this.
      
      Various changes I needed to debug the issues that came up.
      6d32b339
  9. 05 Jun, 2017 1 commit
  10. 12 May, 2017 2 commits
  11. 05 May, 2017 1 commit
  12. 03 May, 2017 1 commit
  13. 27 Apr, 2017 1 commit
  14. 21 Apr, 2017 1 commit
  15. 19 Apr, 2017 1 commit
  16. 07 Apr, 2017 1 commit
  17. 31 Mar, 2017 1 commit
    • Adam Barth's avatar
      Improve focus management (#9074) · 89aaaa9c
      Adam Barth authored
      We now have an explicit focus tree that we manage. Instead of using
      GlobalKeys to manage focus, we use FocusNode and FocusScopeNode objects.
      The FocusNode is Listenable and notifies when its focus state changes.
      
      Focus notifications trigger by tree mutations are now delayed by one
      frame, which is necessary to handle certain complex tree mutations. In
      the common case of focus changes being triggered by user input, the
      focus notificiation still arives in the same frame.
      89aaaa9c
  18. 16 Mar, 2017 1 commit
  19. 13 Mar, 2017 1 commit
  20. 04 Mar, 2017 1 commit
  21. 28 Feb, 2017 1 commit
  22. 17 Feb, 2017 1 commit
  23. 06 Jan, 2017 1 commit
  24. 28 Nov, 2016 1 commit
  25. 19 Nov, 2016 1 commit
  26. 09 Nov, 2016 1 commit
  27. 28 Oct, 2016 1 commit
  28. 13 Oct, 2016 1 commit
    • Adam Barth's avatar
      Fix composited transform bounds calculations (#6302) · 3b56f122
      Adam Barth authored
      We weren't computing the bounds for composited transforms correctly. We
      need to conjugate the transform by the offset in order to get the
      correct paint bounds for the composited layer. We now also use the same
      math in the non-composited case for consistency.
      
      Also, don't scale the z-coordinate in RenderFittedBox.
      
      Fixes #6293
      3b56f122
  29. 04 Oct, 2016 1 commit
    • Adam Barth's avatar
      Isolate Mozart dependencies (#6194) · 8071a82d
      Adam Barth authored
      This patch removes the Mozart dependencies from object.dart and
      layer.dart, which will make it easier for us to move the Mozart
      dependencies purely into the Fuchsia tree.
      8071a82d
  30. 21 Sep, 2016 1 commit
    • James Robinson's avatar
      Isolate imports of generated Dart code from generated path (#5960) · a95c9fdb
      James Robinson authored
      This rewrites imports of various mojom.dart files from the Flutter
      engine repo to instead import normal-looking dart files from the
      (new) flutter_services package. This package handles exporting the
      correct symbols from generated code wherever that may live.
      
      Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
      which contains the new flutter_services package.
      a95c9fdb
  31. 29 Aug, 2016 1 commit
  32. 22 Jul, 2016 1 commit
  33. 07 Jul, 2016 1 commit
  34. 14 Jun, 2016 1 commit
  35. 07 Jun, 2016 1 commit
    • Adam Barth's avatar
      Make Shrine scroll fast (#4408) · 130f7717
      Adam Barth authored
      This fix isn't completely statisfying because it has a scaling limit. The ideal
      fix would actually viewport the tiles in the grid. However, this fix is much
      easier at the moment.
      
      Fixes #4395
      130f7717
  36. 02 Jun, 2016 1 commit
  37. 27 May, 2016 1 commit
  38. 16 May, 2016 1 commit
  39. 15 May, 2016 1 commit