index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibWeb
/
Layout
/
input
/
flex
Age
Commit message (
Expand
)
Author
2023-06-02
LibWeb: Support flex items with calc() main size containing percentages
Andreas Kling
2023-06-01
LibWeb: Allow infinitely long flex lines when sizing under max-content
Andreas Kling
2023-05-28
LibWeb: Support reverse flex layout with space-around/space-between
Andreas Kling
2023-05-17
LibWeb: Support flex-basis: calc(...)
Andreas Kling
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-09
LibWeb: Initial offset in reverse flex layout moved to opposite side
Emil Militzer
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-04-27
LibWeb: Fix bug where `box-sizing: border-box` made flex items too small
Andreas Kling
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
2023-04-17
LibWeb: Honor box-sizing in flex item "specified size suggestion"
Andreas Kling
2023-04-16
LibWeb: Fix multi-line flex column layouts with auto height on container
Andreas Kling
2023-04-16
LibWeb: Honor gap between flex lines when using align-content: stretch
Andreas Kling
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling