1. 19 Aug, 2015 7 commits
    • Adam Barth's avatar
      Temporary build fix · de5cb257
      Adam Barth authored
      Unhook fitness from the build to work around build break in playfair. We
      updated the Sky package in an incompatible way, which means we need to roll in
      a new playfair package to build fitness.
      de5cb257
    • Adam Barth's avatar
      Add package:sky/rendering.dart · dea3a092
      Adam Barth authored
      Similar to widgets.dart, rendering.dart exports the entire rendering layer.
      Also, update the examples to use rendering.dart and widgets.dart. Also clean up
      some exports so that the examples have more sensible imports.
      dea3a092
    • Adam Barth's avatar
      Merge pull request #684 from abarth/explode_box · ce8f75da
      Adam Barth authored
      Split box.dart into many files
      ce8f75da
    • 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
    • Ian Hickson's avatar
      Update README.md · 1418d271
      Ian Hickson authored
      1418d271
    • Ian Hickson's avatar
      Update README.md · e4f6a417
      Ian Hickson authored
      e4f6a417
    • 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 16 commits