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.h
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-10
LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec
Andreas Kling
2023-03-10
LibWeb: Simplify FFC get_pixel_{width,height} internal helper API
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-01-07
LibWeb: Store flex item used sizes as Optional<CSSPixels>
Andreas Kling
2023-01-05
LibWeb: Convert FlexFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FormattingContext to new pixel units
Sam Atkins
2022-11-05
LibWeb: Use preferred flex item sizes as min/max-content contribution
Andreas Kling
2022-10-27
LibWeb: Implement static position for abspos children of flex container
Andreas Kling
2022-10-14
LibWeb: Implement basic support for align-content in flex layout
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-03
LibWeb: Make intrinsic heights dependent on available width
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-09-29
LibWeb: Resolve cross-axis flex item margins in the common case
Andreas Kling
2022-09-29
LibWeb: Make FormattingContext::run() take available space as input
Andreas Kling
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-24
LibWeb: Add FormattingContext::automatic_content_height()
Andreas Kling
2022-09-14
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
Andreas Kling
2022-07-26
LibWeb: Remove FFC helpers is_{main,cross}_axis_margin_first_auto()
Andreas Kling
2022-07-26
LibWeb: Make two passes in FFC where to support percentage min/max sizes
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: Actually check if percentage used flex basis is definite
Andreas Kling
2022-07-26
LibWeb: Some flex items have definite size after flexing
Andreas Kling
2022-07-25
LibWeb: Position abspos children of flex container after parent layout
Andreas Kling
2022-07-25
LibWeb: Add helpers for adding margin box to flex item's content size
Andreas Kling
2022-07-21
LibWeb: Remember the used flex basis for each flex item
Andreas Kling
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: Update flex container intrinsic size algorithm to draft spec
Andreas Kling
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-07-11
LibWeb: Add FFC helpers for getting intrinsic size of flex items
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-06
LibWeb: Keep the "remaining free space" across flexbox algo steps
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-04-06
LibWeb: Implement basic intrinsic sizing algorithms for flex containers
Andreas Kling
2022-04-02
LibWeb: Implement flex reverse layouts
Enver Balalic
2022-03-30
LibWeb: Fix sizing of flex child that has flex-basis 0
Enver Balalic
2022-03-27
LibWeb: Take borders and padding into account when doing Flex layout
Enver Balalic
2022-03-13
LibWeb: Add a debug helper to dump current state of an FFC
Andreas Kling
2022-03-13
LibWeb: Handle many more cases with intrinsic/auto sizing in flex layout
Andreas Kling
2022-03-13
LibWeb: Add FFC helpers for resolving definite main/cross sizes
Andreas Kling
2022-03-13
LibWeb: Remove ad-hoc setup step from FFC layout algorithm
Andreas Kling
[next]