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
2022-08-16
LibWeb: Render flex line items RTL (reversed items) for FlexEnd
watkinsr
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: 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: 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: 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-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: 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: 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-12
LibWeb: Use fit-content size for flex items with indefinite cross size
Andreas Kling
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: 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: 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: 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: Use max-content main size for flex items w/ definite cross size
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-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
[next]