1. 08 Jan, 2021 1 commit
  2. 25 Dec, 2020 1 commit
  3. 24 Dec, 2020 1 commit
  4. 11 Dec, 2020 1 commit
  5. 04 Dec, 2020 1 commit
  6. 03 Dec, 2020 1 commit
  7. 23 Nov, 2020 1 commit
  8. 22 Nov, 2020 1 commit
  9. 09 Nov, 2020 1 commit
  10. 03 Nov, 2020 2 commits
  11. 02 Nov, 2020 1 commit
  12. 01 Nov, 2020 3 commits
  13. 31 Oct, 2020 1 commit
  14. 30 Oct, 2020 1 commit
  15. 29 Oct, 2020 1 commit
  16. 27 Oct, 2020 1 commit
  17. 19 Oct, 2020 1 commit
  18. 15 Oct, 2020 1 commit
  19. 10 Oct, 2020 1 commit
  20. 08 Oct, 2020 2 commits
  21. 07 Oct, 2020 2 commits
  22. 05 Oct, 2020 2 commits
  23. 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
  24. 29 Sep, 2020 2 commits
  25. 28 Sep, 2020 1 commit
  26. 27 Sep, 2020 1 commit
  27. 23 Sep, 2020 1 commit
  28. 17 Sep, 2020 1 commit
  29. 15 Sep, 2020 4 commits