1. 08 11月, 2018 2 次提交
  2. 27 10月, 2018 1 次提交
  3. 19 10月, 2018 1 次提交
  4. 12 10月, 2018 1 次提交
  5. 10 10月, 2018 1 次提交
    • M
      Add a ratio cap to decoded animated image frames (#6310) · 7afbcd97
      Michael Klimushyn 提交于
      Provide a relative, per-image limit to the amount of memory
      that's used to cache decoded image frames. Adds an overridable default
      that developers can set to control how much memory images are allowed
      to use decoded vs undecoded. The cap is set in flutter/flutter#22452.
      
      Note that required frames are always cached regardless of the ratio cap,
      because they're currently necessary for the GIF to animate. Previously
      cached unessential frames are not cleared in response to the cache
      hitting or exceeding the cap.
      
      Addresses #20998 and #14344.
      7afbcd97
  6. 03 10月, 2018 2 次提交
  7. 08 9月, 2018 1 次提交
  8. 27 7月, 2018 1 次提交
  9. 26 7月, 2018 1 次提交
  10. 24 7月, 2018 1 次提交
  11. 13 7月, 2018 1 次提交
  12. 12 7月, 2018 1 次提交
  13. 11 7月, 2018 1 次提交
  14. 10 7月, 2018 1 次提交
  15. 03 7月, 2018 1 次提交
  16. 30 6月, 2018 1 次提交
  17. 22 6月, 2018 1 次提交
  18. 20 6月, 2018 1 次提交
  19. 19 6月, 2018 1 次提交
  20. 15 6月, 2018 1 次提交
  21. 13 6月, 2018 1 次提交
  22. 08 6月, 2018 1 次提交
    • G
      Fixing image encoding format conversion. (#5489) · 5d2f24aa
      Greg Spencer 提交于
      On a Linux host, we were having to convert the type of the bitmap to N32, but we weren't also fixing the channel order to RGBA, so consequently we were getting BGRA when the API was asking for RGBA. This forces the color format to be RGBA when that is what is asked for.
      
      We weren't needing to do conversion on macOS, so macOS was always getting RGBA.
      5d2f24aa
  23. 19 5月, 2018 1 次提交
  24. 18 5月, 2018 2 次提交
  25. 17 5月, 2018 1 次提交
  26. 11 5月, 2018 2 次提交
  27. 10 5月, 2018 1 次提交
  28. 01 5月, 2018 2 次提交
  29. 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
  30. 21 4月, 2018 1 次提交
  31. 19 4月, 2018 1 次提交
  32. 17 4月, 2018 3 次提交
  33. 14 4月, 2018 1 次提交