ladybird/Userland
Aliaksandr Kalenik 7a1f3f7ae3 LibWeb: Change grid item placement to look for area by boundary lines
Areas are disassembled into boundary lines on `build_grid_areas()` step,
so we can always use them to find grid item's position during placement.
This way we support both ways to define area: `grid-template-areas` and
implicitly using `-start` and `-end` boundary line names.
2024-07-18 09:05:37 +02:00
..
Libraries LibWeb: Change grid item placement to look for area by boundary lines 2024-07-18 09:05:37 +02:00
Services ImageDecoder: Pass decoded images as Gfx::Bitmap over IPC 2024-07-18 09:05:10 +02:00
Utilities Everywhere: Rename Gfx::OpenType::Font to Gfx::OpenType::Typeface 2024-07-13 09:31:02 +02:00