1. 04 Mar, 2017 1 commit
  2. 14 Mar, 2016 1 commit
  3. 12 Mar, 2016 1 commit
  4. 16 Dec, 2015 1 commit
  5. 14 Dec, 2015 1 commit
  6. 05 Nov, 2015 1 commit
  7. 15 Oct, 2015 1 commit
  8. 10 Oct, 2015 1 commit
  9. 17 Sep, 2015 1 commit
    • Adam Barth's avatar
      Create gestures.dart · 41b8ffd6
      Adam Barth authored
      This patch is part of a sequence of patches towards fewer top-level libraries.
      In this patch, the gesture libraries are combined into one gestures.dart
      library.
      41b8ffd6
  10. 30 Aug, 2015 1 commit
    • Adam Barth's avatar
      Scrolls should start immediately when possible · bef55951
      Adam Barth authored
      If there are no other gestures in the arena, we should kick off the scroll
      gesture right away. This change pulled a refactoring of how we dispatch events
      to Widgets. Now we dispatch events to Widgets interleaved with their associated
      RenderObjects. (Previously we dispatched to all of the RenderObjects first.)
      bef55951
  11. 28 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add GestureArena · d8de2f97
      Adam Barth authored
      In the GestureArena, gestures will fight it out to see which is the real
      ultimate gesture.
      d8de2f97