1. 11 Jan, 2016 1 commit
  2. 16 Dec, 2015 1 commit
  3. 23 Nov, 2015 1 commit
  4. 16 Nov, 2015 1 commit
    • Hixie's avatar
      More resilient Widget tests · d041f3ea
      Hixie authored
      - force the time dilation to 1.0 for the Widget tests, so that a local
        change doesn't break all the tests during development.
      - add missing license block to all the files.
      - set ui.window.onBeginFrame to null when you use WidgetTester, so that
        the engine doesn't trigger any confusing frames after our fake frames.
      d041f3ea
  5. 15 Oct, 2015 1 commit
  6. 10 Oct, 2015 1 commit
  7. 01 Oct, 2015 3 commits
  8. 25 Sep, 2015 1 commit
  9. 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
  10. 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