1. 18 Mar, 2016 1 commit
  2. 14 Mar, 2016 1 commit
  3. 12 Mar, 2016 1 commit
  4. 05 Feb, 2016 1 commit
  5. 08 Jan, 2016 1 commit
    • Ian Hickson's avatar
      GridPaper updates · d502d237
      Ian Hickson authored
      Change how GridPaper works so that it's easier to plug in anywhere.
      It now takes a child that it will paint the grid over.
      It defaults to semi-transparent grid-paper-blue.
      The line spacing is also more configurable now.
      d502d237
  6. 26 Dec, 2015 1 commit
  7. 20 Nov, 2015 1 commit
    • Adam Barth's avatar
      Callback identity is too fragile for CustomPaint · 72329cf4
      Adam Barth authored
      Many of the widgets that use CustomPaint were spamming repaints because
      CustomPaint repaints when the identity of the onPaint callback changes, which
      it does every build for StatelessComponents.
      
      This patch changes CustomPaint to use a CustomPainter, similar to the new
      custom layout widgets. The CustomPainter has a `shouldRepaint` function along
      with its `paint` function. This function gives clients explicit control over
      when the custom paint object repaints.
      72329cf4
  8. 21 Oct, 2015 1 commit
    • Hixie's avatar
      Debug grid over the navigator stack · 4ab07201
      Hixie authored
      This grid makes it significantly easier to track down errors when you're
      looking at coordinates in a render tree dump and want to see if they're
      what you expect or if they're wildly away from the right location.
      4ab07201