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
/
LayoutState.cpp
Age
Commit message (
Expand
)
Author
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
Sam Atkins
2023-01-01
LibWeb: Use TextTop and TextBottom property for VerticalAlign
martinfalisse
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-05
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
Aliaksandr Kalenik
2022-10-15
LibWeb: Assign hypothetical flex item main sizes as temporary main size
Andreas Kling
2022-10-14
LibWeb: Apply min/max constraints to sizes that are initially definite
Andreas Kling
2022-10-14
LibWeb: Mark percentage heights as initially definite when appropriate
Andreas Kling
2022-10-07
LibWeb: Floating boxes with width:auto don't have definite width
Andreas Kling
2022-10-06
LibWeb: Use Layout::Node::display() everywhere
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-22
LibWeb: Only include containing blocks in coordinate space translation
Andreas Kling
2022-09-14
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
Andreas Kling
2022-09-08
LibWeb: Use correct box edge when looking for space between floats
Andreas Kling
2022-09-07
LibWeb: Improve `float: right` behavior
Andreas Kling
2022-07-26
LibWeb: Resolve definite sizes when instantiating UsedValues
Andreas Kling
2022-07-26
LibWeb: Move "has-definite-width/height" flags to UsedValues
Andreas Kling
2022-07-19
LibWeb: Add accessors for UsedValues::computed_{width,height}
Andreas Kling
2022-07-17
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling