1. 30 10月, 2020 1 次提交
  2. 24 10月, 2020 1 次提交
  3. 18 10月, 2020 1 次提交
  4. 26 9月, 2020 1 次提交
  5. 24 9月, 2020 2 次提交
    • D
      isCloneOf for Image (#21371) · 2ea7e523
      Dan Field 提交于
      * isCloneOf for Image
      
      * Update docs, add missing impl
      2ea7e523
    • D
      Create an ImageHandle wrapper (#21057) · b49de93b
      Dan Field 提交于
      Allows for reference counting of images before disposal.
      
      This will allow multiple callers to hold a reference to an image and dispose of their reference without disposing the underlying image until all handles have been disposed.
      
      This will be used by the framework to help resolve some of the kludge I was trying to introduce in flutter/flutter#64582
      b49de93b
  6. 15 9月, 2020 1 次提交
  7. 04 9月, 2020 1 次提交
    • S
      Manual roll of Dart b29f228f62...016e8880f0 (#20967) · d77dd310
      Siva 提交于
      dart-lang/sdk@016e8880f0a Version 2.10.0-90.0.dev
      dart-lang/sdk@34f636ce1d8 Revert "[vm/io] Fix FileSystemWatcher enum name typo."
      dart-lang/sdk@7a02118a410 [vm/fuchsia]: Safely shutdown the async message loop.
      dart-lang/sdk@334d3681467 [analyzer_plugin] Remove unused dart:async imports
      dart-lang/sdk@047c0f860a5 [Analyzer] Support analyzing open files without open workspaces
      dart-lang/sdk@f846d0e7ea0 [analyzer_cli] Remove unused dart:async imports
      dart-lang/sdk@ba372d6e8a4 [dartdev] Remove unused dart:async import
      dart-lang/sdk@30cfb228c00 [nnbd_migration] Remove unused dart:async imports
      dart-lang/sdk@1134a0f17c8 [analysis_server] Remove unused dart:async imports
      dart-lang/sdk@3317d47c7de [_fe_analyzer_shared] Remove unused dart:async import
      dart-lang/sdk@0a036db5962 [vm/io] Fix FileSystemWatcher enum name typo.
      dart-lang/sdk@000f3135a5c [analyzer] Remove unused dart:async imports
      dart-lang/sdk@7817aa17967 [dartfix] Remove unused dart:async imports
      dart-lang/sdk@0144087619f Version 2.10.0-89.0.dev
      dart-lang/sdk@42dfb9d3046 Add `generateCallGraphWithDominators` method to generate a `CallGraph` from a precompiler trace.
      dart-lang/sdk@01024dfa5a8 Issue 43200. Report ASSIGNMENT_TO_FINAL when 'final late' has an initializer.
      dart-lang/sdk@ab16d79af97 Revert "Flow analysis changes to fix mixed-mode unsoundness loophole."
      dart-lang/sdk@7363adca67a [infra] Update checked-in SDKs to 2.10.0-79.0.dev
      dart-lang/sdk@d833f2f65c1 Flow analysis changes to fix mixed-mode unsoundness loophole.
      dart-lang/sdk@33e4a6bc2a8 Revert "[vm] Have Read/WriteStream use (S)LEB128 for variable-length encoding."
      dart-lang/sdk@d9dc24b53e7 Version 2.10.0-88.0.dev
      dart-lang/sdk@7130dd4d3d9 [cfe] Report error on non-void setter return type
      dart-lang/sdk@a7cb764aa45 [tests/ffi] Reinstate deleted test
      dart-lang/sdk@39689eb07cd [co19] Roll co19 to 9c07e26d67665de7972ba6f7e87369933a978545
      dart-lang/sdk@1f92293fd58 Revert "[dart:html] Add 'creates' type description to JS calls"
      dart-lang/sdk@e44cf969c64 Fix creates value for getStats
      dart-lang/sdk@15201ebe5f1 Version 2.10.0-87.0.dev
      dart-lang/sdk@eb8dfee1074 [CFE] Clean up duplicate entries in spell checker lists
      d77dd310
  8. 07 8月, 2020 1 次提交
  9. 01 8月, 2020 1 次提交
  10. 30 7月, 2020 1 次提交
  11. 29 7月, 2020 1 次提交
  12. 25 7月, 2020 1 次提交
    • S
      Manual merge of Dart a3815b6590...24c7666def (#19967) · 3bb6cc26
      Siva 提交于
      * Manual merge or Dart into flutter a3815b6590...24c7666def
      
      dart-lang/sdk@24c7666def Update tests that have the current version number hardcoded
      dart-lang/sdk@f88ce7aef5 Increase Dart version to 2.10
      
      * Update language version.
      
      * Update license.
      
      * Hpdate language version.
      
      * Update license.
      3bb6cc26
  13. 22 7月, 2020 1 次提交
    • D
      Refactor instantiateImageCodec/decodeImageFromPixels to provide an ImageDescriptor (#19537) · 52813224
      Dan Field 提交于
      Refactors instantiateImageCodec and decodeImageFromPixels to provide intermediate data about the image width, height, and bytes per pixel. This allows for more fine grained control from Dart, particularly when trying to reason about how or whether to maintain aspect ratio in the targetWidth/targetHeight parameters.
      
      This leaves the existing methods functional by re-implementing them to use the new ImmutableBuffer/ImageDescriptor class.
      
      The ImmutableBuffer class is provided so that callers can avoid copying the image data multiple times if they wish to re-recreate the image descriptor.
      
      Related Issues
      52813224
  14. 15 7月, 2020 1 次提交
  15. 11 7月, 2020 1 次提交
  16. 10 7月, 2020 1 次提交
  17. 01 7月, 2020 1 次提交
  18. 19 6月, 2020 1 次提交
    • D
      Parameterize upscaling for image decoding (#19067) · 5157a6b2
      Dan Field 提交于
      Adds an `allowUpscale` parameter to the Dart interfaces for instantiateImageCodec and decodeImageFromPIxels. If set to false, the image bounds will be clamped at their intrinsic dimensions.
      
      A later commit will change the default to true.
      5157a6b2
  19. 17 6月, 2020 1 次提交
  20. 13 6月, 2020 1 次提交
  21. 09 6月, 2020 1 次提交
  22. 06 6月, 2020 2 次提交
  23. 04 6月, 2020 1 次提交
  24. 04 3月, 2020 1 次提交
  25. 03 3月, 2020 1 次提交
  26. 29 2月, 2020 1 次提交
  27. 23 2月, 2020 1 次提交
  28. 21 2月, 2020 2 次提交
  29. 20 2月, 2020 1 次提交
  30. 15 2月, 2020 1 次提交
  31. 25 1月, 2020 1 次提交
  32. 18 1月, 2020 1 次提交
  33. 17 1月, 2020 1 次提交
  34. 20 12月, 2019 1 次提交
  35. 18 12月, 2019 2 次提交
    • L
      Revert "Fix off-by-one fromRGBO alpha value calculation (#13777)" (#14548) · c327cae7
      Lau Ching Jun 提交于
      This reverts commit 9f2daad6.
      c327cae7
    • T
      Fix off-by-one fromRGBO alpha value calculation (#13777) · 9f2daad6
      Tomás Arias 提交于
      Constructing colors using `fromRGBO` should return the same values as the CSS
      `rgba()` notation.  rgba(0, 0, 255, 0.5) is the same as `#0000ff80`
      
      However `fromRGBO` sometimes creates a color with an off-by-one alpha value:
      
          expect(Color.fromRGBO(0, 0, 255, 0.5), Color(0x800000ff));
      
      Expected: Color:<Color(0x800000ff)>
        Actual: Color:<Color(0x7f0000ff)>
      
      If we use `withOpacity` to create the same color, it returns the correct color:
      
          expect(Color.fromRGBO(0, 0, 255, 1).withOpacity(0.5), Color(0x800000ff));
      
      This should also be changed in lib/web_ui/lib/src/ui/painting.dart in a
      followup change.
      9f2daad6
  36. 13 12月, 2019 1 次提交