1. 22 Sep, 2015 3 commits
    • Adam Barth's avatar
      Fix analyzer warning · 174ee11d
      Adam Barth authored
      174ee11d
    • Hixie's avatar
      More dartdoc for fn3, and sundry changes. · ba41fd35
      Hixie authored
      - move _uniqueChild earlier since a comment now mentions it earlier.
      - reorder methods in Element to more closely reflect call order.
      - change mount to be the place that sets the parent pointer, for consistency.
      - make the lifecycleState a purely debug-time thing for consistency.
      - make BuildableElement.unmount set dirty to false so that we won't
        build unmounted objects.
      - rename "updated" to "newWidget" for clarity.
      - change how we unmount things so that the slot is reset up to a
        RenderObjectElement, but not further, and don't reset the depth.
      ba41fd35
    • Adam Barth's avatar
      Remove uses of sky.GestureEvent · 12097bdd
      Adam Barth authored
      12097bdd
  2. 21 Sep, 2015 11 commits
  3. 20 Sep, 2015 1 commit
  4. 19 Sep, 2015 2 commits
    • Adam Barth's avatar
      27e6381e
    • Adam Barth's avatar
      Prototype of fn3 · b4ff5ca6
      Adam Barth authored
      This patch contains a prototype of a new widget framework. In this framework,
      Components can be reused in the tree as many times as the author desires. Also,
      StatefulComponent is split into two pieces, a ComponentConfiguration and a
      ComponentState. The ComponentConfiguration is created by the author and can be
      reused as many times as desired. When mounted into the tree, the
      ComponentConfiguration creates a ComponentState to hold the state for the
      component. The state remains in the tree and cannot be reused.
      b4ff5ca6
  5. 18 Sep, 2015 20 commits
  6. 17 Sep, 2015 3 commits