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-08-16
LibWeb: Render flex line items RTL (reversed items) for FlexEnd
watkinsr
2022-08-14
LibWeb: Remove unused member LineBuilder::m_layout_mode
Andreas Kling
2022-08-14
LibWeb: Use parent and sibling positions for absolutely positioned div
martinfalisse
2022-08-14
LibWeb: Factor out compute_y_position
martinfalisse
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-07
LibWeb: Allow % height of a % height parent in block-formatted elements
MacDue
2022-08-07
LibWeb: Allow absolute boxes to have a % height of a % height parent
MacDue
2022-08-07
LibWeb: Use rect value in CSS clip property
Tom
2022-07-26
LibWeb: Make automatic heights for abspos non-replaced behave better
Andreas Kling
2022-07-26
LibWeb: Remove FFC helpers is_{main,cross}_axis_margin_first_auto()
Andreas Kling
2022-07-26
LibWeb: Don't treat calc() in used flex basis as definite for now
Andreas Kling
2022-07-26
LibWeb: Make two passes in FFC where to support percentage min/max sizes
Andreas Kling
2022-07-26
LibWeb: Improve min/max content contribution calculations for flex items
Andreas Kling
2022-07-26
LibWeb: Clamp flex items to min/max main size during intrinsic sizing
Andreas Kling
2022-07-26
LibWeb: Simplify flex container main size determination
Andreas Kling
2022-07-26
LibWeb: Add FFC helpers for getting the computed main/cross size of box
Andreas Kling
2022-07-26
LibWeb: Move get_pixel_{width,height} helpers into FFC class
Andreas Kling
2022-07-26
LibWeb: Mark flex item cross sizes as definite when spec asks us to
Andreas Kling
2022-07-26
LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing
Andreas Kling
2022-07-26
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
Andreas Kling
2022-07-26
LibWeb: Take size constraints into account in fit-content calculations
Andreas Kling
2022-07-26
LibWeb: Resolve flexbox percent heights against containing block height
Andreas Kling
2022-07-26
LibWeb: Resolve definite sizes when instantiating UsedValues
Andreas Kling
2022-07-26
LibWeb: Actually check if percentage used flex basis is definite
Andreas Kling
2022-07-26
LibWeb: Don't override main size during flex item cross sizing
Andreas Kling
2022-07-26
LibWeb: Some flex items have definite size after flexing
Andreas Kling
2022-07-26
LibWeb: Containing block always has definite width during abspos layout
Andreas Kling
2022-07-26
LibWeb: Move "has-definite-width/height" flags to UsedValues
Andreas Kling
2022-07-26
LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()
Andreas Kling
2022-07-25
LibWeb: Honor flex container sizing constraints in available space
Andreas Kling
2022-07-25
LibWeb: Position abspos children of flex container after parent layout
Andreas Kling
2022-07-25
LibWeb: Simplify some code with CSS::LengthPercentage::is_auto()
Andreas Kling
2022-07-25
LibWeb: Count flex item's *outer* size towards container intrinsic size
Andreas Kling
2022-07-25
LibWeb: Add helpers for adding margin box to flex item's content size
Andreas Kling
2022-07-23
LibWeb: Support `appearance: none` for `<progress>` elements
MacDue
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-21
LibWeb: Remember the used flex basis for each flex item
Andreas Kling
2022-07-21
LibWeb: Use right offset for `justify-content: flex-end`
Andreas Kling
2022-07-21
LibWeb: Resolve `auto` containing block sizes before intrinsic sizing
Andreas Kling
2022-07-21
LibWeb: Floor hypothetical main size at 0
Andreas Kling
2022-07-19
LibWeb: Add accessors for UsedValues::computed_{width,height}
Andreas Kling
2022-07-19
LibWeb: Honor the flexbox spec's "automatic minimum size" everywhere
Andreas Kling
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-17
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-07-17
LibWeb: Implement basic stretch alignment for `flex-wrap: wrap`
Andreas Kling
2022-07-17
LibWeb: Update flex container intrinsic size algorithm to draft spec
Andreas Kling
2022-07-15
LibWeb: Remove weird is_undefined_or_auto() helper in FFC
Andreas Kling
2022-07-15
LibWeb: Update flex line "remaining free space" when finished
Andreas Kling
2022-07-13
LibWeb: Only create one wrapper for inline content inside flex container
Andreas Kling
[next]