1. 21 Jun, 2016 1 commit
  2. 07 Jun, 2016 1 commit
  3. 29 May, 2016 1 commit
  4. 27 May, 2016 1 commit
  5. 12 May, 2016 1 commit
  6. 07 May, 2016 1 commit
    • Adam Barth's avatar
      Move TextAlign out of TextStyle (#3789) · ee903af0
      Adam Barth authored
      TextAlign applies to a whole paragraph instead of applying to an individual
      text span. This patch moves the property out of TextStyle and into a separate
      property on Text and RichText.
      ee903af0
  7. 29 Apr, 2016 1 commit
    • Adam Barth's avatar
      Improve the TextPainter API (#3621) · e41120bc
      Adam Barth authored
      Instead of using properties, TextPainter now receives min and max width as
      parameters to layout. Also, this patch integrates the intrinsic sizing logic
      into the main layout function, which satisfies all the existing uses cases.
      e41120bc
  8. 14 Apr, 2016 1 commit
  9. 30 Mar, 2016 1 commit
    • Adam Barth's avatar
      Update engine · 04adf211
      Adam Barth authored
      This patch updates our use of Mozart to the latest version of the protocol.
      04adf211
  10. 28 Mar, 2016 1 commit
  11. 24 Mar, 2016 1 commit
  12. 23 Mar, 2016 1 commit
  13. 18 Mar, 2016 1 commit
    • Adam Barth's avatar
      Look for the keyboard in the view services · addc87dc
      Adam Barth authored
      The engine now provides the keyboard and raw keyboard services via the view
      services. This patch updates the framework to look there for the keyboard.
      Also, this patch migrates callers to the new MojoServices name for these entry
      points.
      addc87dc
  14. 17 Mar, 2016 1 commit
  15. 14 Mar, 2016 2 commits
  16. 11 Mar, 2016 1 commit
  17. 04 Mar, 2016 1 commit
  18. 03 Mar, 2016 1 commit
    • Adam Barth's avatar
      Update engine · 865e3cc0
      Adam Barth authored
      This change brings in a new version of Mojo, which has improved Mozart
      interfaces.
      865e3cc0
  19. 14 Feb, 2016 1 commit
  20. 13 Feb, 2016 1 commit
  21. 08 Feb, 2016 1 commit
  22. 03 Feb, 2016 1 commit
    • Adam Barth's avatar
      Initial work to add Mozart child views · f30398a4
      Adam Barth authored
      This patch sketches out the basic widgets for creating Mozart child
      views. We're still missing some of the machinery, so we can't quite
      create child views yet, but once we supply the ViewHost and teach the
      compositor how to actually display the child scenes, we'll have
      something that works.
      f30398a4