1. 04 Nov, 2015 1 commit
    • Hans Muller's avatar
      Merge pull request #1907 from HansMuller/toolbar_bottom · 218bbdc1
      Hans Muller authored
      Add support for "extended height" toolbars - ToolBar bottom
      
      Added a Widget-valued bottom ToolBar property. If set the bottom widget appears below the normal toolbar.
      
      Removed the kToolBarHeight hardwiring from Scaffold.
      
      Updated the "swipe away" demo to use an extended height toolbar.
      218bbdc1
  2. 03 Nov, 2015 25 commits
  3. 02 Nov, 2015 10 commits
  4. 01 Nov, 2015 1 commit
  5. 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
  6. 30 Oct, 2015 2 commits
    • Hixie's avatar
      Disable crashing test · 56b25763
      Hixie authored
      This test currently crashes the engine.
      Because of a bug in the test harness, it then causes the tests to hang.
      This disables the test for now, so that we can get test coverage again.
      56b25763
    • Adam Barth's avatar
      Teach OverlayEntry how to rebuild in place · ff1b1318
      Adam Barth authored
      This patch makes it so drag-and-drop doesn't thrash the overlay list.
      ff1b1318