1. 23 Sep, 2015 15 commits
  2. 22 Sep, 2015 20 commits
  3. 21 Sep, 2015 5 commits
    • Adam Barth's avatar
      Remove EventDisposition · 051354ae
      Adam Barth authored
      All the use cases for EventDisposition are now addressed by the gesture
      detection system.
      051354ae
    • Adam Barth's avatar
      RenderToggleable should use a gesture recognizer · 1976ae1d
      Adam Barth authored
      We no longer have gesture events.
      1976ae1d
    • Hixie's avatar
      Fix fn3 build errors · 205335f0
      Hixie authored
      Add a LeafRenderObjectElement, fix a test to use the new contract.
      205335f0
    • Hixie's avatar
      fn3 review · 547c324d
      Hixie authored
      - adds dartdocs
      - replaces config setter with didUpdateConfig() so that you can't replace
      the config outside of the system
      - renames didUnmount() with destroy().
      - rename Component to StatelessComponent, ComponentConfiguration to
      StatefulComponent
      - move debug dump to end of file
      - renamed _holder to _element
      547c324d
    • Adam Barth's avatar
      Merge pull request #1259 from abarth/fn3_rebuild · d27f3d52
      Adam Barth authored
      fn3 shouldn't rebuild components that don't change identity
      d27f3d52