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-04-28
LibWeb: Resolve and paint SVG gradient fills
MacDue
2023-04-25
LibWeb+WebContent: Make document background and Viewport transparent
Sigmund Lahn
2023-04-23
LibWeb: Paint video timestamps using CSS/device pixel-aware scaled fonts
Timothy Flynn
2023-04-21
LibWeb: Implement HTMLVideoElement representation closer to the spec
Timothy Flynn
2023-04-21
LibWeb: Track decoded video frame positions along with the frame image
Timothy Flynn
2023-04-20
LibWeb: Use device pixels to translate NestedBrowsingContextPaintable
Aliaksandr Kalenik
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: Rename remaining paint_box variables to paintable_box
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/Painting: Rename StackingContext::paintable{ => _box}()
Linus Groh
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-19
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
Andreas Kling
2023-04-18
LibWeb: Render HTMLVideoElement controls when scripting is disabled
Timothy Flynn
2023-04-17
LibWeb: Clip SVG content to parent <svg> element bounding box
MacDue
2023-04-17
LibWeb: Update the media playback time for clicks on the media timeline
Timothy Flynn
2023-04-17
LibWeb: Restrict toggling video playback to certain areas in a video
Timothy Flynn
2023-04-17
LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect
Timothy Flynn
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-12
LibWeb: Don't try to paint SVG elements transformed to zero size
MacDue
2023-04-12
LibWeb: Use (transformed) path bounding quad for SVG path hit testing
MacDue
2023-04-12
LibWeb: Apply CSS scaling to SVG elements
MacDue
2023-04-12
LibWeb: Apply SVG transform to path when painting (SVG) elements
MacDue
2023-04-12
LibWeb: Make SC hit testing more closely follow reverse paint order
MacDue
2023-04-11
LibWeb: Paint a media timeline on HTMLVideoElement layout nodes
Timothy Flynn
2023-04-11
LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElement
Timothy Flynn
2023-04-11
LibWeb: Tweak the color used for hovered media controls
Timothy Flynn
2023-04-10
LibWeb: Convert video control dimensions from CSSPixels to DevicePixels
Timothy Flynn
2023-04-08
LibWeb: Begin painting video controls on HTMLVideoElement layout nodes
Timothy Flynn
2023-04-07
LibWeb: Create a basic layout node for HTMLVideoElement
Timothy Flynn
2023-04-01
LibWeb: Use scaled font when painting list item markers
MacDue
2023-04-01
LibWeb: Use scaled font when painting text shadows
MacDue
2023-04-01
LibWeb: Add .scaled_font() helper to Layout::Node
MacDue
2023-03-30
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Remove CalculatedStyleValue from Angle
Sam Atkins
2023-03-25
LibWeb: Remove now-unused includes from StyleValue.cpp
Sam Atkins
2023-03-25
LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split ConicGradientStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-24
LibWeb: Add scalable radio buttons (with theme/accent-color support)
MacDue
2023-03-24
LibWeb: Move checkbox color palette computation to helper header
MacDue
2023-03-23
LibWeb: Add scaleable checkboxes (with theme/accent-color support)
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-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
[next]