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
Age
Commit message (
Expand
)
Author
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-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-11
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
Kenneth Myhra
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
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-19
LibWeb: Transform translate() values to device pixels before painting
Aliaksandr Kalenik
2023-02-12
LibWeb: Re-implement checkbox painting using the UA stylesheet
Linus Groh
2023-02-11
LibWeb: Scale font size to device pixels
Aliaksandr Kalenik
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-10
LibWeb: Use device pixels for transform rect of stacking context
Aliaksandr Kalenik
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
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: Move scroll state from Layout::BlockContainer to Layout::Box
Andreas Kling
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 Paintable visit its cached containing block pointer
Andreas Kling
2023-01-11
LibWeb: Make a handful of paintable leaf classes `final`
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-10
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
MacDue
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Return floats from color stop resolution functions
MacDue
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert AbstractImageStyleValue to new pixel units
Sam Atkins
2023-01-05
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-03
LibWeb: Use the layout_state border values when drawing borders
martinfalisse
2022-12-31
LibWeb: Paint repeating background images over entire paint box
Timothy Flynn
2022-12-25
LibWeb: Remove done gradient painting TODO
MacDue
2022-12-25
LibWeb: Speed up gradient painting quite a lot
MacDue
2022-12-24
LibWeb: Apply CSS text-transform during layout
Andreas Kling
2022-12-20
LibWeb: Fix passing size/position to paint_radial_gradient()
MacDue
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 marker 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 gradient 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
[next]