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
/
Painting
/
PaintableBox.cpp
Age
Commit message (
Expand
)
Author
2023-04-25
LibWeb+WebContent: Make document background and Viewport transparent
Sigmund Lahn
2023-04-20
LibWeb/Painting: Move-assign value in set_containing_line_box_fragment
Linus Groh
2023-04-20
LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-04-01
LibWeb: Add .scaled_font() helper to Layout::Node
MacDue
2023-03-19
LibWeb: Rename `PaintableBox::clip_rect()`
Aliaksandr Kalenik
2023-03-19
LibWeb: Apply border-radius clip only if overflow hidden for both axis
Aliaksandr Kalenik
2023-03-18
LibWeb: Honor `pointer-events: none` when hitting a PaintableBox
Andreas Kling
2023-03-15
LibWeb: Scale the font when painting the text on buttons
Andreas Kling
2023-03-15
LibWeb: Don't truncate font sizes before scaling them to device pixels
Andreas Kling
2023-03-11
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
Kenneth Myhra
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-24
LibWeb: Stop overflow clip box aggregation on reached stacking context
Aliaksandr Kalenik
2023-02-24
Revert "LibWeb: Fix clip of hidden overflow..."
Aliaksandr Kalenik
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-19
LibWeb: Port FontCache to new Strings
Sam Atkins
2023-02-11
LibWeb: Scale font size to device pixels
Aliaksandr Kalenik
2023-01-25
LibWeb: Use rect of containing block instead of parent to clip overflow
Aliaksandr Kalenik
2023-01-25
LibWeb: Fix clip of hidden overflow when translated boxes are involved
Aliaksandr Kalenik
2023-01-24
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
Andreas Kling
2023-01-23
LibWeb: Use CSS Pixels for overflow clip rect
Aliaksandr Kalenik
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-03
LibWeb: Use the layout_state border values when drawing borders
martinfalisse
2022-12-24
LibWeb: Apply CSS text-transform during layout
Andreas Kling
2022-12-18
LibWeb: Don't const_cast layout_box() when calling const functions
Matt Purnell
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert text and text-decoration painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert shadow painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert backdrop-filter painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert border painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert background painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Split PaintContext::viewport_rect() into device/css variants
Sam Atkins
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
2022-12-10
LibWeb: Use correct end-of-fragment node index for HitTestResult
Andreas Oppebøen
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-29
LibWeb: Return the position at end-of-line in TextCursor hit-test
Andreas Oppebøen
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-07
LibWeb: Skip hit testing a line box fragment if it has no container
Luke Wilde
2022-11-04
LibWeb: Recurse into block-level children when hit testing a box
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-13
LibWeb: Fix position: fixed canvases/images disappearing when scrolling
MacDue
2022-09-25
LibWeb: Add PaintableBox::absolute_paint_rect()
MacDue
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-16
LibWeb: Paint `backdrop-filter` effects!
MacDue
[next]