1. 03 Dec, 2015 4 commits
    • Adam Barth's avatar
      Merge pull request #696 from abarth/fix_drawer · 85a60a16
      Adam Barth authored
      Fix a large number of Drawer bugs
      85a60a16
    • Adam Barth's avatar
      Fix a large number of Drawer bugs · 1d195cb9
      Adam Barth authored
      This patch restructures how we handle drawer. The drawer is now a child of the
      Scaffold, which wraps the Drawer in a DrawerController. The DrawerController
      manages the interaction with the navigator as well as the edge swiping. The
      DrawerController's state machine is driven almost entirely off its Performance,
      which it now owns completely.
      
      Fixes #90
      Fixes #187
      Fixes #192
      Fixes #194
      Fixes #604
      1d195cb9
    • Ian Hickson's avatar
      Merge pull request #693 from Hixie/yak2-transitions · 17533e1d
      Ian Hickson authored
      buildForwardTransition()
      17533e1d
    • Hixie's avatar
      buildForwardTransition() · bc5307f5
      Hixie authored
      For those times when you want to do something as you move away from a
      route into the next one, as well as when you move into it from the
      previous one.
      bc5307f5
  2. 02 Dec, 2015 20 commits
  3. 01 Dec, 2015 16 commits