index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
2022-07-13
LibWeb: Only create one wrapper for inline content inside flex container
Andreas Kling
2022-07-12
LibWeb: Use fit-content size for flex items with indefinite cross size
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibWeb: Add missing break to avoid fallthrough in FlexFormattingContext
Idan Horowitz
2022-07-12
LibWeb: Remove unused variable in FlexFormattingContext
Idan Horowitz
2022-07-12
LibWeb: Express flex item cross axis alignment as offsets-from-center
Andreas Kling
2022-07-12
LibWeb: Actually clamp flex line cross size to min/max-size
Andreas Kling
2022-07-12
LibWeb: Set up both containing block sizes before intrinsic sizing
Andreas Kling
2022-07-12
LibWeb: Floor scaled flex shrink factor at 1 when spec asks us to
Andreas Kling
2022-07-12
LibWeb: Take margin box into account when justifying flex items
Andreas Kling
2022-07-12
LibWeb: Add safety mechanism to guard against non-finite layout sizes
Andreas Kling
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-11
LibWeb: Honor preferred size as intrinsic cross size of flex items
Andreas Kling
2022-07-11
LibWeb: Implement step 9.2.3 of the flexbox layout algorithm
Andreas Kling
2022-07-11
LibWeb: Stop putting the FormattingState nodes in a slow hash map
Andreas Kling
2022-07-11
LibWeb: Bring sizing of replaced elements closer to spec
Andreas Kling
2022-07-11
LibWeb: Try to work out the intrinsic size of <svg> elements
Andreas Kling
2022-07-11
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
Andreas Kling
2022-07-11
LibWeb: Cache reference to <svg> element in SVGFormattingContext
Andreas Kling
2022-07-11
LibWeb: Use the *outer* flex base size in intrinsic size calculation
Andreas Kling
2022-07-11
LibWeb: Use the "scaled flex shrink factor" where noted by the spec
Andreas Kling
2022-07-11
LibWeb: Treat "flex-basis: 0px" like any other definite basis value
Andreas Kling
2022-07-11
LibWeb: More specialization of intrinsic sizing layout
Andreas Kling
2022-07-11
LibWeb: Don't iterate over text content inside replaced elements
Andreas Kling
2022-07-11
LibWeb: Use max-content main size for flex items w/ definite cross size
Andreas Kling
2022-07-11
LibWeb: Make sure we always apply size constraints in IFC
Andreas Kling
2022-07-11
LibWeb: Cache a pointer to the containing block state in IFC
Andreas Kling
2022-07-11
LibWeb: Factor out BFC "layout this block-level box" to a function
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-07-11
LibWeb: Move IFC result measurement from IFC to BFC
Andreas Kling
2022-07-11
LibWeb: Make BFC always drive IFC
Andreas Kling
2022-07-11
LibWeb: Add FFC helpers for getting intrinsic size of flex items
Andreas Kling
2022-07-11
LibWeb: Only perform the requested form of intrinsic size calculation
Andreas Kling
2022-07-11
LibWeb: Make separate functions for calculating min/max content sizes
Andreas Kling
2022-07-11
LibWeb: Clamp intrinsic flex item main size contributions to min/max
Andreas Kling
2022-07-10
LibWeb: Support flex item cross sizing based on intrinsic aspect ratio
Andreas Kling
2022-07-10
LibWeb: Don't include flex line margins in inner flex item cross sizes
Andreas Kling
2022-07-10
LibWeb: Improve support for flex-start/end with reversed flex-direction
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-09
LibWeb: Base marker size on font height rather than line height
MacDue
2022-07-06
LibWeb: Cache a pointer to the IFC root in InlineLevelIterator
Andreas Kling
2022-07-06
LibWeb: Keep the "remaining free space" across flexbox algo steps
Andreas Kling
2022-07-06
LibWeb: Add a 1-entry lookup cache to FormattingState
Andreas Kling
2022-07-06
LibWeb: Cache flex item main sizes to avoid relayout during same cycle
Andreas Kling
2022-07-04
LibWeb: Always apply min/max cross size constraints to flex items
Andreas Kling
2022-06-22
LibWeb: Implement "transferred size suggestion" for flex items
Andreas Kling
2022-06-21
LibWeb: Actually distribute free space to flex items with auto margins
Andreas Kling
2022-06-21
LibWeb: Implement (some of) "automatic minimum size" for flex items
Andreas Kling
2022-06-21
LibWeb: Make FFC prepare replaced child boxes for layout
Andreas Kling
[next]