1. 06 Nov, 2015 1 commit
  2. 05 Nov, 2015 7 commits
    • Hixie's avatar
      Add more Gesture Arena tests · aaee3b93
      Hixie authored
      ...and clean them up so it's easier to understand them.
      aaee3b93
    • Hixie's avatar
      Make Draggable use gestures · 255ed0b9
      Hixie authored
      Draggable is now itself a gesture arena member. This means it won't
      conflict with other gesture recognisers in the same path.
      
      This also allows variants of Draggable that are triggered by other
      gestures.
      
      Also, some cleanup of DoubleTapGestureRecognizer, GestureDetector, and
      PrimaryPointerGestureRecognizer.
      
      Also, make MultiTapGestureRecognizer support a timeout for longpress.
      
      Also, make Draggable data be typed.
      
      Also, hide warnings about constructor warnings for now. Analyzer doesn't
      support them yet. (Have to do this on a per-line basis)
      
      Directions for future research:
       - animating the avatar (enter/exit transitions)
       - interaction with the navigator (canceling a drag on page navigation, etc)
       - double-tap draggable
      255ed0b9
    • Matt Perry's avatar
      Merge pull request #1970 from mpcomplete/updater.urls · 5516d12f
      Matt Perry authored
      Fix updater. It was looking for the wrong files.
      5516d12f
    • Matt Perry's avatar
      72c17afa
    • Adam Barth's avatar
      Add the ability to have translucent gesture detectors · 2fc5a759
      Adam Barth authored
      A translucent gesture detector still listens for gestures but also lets the
      content visually behind the detector receive events.
      2fc5a759
    • Hans Muller's avatar
      7bafe54a
    • Adam Barth's avatar
      Improve hit testing · 9bc64540
      Adam Barth authored
      Now a RenderBox is considered hit if one of its children are hit or it itself
      decides that it's hit. In particular, empty space inside a flex won't be hit
      because none of the children are located there and a RenderFlex doesn't
      consider itself hittable.
      
      Fixes #53
      Fixes #1221
      9bc64540
  3. 04 Nov, 2015 25 commits
  4. 03 Nov, 2015 7 commits