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
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