1. 11 12月, 2015 3 次提交
  2. 10 12月, 2015 15 次提交
  3. 09 12月, 2015 12 次提交
  4. 08 12月, 2015 6 次提交
  5. 07 12月, 2015 2 次提交
    • I
      Merge pull request #2147 from Hixie/RRect · 66b4b8da
      Ian Hickson 提交于
      Make RRect useful
      66b4b8da
    • I
      Make RRect useful · 5bf05d6d
      Ian Hickson 提交于
      Other changes:
       - Remove the default constructor for RRect and Rect.
       - Add trailing periods to Offset comments.
       - Add Offset.distanceSquared for people who want to compare x^2+y^2
         to r^2 without paying the cost of the sqrt. (Corresponding fix to
         OvalRect coming in a separate flutter patch.)
       - Fix a bug in Rect.lerp().
       - Fix various Rect comments.
       - Remove a "var" in Rect.
      
      Fixes #769.
      5bf05d6d
  6. 05 12月, 2015 2 次提交