1. 01 Mar, 2016 1 commit
    • pq's avatar
      @override annotation cleanup. · 8574e442
      pq authored
      Added missing @override annotations (as per the `annotate_overrides` lint rule).
      8574e442
  2. 15 Feb, 2016 1 commit
    • Adam Barth's avatar
      Simplify the AutoLayout API · c7d71d8a
      Adam Barth authored
      This patch makes it easier to use the auto layout API:
      
      * We no longer use operator== because that requires an ugly cast by the
        API user.
      * Also, "leftEdge" is now just "left" for less verbosity.
      * AutoLayoutChild not implies its key from the AutoLayoutParam object.
      * We now correctly layout every child of a RenderAutoLayout object even
        if the solver doesn't flush any updates to that child.
      c7d71d8a
  3. 08 Jul, 2015 1 commit
  4. 01 Jul, 2015 1 commit
  5. 25 Jun, 2015 1 commit
  6. 24 Jun, 2015 2 commits
  7. 22 Jun, 2015 3 commits