1. 08 Oct, 2020 5 commits
  2. 07 Oct, 2020 8 commits
  3. 06 Oct, 2020 3 commits
  4. 05 Oct, 2020 6 commits
  5. 02 Oct, 2020 1 commit
  6. 01 Oct, 2020 4 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
      docs for image disposal (#67066) · bcb2ac5a
      Dan Field authored
      bcb2ac5a
    • 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
    • Phil Quitslund's avatar
      API docs for typedefs. (#67003) · d3155658
      Phil Quitslund authored
      d3155658
  7. 30 Sep, 2020 2 commits
  8. 29 Sep, 2020 5 commits
  9. 28 Sep, 2020 3 commits
  10. 27 Sep, 2020 2 commits
  11. 24 Sep, 2020 1 commit