1. 26 Mar, 2016 1 commit
  2. 25 Mar, 2016 3 commits
  3. 24 Mar, 2016 3 commits
    • Hans Muller's avatar
      Scrollbar thumb color, etc · d89ccc4a
      Hans Muller authored
      d89ccc4a
    • Adam Barth's avatar
      Replace EdgeInsets.TRBL with EdgeInsets.fromLTRB · c8c325d0
      Adam Barth authored
      This matches the pattern from Rect. I've left EdgeInsets.TRBL marked as
      deprecated to give clients a chance to update.
      
      Fixes #2860
      c8c325d0
    • Hixie's avatar
      Support hairline borders · 9fc29dbb
      Hixie authored
      Previously, border with '0' was ambiguous. Sometimes we treated it as
      hairline borders, sometimes as "don't show the border", though even in
      the latter case we did some graphics work sometimes. Now we have an
      explicit BorderStyle.none flag to not draw the border efficiently.
      9fc29dbb
  4. 21 Mar, 2016 2 commits
  5. 16 Mar, 2016 1 commit
  6. 14 Mar, 2016 3 commits
  7. 13 Mar, 2016 5 commits
  8. 12 Mar, 2016 6 commits
  9. 10 Mar, 2016 2 commits
  10. 08 Mar, 2016 1 commit
  11. 07 Mar, 2016 1 commit
  12. 03 Mar, 2016 2 commits
  13. 02 Mar, 2016 3 commits
  14. 01 Mar, 2016 1 commit
  15. 29 Feb, 2016 1 commit
  16. 27 Feb, 2016 1 commit
    • Adam Barth's avatar
      Remove AnimationDirection · 3bbeee7b
      Adam Barth authored
      This concept is now private to AnimationController. All the clients actually
      want the AnimationStatus.
      3bbeee7b
  17. 26 Feb, 2016 4 commits