xilem/masonry/examples
Tom Churchman 923c0fb8ca
Remove manual recursion to child `paint` and `accessibility` (#557)
Recursing is done inside the paint and accessibility passes since
ff7635e4c2. I believe this is the correct
continuation of #522, with the removal of these methods "left for later"
as mentioned in
https://github.com/linebender/xilem/pull/522#issuecomment-2298610203.

One note is that Flex now debug-paints its baseline under its children,
rather than over them.
2024-08-28 13:41:36 +00:00
..
assets Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
calc_masonry.rs Remove manual recursion to child `paint` and `accessibility` (#557) 2024-08-28 13:41:36 +00:00
custom_widget.rs masonry: Use Kurbo via Vello. (#223) 2024-08-16 13:53:09 +00:00
hello_masonry.rs Differentiate pointer buttons in `Button` Widget and View (#397) 2024-06-14 16:40:26 +00:00
readme.md Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
simple_image.rs Fix typos. (#556) 2024-08-26 13:55:55 +00:00
to_do_list.rs Differentiate pointer buttons in `Button` Widget and View (#397) 2024-06-14 16:40:26 +00:00

readme.md

Masonry examples

TODO:

  • List examples in this folder
  • Add screenshot test to each example
  • Use the screenshot in this list