1. 10 Oct, 2015 1 commit
  2. 09 Oct, 2015 1 commit
  3. 01 Oct, 2015 1 commit
  4. 24 Sep, 2015 2 commits
  5. 18 Sep, 2015 1 commit
    • Adam Barth's avatar
      Move theme into material.dart · 4467a268
      Adam Barth authored
      Also, introduce Colors and Typography to hold the material colors and the
      typography declarations. Previously we expected clients of these libraries to
      import them into a namespace, but that doesn't play nice with re-exporting them
      from material.dart.
      4467a268
  6. 19 Aug, 2015 1 commit
    • 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
  7. 08 Aug, 2015 1 commit
  8. 05 Aug, 2015 1 commit
  9. 30 Jul, 2015 1 commit
    • James Robinson's avatar
      Make Switch a standalone class with a custom RenderObject · 445f4ee8
      James Robinson authored
      This changes Switch from being a subclass of the Toggleable widget to
      being a standalone Component with a custom RenderObject. This is to
      enable adding Switch-specific radial reaction animations in a
      subsequent patch. The CustomPaint logic that Toggleable was using does
      not provide a nice way for a class and its subclass to both participate
      in deciding to repaint.
      445f4ee8