1. 05 6月, 2020 1 次提交
  2. 23 2月, 2020 1 次提交
  3. 15 5月, 2019 1 次提交
  4. 10 4月, 2019 1 次提交
    • C
      Rename the blink namespace to flutter. (#8517) · eec74e5c
      Chinmay Garde 提交于
      Some components in the Flutter engine were derived from the forked blink codebase. While the forked components have either been removed or rewritten, the use of the blink namespace has mostly (and inconsistently) remained. This renames the blink namesapce to flutter for consistency. There are no functional changes in this patch.
      eec74e5c
  5. 08 11月, 2018 1 次提交
  6. 27 7月, 2018 1 次提交
  7. 24 7月, 2018 1 次提交
  8. 11 7月, 2018 1 次提交
  9. 26 4月, 2018 1 次提交
    • D
      Path metrics/getBounds/combinations again (#4957) · c249b702
      Dan Field 提交于
      * add path measure
      
      * fix typo
      
      * getBound and addPathWithMatrix
      
      * Add myself to Authors, add PathOps
      
      * fix linting issues
      
      * update licenses_flutter to add new files
      
      * Use matrix4 instead of matrix3 for consistency/interop
      
      * put pubspec back
      
      * fix bug in getSegment
      
      * fix typo
      
      * Add return value for PathOp
      
      * refactoring from review
      
      * refactoring from review - still TBD on computeMetrics()
      
      * add doc
      
      * lint issue
      
      * fix computeMetrics, add Path.from
      
      * add missing wireup for clone
      
      * change PathMetrics to iterable, fix bug with angle on Tangent
      
      * prefer std::make_unique
      
      * cleanup docs
      
      * add path measure
      
      * fix typo
      
      * getBound and addPathWithMatrix
      
      * Add myself to Authors, add PathOps
      
      * fix linting issues
      
      * update licenses_flutter to add new files
      
      * Use matrix4 instead of matrix3 for consistency/interop
      
      * put pubspec back
      
      * fix bug in getSegment
      
      * fix typo
      
      * Add return value for PathOp
      
      * refactoring from review
      
      * refactoring from review - still TBD on computeMetrics()
      
      * add doc
      
      * lint issue
      
      * fix computeMetrics, add Path.from
      
      * add missing wireup for clone
      
      * change PathMetrics to iterable, fix bug with angle on Tangent
      
      * prefer std::make_unique
      
      * cleanup docs
      
      * fix iterator bug
      
      * remove unnecessary clone for computeMetrics
      
      * fix some doc issues
      
      * fix PathMeasure iterator, extendWithPath, isClosed, and pubspec.lock
      
      * get rid of orElse; use StateException
      
      * StateError, not StateException
      
      * doc improvements and nits
      
      * add unit tests, fix bugs found during testing
      
      * fix two uncommited doc changes
      
      * one more
      
      * change sign of tangent angle, update docs
      
      * update unit tests for inverted angle
      
      * update tangent to include vector
      
      * Doc fixes
      
      * Fix MSVC compilation and unit test
      c249b702
  10. 10 4月, 2018 2 次提交
    • A
      Revert "Add support for measuring, combining, and getting bounds of Path objects " (#4954) · 3cc6c672
      Alexander Markov 提交于
      * Revert "Add support for measuring, combining, and getting bounds of Path objects  (#4799)"
      
      This reverts commit 8c00101a, as it broke engine build bots on Linux and Windows.
      3cc6c672
    • D
      Add support for measuring, combining, and getting bounds of Path objects (#4799) · 8c00101a
      Dan Field 提交于
      * add path measure
      
      * fix typo
      
      * getBound and addPathWithMatrix
      
      * Add myself to Authors, add PathOps
      
      * fix linting issues
      
      * update licenses_flutter to add new files
      
      * Use matrix4 instead of matrix3 for consistency/interop
      
      * put pubspec back
      
      * fix bug in getSegment
      
      * fix typo
      
      * Add return value for PathOp
      
      * refactoring from review
      
      * refactoring from review - still TBD on computeMetrics()
      
      * add doc
      
      * lint issue
      
      * fix computeMetrics, add Path.from
      
      * add missing wireup for clone
      
      * change PathMetrics to iterable, fix bug with angle on Tangent
      
      * prefer std::make_unique
      
      * cleanup docs
      
      * add path measure
      
      * fix typo
      
      * getBound and addPathWithMatrix
      
      * Add myself to Authors, add PathOps
      
      * fix linting issues
      
      * update licenses_flutter to add new files
      
      * Use matrix4 instead of matrix3 for consistency/interop
      
      * put pubspec back
      
      * fix bug in getSegment
      
      * fix typo
      
      * Add return value for PathOp
      
      * refactoring from review
      
      * refactoring from review - still TBD on computeMetrics()
      
      * add doc
      
      * lint issue
      
      * fix computeMetrics, add Path.from
      
      * add missing wireup for clone
      
      * change PathMetrics to iterable, fix bug with angle on Tangent
      
      * prefer std::make_unique
      
      * cleanup docs
      
      * fix iterator bug
      
      * remove unnecessary clone for computeMetrics
      
      * fix some doc issues
      
      * fix PathMeasure iterator, extendWithPath, isClosed, and pubspec.lock
      
      * get rid of orElse; use StateException
      
      * StateError, not StateException
      
      * doc improvements and nits
      
      * add unit tests, fix bugs found during testing
      
      * fix two uncommited doc changes
      
      * one more
      
      * change sign of tangent angle, update docs
      
      * update unit tests for inverted angle
      
      * update tangent to include vector
      
      * Doc fixes
      8c00101a
  11. 18 10月, 2017 1 次提交
  12. 12 9月, 2017 1 次提交
  13. 22 10月, 2016 1 次提交
  14. 10 8月, 2016 1 次提交
  15. 06 8月, 2016 1 次提交
  16. 04 8月, 2016 1 次提交
  17. 14 6月, 2016 1 次提交