1. 14 Apr, 2016 1 commit
  2. 25 Feb, 2016 2 commits
    • Adam Barth's avatar
      Remove PointerRouter and GestureArena arguments · 4b1a9ff1
      Adam Barth authored
      There's no reason to make clients supply a PointerRounter and a
      GestureArena when constructing gesture recognizers. These objects are
      statics and the gesture recognizers can just grab them directly.
      
      Also, remove the callback constructor arguments. Almost no code used
      them. Instead, people seem to prefer using the `..` operator to set
      callbacks on the recognizers. Removing the arguments removes a bunch of
      boilerplate.
      4b1a9ff1
    • Adam Barth's avatar
      Add the ability to recognize gestures on text spans · 8e326d72
      Adam Barth authored
      Currently the interface for recognizing gestures on text spans is pretty ugly,
      but hopefully we can improve it with time.
      
      Fixes #156
      8e326d72