1. 02 Aug, 2018 1 commit
  2. 27 Jul, 2018 1 commit
  3. 23 Jul, 2018 1 commit
  4. 16 Jul, 2018 2 commits
  5. 12 Mar, 2018 1 commit
  6. 01 Feb, 2018 1 commit
  7. 24 Sep, 2017 1 commit
  8. 04 Mar, 2017 1 commit
  9. 09 Feb, 2017 1 commit
  10. 12 Apr, 2016 1 commit
  11. 11 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Add even more careful checks around BoxConstraints (#3243) · 47f5c6f2
      Ian Hickson authored
      I ran into a case where I was setting minHeight=∞ and then calling
      layout() with that constraint, which is all kinds of bad. To try to
      catch this earlier, this patch now provides a way to catch constraints
      that are requiring infinite values.
      
      We don't _always_ check this because there are valid uses for
      BoxConstraints.biggest, e.g. as an additionalConstraint.
      47f5c6f2
  12. 23 Mar, 2016 1 commit
  13. 22 Mar, 2016 2 commits