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
/
BlockFormattingContext.cpp
Age
Commit message (
Expand
)
Author
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Add BlockFormattingContext::root()
Andreas Kling
2021-09-22
LibWeb: Ignore negative margins for calculating height in a BFC
Tobias Christiansen
2021-09-18
LibWeb: Add transform: translateY() support
Tobias Christiansen
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-06
LibWeb: Expose size calculation of BlockFormattingContext
Tobias Christiansen
2021-06-06
LibWeb: Flex-items aren't affected by float nor clear
Tobias Christiansen
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-12
LibWeb: Move clearing boxes below preceding floating boxes
Timothy Flynn
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-30
LibWeb: Use min-height in calculating block box height
Egor Ananyin
2021-04-30
LibWeb: Fix floating box position calculation
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-03-30
LibWeb: Compute position of relative blocks before placing them
Timothy Flynn
2021-03-29
LibWeb: Compute position of relative block elements
Timothy Flynn
2021-03-26
LibWeb: Consider floating children when computing auto-height
Timothy Flynn
2021-03-08
LibWeb: Some improvements to CSS height:auto computation for blocks
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
LibWeb: Respect explicitly specified CSS "height" on block elements
Andreas Kling
2021-02-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling