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-06-03
LibWeb: Make pseudo-elements inspectable
Simon Wanner
2023-06-01
LibWeb: Clip overflow in descendant boxes for non-visible CSS overflow
Andreas Kling
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-23
LibWeb: Don't draw text fragments that would be clipped by the painter
Andreas Kling
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-22
LibWeb: Tidy up apply_clip_overflow_rect() a little
MacDue
2023-05-15
LibWeb: Fix iframes flickering on window resize
Andreas Kling
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
[next]