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
/
LineBox.cpp
Age
Commit message (
Expand
)
Author
2022-03-09
LibWeb: Respect inline-axis margins between line box fragments :^)
Andreas Kling
2022-02-28
LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVector
Andreas Kling
2022-02-28
LibWeb: Use coordinate instead of WeakPtr for box->fragment connection
Andreas Kling
2022-02-26
LibWeb: Add border box top/bottom metrics to line box fragments
Andreas Kling
2022-02-26
LibWeb: Remove unused LineBox::ends_with_forced_line_break()
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
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-11
LibWeb: Consider empty fragments the same as whitespace in LineBox
Dana Burkart
2021-08-29
LibWeb: Properly handle newlines at the end of LineBoxes
sin-ack
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling