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.h
Age
Commit message (
Expand
)
Author
2023-05-23
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
Andreas Kling
2023-05-02
LibWeb: Remove vestigial resolve_definite_width/height helper functions
Andreas Kling
2023-03-27
LibWeb: Make box content sizes indefinite before intrinsic sizing
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-01-05
LibWeb: Convert LayoutState 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: Split intrinsic heights cache by definite available widths
Andreas Kling
2022-10-15
LibWeb: Assign hypothetical flex item main sizes as temporary main size
Andreas Kling
2022-10-10
LibWeb: Split intrinsic heights cache based on available width
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-09-18
LibWeb: Remove the flex item size cache
sin-ack
2022-09-14
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
Andreas Kling
2022-09-13
LibWeb: Include all floating descendants in BFC root's automatic height
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: 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