1. 03 Jun, 2016 3 commits
    • Adam Barth's avatar
      Convert drag gestures to use details objects (#4343) · 2d4acb80
      Adam Barth authored
      Previously we supplied individual parameters to the various drag and pan
      callbacks. However, that approach isn't extensible because each new
      parameter is a breaking change to the API.
      
      This patch makes a one-time breaking change to the API to provide a
      "details" object that we can extend over time as we need to expose more
      information. The first planned extension is adding enough information to
      accurately produce an overscroll glow on Android.
      2d4acb80
    • Ian Hickson's avatar
      Clean up the way RenderIntrinsicWidth works (#4340) · 5245d388
      Ian Hickson authored
      The old code had gotten crufty with all the refactors. This simplifies
      it down to what it really means.
      
      Also, add a bunch of tests.
      5245d388
    • Ian Hickson's avatar
      RenderPadding's intrinsic should clamp child dims (#4329) · d8283d1c
      Ian Hickson authored
      We used to rely on BoxConstraints.deflate's clamping, but now we have to
      roll our own.
      d8283d1c
  2. 02 Jun, 2016 16 commits
  3. 01 Jun, 2016 12 commits
  4. 31 May, 2016 9 commits