1. 17 Feb, 2016 18 commits
  2. 16 Feb, 2016 20 commits
  3. 15 Feb, 2016 2 commits
    • Devon Carew's avatar
      Merge pull request #1902 from devoncarew/tools_cleanup · ce278e97
      Devon Carew authored
      fixes found when running through the getting started process
      ce278e97
    • 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