1. 19 Aug, 2015 2 commits
    • Adam Barth's avatar
      Split box.dart into many files · 50bfdedb
      Adam Barth authored
      Sadly, box.dart has grown much longer than 1000 lines. This patch splits it up
      into several files based on the class hierarchy. Fortunately, many of these
      classes are loosely coupled to each other.
      50bfdedb
    • Adam Barth's avatar
      RenderImage should handle the case of a null image · 5b40e031
      Adam Barth authored
      When given a null image, RenderImage should be as small as possible (isntead of
      being NaNxNaN).
      
      Also, plumb ImageFit and ImageRepeat through the various image widgets.
      5b40e031
  2. 18 Aug, 2015 17 commits
  3. 17 Aug, 2015 21 commits