1. 24 Feb, 2016 1 commit
  2. 16 Dec, 2015 1 commit
  3. 14 Dec, 2015 1 commit
  4. 09 Dec, 2015 1 commit
    • Ian Hickson's avatar
      Catch un-normalized BoxConstraints · 1a049c14
      Ian Hickson authored
      Add BoxConstraints.isNormalized feature.
      
      Use this feature in asserts in all the intrinsic dimension methods, in
      various relevant BoxConstraints methods, and in layout().
      
      Wrap the _DebugSize logic in BoxConstraints.constrain() in an assert
      block to avoid a branch in release mode.
      
      Remove the logic in BoxConstraints.isSatisfiedBy() that dealt with
      non-normalized values.
      
      Add BoxConstraints.normalize().
      
      Make RenderCustomOneChildLayoutBox.performLayout() only set
      parentUsesSize on the child if the constraints aren't tight.
      1a049c14
  5. 15 Oct, 2015 1 commit
  6. 10 Oct, 2015 1 commit
  7. 16 Sep, 2015 1 commit
  8. 03 Sep, 2015 1 commit