1. 25 Jan, 2023 1 commit
    • Todd Volkert's avatar
      Only emit image painting events in debug & profile modes. (#118872) · 83c3a61e
      Todd Volkert authored
      * Only emit image painting events in debug & profile modes.
      
      These events were being emitted in release mode, which was showing up in the
      profiler for my app as taking up a noticeable amount of build time (still
      well within the frame budget, but this code was near the top of the list).
      
      * Review comment
      83c3a61e
  2. 21 Jan, 2023 1 commit
  3. 18 Jan, 2023 1 commit
  4. 12 Sep, 2022 1 commit
  5. 25 May, 2022 1 commit
    • Pierre-Louis's avatar
      Use `curly_braces_in_flow_control_structures` for `foundation`, `gestures`,... · 9cc72df7
      Pierre-Louis authored
      Use `curly_braces_in_flow_control_structures` for `foundation`, `gestures`, `painting`, `physics` (#104610)
      
      * Use `curly_braces_in_flow_control_structures` for `foundation`
      
      * Use `curly_braces_in_flow_control_structures` for `gestures`
      
      * Use `curly_braces_in_flow_control_structures` for `painting`
      
      * Use `curly_braces_in_flow_control_structures` for `physics`
      
      * fix comments
      
      * remove trailing space
      
      * fix TODO style
      9cc72df7
  6. 18 May, 2022 1 commit
  7. 01 Mar, 2022 1 commit
  8. 03 Feb, 2022 1 commit
  9. 12 Dec, 2021 1 commit
  10. 26 Aug, 2021 1 commit
  11. 16 Aug, 2021 1 commit
  12. 15 Jul, 2021 1 commit
  13. 14 Jul, 2021 3 commits
  14. 13 Jul, 2021 2 commits
  15. 01 Jun, 2021 1 commit
  16. 31 Mar, 2021 2 commits
  17. 26 Mar, 2021 1 commit
  18. 18 Feb, 2021 1 commit
  19. 29 Jan, 2021 1 commit
  20. 23 Oct, 2020 1 commit
  21. 05 Oct, 2020 1 commit
  22. 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
  23. 12 Aug, 2020 1 commit
  24. 13 Jul, 2020 1 commit
  25. 26 Jun, 2020 1 commit
  26. 24 Jun, 2020 1 commit
  27. 11 Jun, 2020 1 commit
  28. 18 Apr, 2020 1 commit
  29. 09 Apr, 2020 1 commit
  30. 26 Mar, 2020 1 commit
  31. 15 Jan, 2020 1 commit
  32. 09 Jan, 2020 1 commit
  33. 07 Jan, 2020 1 commit
  34. 18 Dec, 2019 1 commit
  35. 05 Dec, 2019 1 commit