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
/
FlexFormattingContext.cpp
Age
Commit message (
Expand
)
Author
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-03-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-26
LibWeb: Don't compute main axis "auto min-size" for flex item cross axis
Andreas Kling
2023-03-26
LibWeb: Use zero automatic minimum size for scroll-container flex items
Andreas Kling
2023-03-26
LibWeb: Remove unnecessary repeat of partial flex layout algorithm
Andreas Kling
2023-03-20
LibWeb: Let FormattingContext decide the automatic width of its root
Andreas Kling
2023-03-18
LibWeb: Treat flex item's cyclic percentage cross size as auto
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-14
LibWeb: Avoid inside layout of flex items during intrinsic sizing
Andreas Kling
2023-03-11
LibWeb: Don't touch flex items after they we've been frozen
Andreas Kling
2023-03-11
LibWeb: Use FlexItem::outer_hypothetical_main_size() in one more place
Andreas Kling
2023-03-11
LibWeb: Don't overflow flex containers on margin auto
Mathis Wiehl
2023-03-10
LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec
Andreas Kling
2023-03-10
LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
Andreas Kling
2023-03-10
LibWeb: Simplify FFC get_pixel_{width,height} internal helper API
Andreas Kling
2023-03-10
LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex items
Andreas Kling
2023-03-09
LibWeb: Avoid an unnecessary vector copy when generating flex items
Andreas Kling
2023-03-09
LibWeb: Remove FFC hack where we assign flex item box dimensions twice
Andreas Kling
2023-03-09
LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()
Andreas Kling
2023-03-09
LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContext
Andreas Kling
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-01-26
LibWeb: Use available space in FFC remaining space calculations
Andreas Kling
2023-01-26
LibWeb: Use available_inner_space_or_constraints_from() for flex items
Andreas Kling
2023-01-26
LibWeb: Always pass some available space to flex item fit-content sizing
Andreas Kling
2023-01-26
LibWeb: Always pass *some* available width to flex item intrinsic sizing
Andreas Kling
2023-01-26
LibWeb: Take used width into account for flex item intrinsic heights
Andreas Kling
2023-01-07
LibWeb: Take used width into account in flex item intrinsic cross sizing
Andreas Kling
2023-01-07
LibWeb: Store flex item used sizes as Optional<CSSPixels>
Andreas Kling
2023-01-07
LibWeb: Improve hypothetical flex item "auto" cross sizes
Andreas Kling
2023-01-07
LibWeb: Run more of flex layout algorithm for intrinsic sizing
Andreas Kling
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FlexFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2023-01-04
LibWeb: Support "start" and "end" values for justify-content
implicitfield
2022-12-28
LibWeb: Refactor should_skip_anonymous_text_runs
Tom
2022-12-15
LibWeb: Implement more values of flexbox align-content
Max Stevens
2022-11-27
LibWeb: Support box-sizing in flex formatting context
Aliaksandr Kalenik
2022-11-05
LibWeb: Use preferred flex item sizes as min/max-content contribution
Andreas Kling
2022-11-02
LibWeb: Fix `justify-content: center` interaction with flex item margins
Andreas Kling
2022-10-27
LibWeb: Implement static position for abspos children of flex container
Andreas Kling
2022-10-15
LibWeb: Assign hypothetical flex item main sizes as temporary main size
Andreas Kling
2022-10-14
LibWeb: Implement basic support for align-content in flex layout
Andreas Kling
2022-10-14
LibWeb: Clamp flex item's automatic cross sizes to min/max sizes
Andreas Kling
2022-10-10
LibWeb: Use *outside* available space for fit-content sizing in FFC
Andreas Kling
2022-10-10
LibWeb: Update FFC for spec change to intrinsic min-content cross size
Andreas Kling
2022-10-07
LibWeb: Treat cross min/max sizes better in flexbox layout
Andreas Kling
2022-10-04
LibWeb: Let FFC parent context "handle" sizing of child FFC container
Andreas Kling
2022-10-04
LibWeb: Only calculate intrinsic size in the desired flex axis
Andreas Kling
[next]