1. 25 Sep, 2015 1 commit
  2. 23 Sep, 2015 3 commits
  3. 21 Sep, 2015 1 commit
    • 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
  4. 19 Sep, 2015 1 commit
  5. 18 Sep, 2015 2 commits
  6. 17 Sep, 2015 2 commits
  7. 14 Sep, 2015 1 commit
  8. 08 Sep, 2015 2 commits
  9. 03 Sep, 2015 1 commit
  10. 02 Sep, 2015 2 commits
    • Adam Barth's avatar
      Move widgets and rendering inside src · 693ddcd8
      Adam Barth authored
      Code outside of package:sky should import this code using
      
      package:sky/rendering.dart
      package:sky/widgets.dart
      
      Moving this code into the "src" directory is a convention that signifies that
      and it cleans up the generated dartdoc because the libraries in the src
      directory aren't included in the generated documentation. Instead, the classes
      are documented in the widgets.dart and rendering.dart libraries.
      693ddcd8
    • Viktor Lidholt's avatar
      Fixes issue in sprite constraint · ffd3a1b2
      Viktor Lidholt authored
      ffd3a1b2
  11. 01 Sep, 2015 2 commits
  12. 26 Aug, 2015 2 commits
  13. 25 Aug, 2015 3 commits