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
/
Box.cpp
Age
Commit message (
Expand
)
Author
2022-04-12
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
Andreas Kling
2022-03-22
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
Andreas Kling
2022-03-11
LibWeb: Remove a bunch of no-longer needed #includes
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Make hit testing return a { paintable, offset }
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: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
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
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-04
LibWeb: Implement hit testing a bit closer to spec
Andreas Kling
2022-02-28
LibWeb: Store box's containing line box fragment in FormattingState
Andreas Kling
2022-02-28
LibWeb: Use coordinate instead of WeakPtr for box->fragment connection
Andreas Kling
2022-02-26
LibWeb: Make DOM inspector overlay rects a little nicer
Andreas Kling
2022-02-19
LibWeb: Inspector content_size tooltip in document view
Vrins
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-11
LibWeb: Rename Layout::Box absolute rect helpers
Andreas Kling
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-17
LibWeb: Implement background-clip :^)
Sam Atkins
2021-11-17
LibWeb: Paint backgrounds with multiple layers :^)
Sam Atkins
2021-11-17
LibWeb: Store background layers in ComputedValues
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-10-28
LibWeb: Clip descendants of boxes with overflow:hidden
Andreas Kling
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-14
LibWeb: Implement position:fixed painting at the stacking context level
Andreas Kling
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-09-19
LibWeb: Move border-painting code out of Box
Sam Atkins
2021-09-19
LibWeb: Move background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Extract border-radius normalization code from Box
Sam Atkins
2021-09-18
LibWeb: Avoid unnecessary padded_rect() call in Box::paint()
Andreas Kling
2021-09-18
LibWeb: Use floating-point math for border-radius rendering
Andreas Kling
2021-09-17
LibGfx: Don't crash on request to draw impossible circle segment
Tobias Christiansen
2021-09-17
LibWeb: Skip rendering box-shadow blur if we don't have memory for it
Andreas Kling
2021-09-15
LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()
Andreas Kling
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-26
LibWeb: Add blurring support to box-shadow
Tobias Christiansen
[next]