1. 05 Nov, 2015 1 commit
    • Adam Barth's avatar
      Improve hit testing · 9bc64540
      Adam Barth authored
      Now a RenderBox is considered hit if one of its children are hit or it itself
      decides that it's hit. In particular, empty space inside a flex won't be hit
      because none of the children are located there and a RenderFlex doesn't
      consider itself hittable.
      
      Fixes #53
      Fixes #1221
      9bc64540
  2. 04 Nov, 2015 1 commit
    • Hixie's avatar
      Get more debug info into the rendering layer · 6d389722
      Hixie authored
      - change how we expose settings at the RenderObject layer so that it's
        easier to maintain.
      - expose the Widget owner chain in the RenderObject layer debug output
      - add debug info to RenderOpacity, RenderIgnorePointer, RenderListener
      - make the output for text nodes prettier
      6d389722
  3. 20 Oct, 2015 3 commits
    • Adam Barth's avatar
      Adds EnterExitTransition widget · d54d35d3
      Adam Barth authored
      This widget smoothly resizes as its child changes and lets you provide entrance
      and exit transitions for its children.
      d54d35d3
    • Hixie's avatar
      RenderOverflowBox baseline logic · 1e9e4e15
      Hixie authored
      I accidentally lost this when extracting RenderOverflowBox from
      RenderProxyBox.
      1e9e4e15
    • Hixie's avatar
      OffStage · 52148930
      Hixie authored
      Introduces a new Widget that lays its child out, but does not render it.
      Also, moves RenderOverflowBox to its own file since it has nothing to do
      with proxy box really.
      52148930