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
/
Node.h
Age
Commit message (
Expand
)
Author
2023-05-26
LibWeb: Get reference height from closest non-anonymous ancestor
Andi Gallo
2023-05-23
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
Andreas Kling
2023-04-27
LibWeb: Verify that a node has styled properties in its styled accessors
Timothy Flynn
2023-04-01
LibWeb: Add .scaled_font() helper to Layout::Node
MacDue
2023-03-11
LibWeb: Add fast_is<T>() for various types stood out in a profile
Andreas Kling
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-01-29
LibJS+LibWeb: Move headers around to allow including Value from Cell
Timothy Flynn
2023-01-24
LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast
Andreas Kling
2023-01-24
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
Andreas Kling
2023-01-17
LibWeb: Output display type inline-table in layout dump
Aliaksandr Kalenik
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-09
LibWeb: Wrap table roots in anonymous block boxes
Aliaksandr Kalenik
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-20
LibWeb: Tie layout tree to a specific browsing context
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Only store one DOM pointer per Layout::Node
Andreas Kling
2022-10-06
LibWeb: Add Layout::Node::display()
Andreas Kling
2022-10-06
LibWeb: Remove Layout::Node::set_inline()
Andreas Kling
2022-10-06
LibWeb: Honor CSS display value in is_inline() and is_inline_block()
Andreas Kling
2022-09-29
LibWeb: Create flex items for empty generated boxes
Andreas Kling
2022-09-20
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
Andreas Kling
2022-09-17
LibWeb: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-07-26
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
Andreas Kling
2022-07-26
LibWeb: Move "has-definite-width/height" flags to UsedValues
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: Stop putting the FormattingState nodes in a slow hash map
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
LibWeb: Add Layout::Node::line_height()
Andreas Kling
2022-03-22
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
Andreas Kling
2022-03-19
LibWeb: Rename the LayoutMode enum values and explain them
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-13
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
Andreas Kling
2022-03-13
LibWeb: Improve how layout nodes decide whether they have definite sizes
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Make hit testing return a { paintable, offset }
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Split Paintable into Paintable and PaintableBox
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Hang StackingContext off of the paint boxes
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
[next]