1. 31 Mar, 2021 1 commit
  2. 26 Mar, 2021 1 commit
  3. 24 Mar, 2021 1 commit
  4. 19 Mar, 2021 2 commits
  5. 12 Mar, 2021 2 commits
  6. 10 Mar, 2021 1 commit
  7. 18 Feb, 2021 1 commit
  8. 08 Jan, 2021 1 commit
  9. 25 Dec, 2020 1 commit
  10. 24 Dec, 2020 1 commit
  11. 11 Dec, 2020 1 commit
  12. 04 Dec, 2020 1 commit
  13. 03 Dec, 2020 1 commit
  14. 23 Nov, 2020 1 commit
  15. 22 Nov, 2020 1 commit
  16. 09 Nov, 2020 1 commit
  17. 03 Nov, 2020 2 commits
  18. 02 Nov, 2020 1 commit
  19. 01 Nov, 2020 3 commits
  20. 31 Oct, 2020 1 commit
  21. 30 Oct, 2020 1 commit
  22. 29 Oct, 2020 1 commit
  23. 27 Oct, 2020 1 commit
  24. 19 Oct, 2020 1 commit
  25. 15 Oct, 2020 1 commit
  26. 10 Oct, 2020 1 commit
  27. 08 Oct, 2020 2 commits
  28. 07 Oct, 2020 2 commits
  29. 05 Oct, 2020 2 commits
  30. 01 Oct, 2020 2 commits
    • Dan Field's avatar
      Revert dispose images when done (#67100) · 473358d9
      Dan Field authored
      * Revert "docs for image disposal (#67066)"
      
      This reverts commit bcb2ac5a.
      
      * Revert "Dispose of images after using them (#66688)"
      
      This reverts commit a7954691.
      473358d9
    • Dan Field's avatar
      Dispose of images after using them (#66688) · a7954691
      Dan Field authored
      * Dispose of images after using them
      Adds ImageInfo.clone, ImageInfo.dispose, and ImageInfo.isCloneOf.
      Makes all stateful holders of ui.Image objects properly clone and dispose of them.
      Behavior change for ImageStreamCompleter: Removing the last listener after registering at least one listener results in the object being disposed, and new listeners cannot be added, unless a keepAlive handle is created.
      Makes all non-stateful holders of ui.Image (i.e. paintImage and RawImage) assert that whoever gave the image to them has not disposed it on them.
      a7954691
  31. 29 Sep, 2020 1 commit