1. 01 Oct, 2015 3 commits
  2. 25 Sep, 2015 1 commit
  3. 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
  4. 17 Sep, 2015 1 commit
    • Hixie's avatar
      Fix removal logic in widgets · b1e64571
      Hixie authored
      We were not removing children if they were more recently synced than we
      were. This makes no sense. We should remove all children unless they
      were synced this very generation already (in which case they'll be
      somewhere else in the tree by now).
      b1e64571