index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Layout
/
BlockFormattingContext.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-06
LibWeb: Move absolute positioning up to FormattingContext
Andreas Kling
2021-01-06
LibWeb: Rename LayoutStyle => CSS::ComputedValues
Andreas Kling
2021-01-02
LibWeb: When collapsing margins, consider border box heights
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2020-12-18
LibWeb: Silence BFC spam about not knowing how to place boxes
Andreas Kling
2020-12-17
LibWeb: Fix shrink-to-fit layout for position:absolute
Andreas Kling
2020-12-17
LibWeb: Use the correct containing block for position:absolute width
Andreas Kling
2020-12-17
LibWeb: Make sure the ICB is at least as tall as the viewport
Andreas Kling
2020-12-15
LibWeb: Generate the CSS::ValueID enum and its helper functions
Andreas Kling
2020-12-14
LibWeb: Use final box model metrics for absolute 'right' and 'bottom'
Andreas Kling
2020-12-14
LibWeb: Layout absolutely positioned children *after* computing height
Andreas Kling
2020-12-12
LibWeb: Store layout box model metrics as floats
Andreas Kling
2020-12-12
LibWeb: Don't place floating boxes before everything else
Andreas Kling
2020-12-11
LibWeb: Remove some unnecessary is_replaced() checks in BFC
Andreas Kling
2020-12-11
LibWeb: Move replaced element layout out of Layout::ReplacedBox
Andreas Kling
2020-12-11
LibWeb: Fix inline-block width computation with no specified width
Andreas Kling
2020-12-07
LibWeb: Use CSS::Length::resolved_or_zero() in a few places
Andreas Kling
2020-12-06
LibWeb: Forget floating boxes once we've gone past them
Andreas Kling
2020-12-06
LibWeb: Floating elements should not stack horizontally after clear
Andreas Kling
2020-12-06
LibWeb: Pass current target box to BFC::run()
Andreas Kling
2020-12-06
LibWeb: Move box floatation out of normal flow layout
Andreas Kling
2020-12-06
LibWeb: Layout floating children per block instead of whole BFC at once
Andreas Kling
2020-12-06
LibWeb: Do floating box placement together with other boxes
Andreas Kling
2020-12-06
LibWeb: Naively implement the CSS clear property
Andreas Kling
2020-12-06
LibWeb: Floating boxes with width:auto should be shrink-to-fit
Andreas Kling
2020-12-05
LibWeb: First slightly naive implementation of CSS floats :^)
Andreas Kling
2020-12-04
LibWeb: Block layout should account for vertical border space
Andreas Kling
2020-12-04
LibWeb: Block layout should resolve relative lengths against each box
Andreas Kling
2020-12-04
LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block()
Andreas Kling
2020-11-25
LibWeb: Keep track of the parent of each formatting context
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling