1. 13 Mar, 2016 1 commit
  2. 12 Mar, 2016 3 commits
  3. 22 Jan, 2016 1 commit
  4. 16 Dec, 2015 1 commit
  5. 08 Dec, 2015 1 commit
  6. 01 Dec, 2015 1 commit
  7. 30 Nov, 2015 1 commit
    • Hixie's avatar
      NavigatorTransaction · f9ea1ce8
      Hixie authored
      To make it easier to avoid pushing twice in one frame, provide a
      transaction mechanism for the navigator.
      f9ea1ce8
  8. 24 Nov, 2015 1 commit
  9. 23 Nov, 2015 1 commit
  10. 17 Nov, 2015 1 commit
  11. 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
  12. 03 Nov, 2015 1 commit
    • Adam Barth's avatar
      Stocks list doesn't update when stocks are loaded · 78d35391
      Adam Barth authored
      Previously, we passed widgets up the hierarchy to display them in the overlay,
      but that breaks the change propagation logic because those widgets won't get
      rebuilt.  Now we pass WidgetBuilders instead, which can be rebuilt when the
      overlay rebuilds.
      
      Fixes #1913
      78d35391
  13. 31 Oct, 2015 1 commit
    • Adam Barth's avatar
      Black flash when returning to a PageRoute · 6ee6ae03
      Adam Barth authored
      We were trying to do a hero animation from a page to itself, which doesn't make
      any sense. Now we only render the "to" page offstage if it is different from
      the "from" page and if its performance isn't already complete.
      6ee6ae03