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
/
LineBuilder.h
Age
Commit message (
Expand
)
Author
2023-05-15
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
Andreas Kling
2023-01-05
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
Sam Atkins
2022-09-16
LibWeb: Improve inline flow around floating boxes
Andreas Kling
2022-09-13
LibWeb: Break lines until we have enough space between floats
Andreas Kling
2022-08-14
LibWeb: Remove unused member LineBuilder::m_layout_mode
Andreas Kling
2022-07-17
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
Andreas Kling
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-03-26
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
Andreas Kling
2022-03-26
LibWeb: Don't append collapsible whitespace to start of new line
Andreas Kling
2022-03-22
LibWeb: Support CSS floats in inline flow
Andreas Kling
2022-03-18
LibWeb: Make LineBuilder aware of the current LayoutMode
Andreas Kling
2022-03-09
LibWeb: Respect inline-axis margins between line box fragments :^)
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: Make LineBuilder assign height to empty line boxes
Andreas Kling
2022-01-23
LibWeb: Don't do horizontal inline line layout twice for last line
Andreas Kling
2022-01-23
LibWeb: Make LineBuilder respect LayoutMode::OnlyRequiredLineBreaks
Andreas Kling
2022-01-23
LibWeb: Dimension inline-block boxes before deciding about line breaks
Andreas Kling
2022-01-23
LibWeb: Add Layout::LineBuilder class for incremental line box layout
Andreas Kling