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
/
InlineLevelIterator.h
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-01-05
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
Sam Atkins
2022-09-18
LibWeb: Add missing includes
Ben Wiederhake
2022-07-17
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-07-06
LibWeb: Cache a pointer to the IFC root in InlineLevelIterator
Andreas Kling
2022-03-27
LibWeb: Make whitespace collapsing stateless
Andreas Kling
2022-03-26
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
Andreas Kling
2022-03-22
LibWeb: Support CSS floats in inline flow
Andreas Kling
2022-03-08
LibWeb: Make InlineLevelIterator emit absolutely positioned items
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-14
LibWeb: Support inline-level padding and border properly
Andreas Kling
2022-01-23
LibWeb: Pass correct state to TextNode::compute_text_for_rendering()
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator::m_container a Layout::BlockContainer&
Andreas Kling
2022-01-23
LibWeb: Ignore some collapsible whitespace when building lines
Andreas Kling
2022-01-23
LibWeb: Dimension inline-block boxes before deciding about line breaks
Andreas Kling
2022-01-23
LibWeb: Add inline-level iterator that enumerates items for line layout
Andreas Kling