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
/
LineBoxFragment.cpp
Age
Commit message (
Expand
)
Author
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
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-02-24
LibWeb: Make text fragment indexing handle multi-code point glyphs
Timothy Flynn
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-07-17
LibWeb: Rename FormattingState to LayoutState
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Use more precise font metrics when doing inline layout
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-03
LibWeb: Align actual baselines, not just bottoms
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-08-15
LibWeb: Return correct selection_rect when the node is at the end
Tetsui Ohkubo
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling