1. 04 Mar, 2017 1 commit
  2. 05 Jan, 2017 2 commits
  3. 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
  4. 28 Sep, 2016 1 commit
  5. 07 Sep, 2016 1 commit
  6. 26 Jul, 2016 1 commit
  7. 30 Jun, 2016 1 commit
  8. 17 May, 2016 1 commit
  9. 31 Mar, 2016 1 commit
  10. 27 Mar, 2016 1 commit
  11. 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
  12. 14 Mar, 2016 1 commit
  13. 25 Feb, 2016 1 commit
  14. 12 Feb, 2016 1 commit
  15. 20 Dec, 2015 1 commit
  16. 10 Dec, 2015 1 commit
  17. 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
  18. 20 Oct, 2015 1 commit
  19. 05 Oct, 2015 1 commit
  20. 01 Oct, 2015 1 commit
  21. 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
  22. 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
  23. 08 Sep, 2015 2 commits
  24. 18 Aug, 2015 2 commits
  25. 04 Aug, 2015 1 commit
  26. 28 Jul, 2015 2 commits
  27. 16 Jul, 2015 1 commit