1. 23 Jul, 2018 1 commit
  2. 16 Jul, 2018 2 commits
  3. 21 Dec, 2017 1 commit
  4. 07 Dec, 2017 1 commit
  5. 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
  6. 03 Oct, 2017 1 commit
    • Adam Barth's avatar
      Restore FractionalOffset operators (#12368) · 31b6ac04
      Adam Barth authored
      These now act the way they used to act if both operands are
      FractionalOffsets.  Once you mix in some other AlignmentGeometry
      objects, everything gets converted to the AlignmentGeometry coordinate
      system.
      31b6ac04
  7. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd