1. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  2. 16 Jun, 2017 1 commit
  3. 06 Jun, 2017 1 commit
  4. 01 Jun, 2017 1 commit
  5. 09 May, 2017 1 commit
  6. 03 May, 2017 1 commit
  7. 19 Apr, 2017 1 commit
  8. 04 Mar, 2017 1 commit
  9. 05 Jan, 2017 2 commits
  10. 16 Dec, 2016 1 commit
    • Ian Hickson's avatar
      Curves.decelerate (#7284) · 3e3d2192
      Ian Hickson authored
      Port DecelerateInterpolator to Flutter.
      
      Also, hide the Curve subclasses that you can't extend and that have no
      statics and are generally not useful.
      3e3d2192
  11. 28 Sep, 2016 1 commit
  12. 07 Sep, 2016 1 commit
  13. 26 Jul, 2016 1 commit
  14. 30 Jun, 2016 1 commit
  15. 17 May, 2016 1 commit
  16. 31 Mar, 2016 1 commit
  17. 27 Mar, 2016 1 commit
  18. 21 Mar, 2016 1 commit
    • Ian Hickson's avatar
      Provide more documentation for MojoShell · bef6ff3b
      Ian Hickson authored
      As usual, as I was doing this I ran into some stuff that seemed hard
      to document as-is and so I changed it. In this case, in the "http"
      library. The new code is more or less equivalent, I think, but the
      resulting documentation makes it more obvious that it's wrong...
      bef6ff3b
  19. 14 Mar, 2016 1 commit
  20. 25 Feb, 2016 1 commit
  21. 12 Feb, 2016 1 commit
  22. 20 Dec, 2015 1 commit
  23. 10 Dec, 2015 1 commit
  24. 03 Dec, 2015 1 commit
    • Hixie's avatar
      buildForwardTransition() · bc5307f5
      Hixie authored
      For those times when you want to do something as you move away from a
      route into the next one, as well as when you move into it from the
      previous one.
      bc5307f5
  25. 20 Oct, 2015 1 commit
  26. 05 Oct, 2015 1 commit
  27. 01 Oct, 2015 1 commit
  28. 18 Sep, 2015 1 commit
    • Hixie's avatar
      Allow route transitions to be more flexible · d4dd786b
      Hixie authored
      - Fix AnimationTiming to have defaults for 'interval' and 'curve' since
        that seems to be how we use it.
      
      - Merge RouteBase.build and RouteBase.buildTransition
      
      - Get rid of HistoryEntry, since it added nothing
      
      - Broke out RouteBase.createPerformance() so subclasses can change what
        is created.
      
      - Build the routes backwards so that we more efficiently avoid building
        hidden routes.
      
      - Introduce an explicit way (!hasContent) for RouteState to avoid
        building, rather than the implicit "build returns null" we had before.
      d4dd786b
  29. 14 Sep, 2015 1 commit
    • Hixie's avatar
      Clean up animation-related files. · 69fcc408
      Hixie authored
      Surface all the constructor arguments of AnimationTiming in all its subclasses.
      Remove some pointless casts.
      Fix some typos.
      Put constructors first in class declarations.
      Remove some blank lines where they just confused the structure of the code.
      69fcc408
  30. 08 Sep, 2015 2 commits
  31. 18 Aug, 2015 2 commits
  32. 04 Aug, 2015 1 commit
  33. 28 Jul, 2015 2 commits
  34. 16 Jul, 2015 1 commit