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
/
FormattingContext.cpp
Age
Commit message (
Expand
)
Author
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-12
LibWeb: Stop sizing the context root box in formatting contexts
Andreas Kling
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-01-24
LibWeb: Make IFC aware that its parent is always a BFC
Andreas Kling
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-10-28
LibWeb: Small fix to height computation for block-with-inline-children
Andreas Kling
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-21
LibWeb: Convert const pointer to nonnull into a reference
Ben Wiederhake
2021-10-19
LibWeb: Remove already-fixed FIXME in creates_block_formatting_context()
Andreas Kling
2021-10-17
LibWeb: Factor out creation of independent formatting contexts
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element height computation
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element width computation
Andreas Kling
2021-10-14
LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"
Andreas Kling
2021-10-14
LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it
Andreas Kling
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Don't attempt to layout the inside of childless boxes
Andreas Kling
2021-10-06
LibWeb: Remove unused local in FormattingContext::layout_inside()
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-09-23
LibWeb: Proritize FlexFormattingContext when display: flex is specified
Tobias Christiansen
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-04
LibWeb: Compute intrinsic height of absolute replaced elements
Timothy Flynn
2021-04-30
LibWeb: Position absolute boxes relative to the containing block
Egor Ananyin
2021-04-22
LibWeb: Fix height computation (again) :^)
Egor Ananyin
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibWeb: Fix height calculation for absolutely positioned boxes
Egor Ananyin
2021-04-13
LibWeb: Use min-height in calculating height
Egor Ananyin
2021-03-30
LibWeb: Create a new BFC when the overflow is neither visible nor clip
Timothy Flynn
2021-03-26
LibWeb: Compute height of absolutely positioned blocks when possible
Timothy Flynn
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-18
LibWeb: Add a very naive Layout::FlexFormattingContext :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
[prev]