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-06-01
LibWeb: Measure the overflow for all scroll containers
Andreas Kling
2023-06-01
LibWeb: Put debug spam about negative content sizes behind a flag
Andreas Kling
2023-05-31
LibWeb: Move layout box rect helpers into FormattingContext
Andreas Kling
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-23
LibWeb: Simplify margin & border box construction in `LayoutState`
Jelle Raaijmakers
2023-05-23
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
Andreas Kling
2023-05-06
LibWeb: Get rid of weird Length::resolved() usage in LayoutState
Andreas Kling
2023-05-02
LibWeb: Account for box-sizing:border-box in layout-less definite sizes
Andreas Kling
2023-05-02
LibWeb: Remove vestigial resolve_definite_width/height helper functions
Andreas Kling
2023-04-20
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-03-30
LibWeb: Remove CalculatedStyleValue from Length
Sam Atkins
2023-03-27
LibWeb: Make box content sizes indefinite before intrinsic sizing
Andreas Kling
2023-03-26
LibWeb: Fix mistype in `LayoutState`
Cameron Youell
2023-03-25
LibWeb: Add FIXME whining to debug log if layout produces negative sizes
Andreas Kling
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