summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2023-04-28LibWeb: Resolve and paint SVG gradient fillsMacDue
2023-04-25LibWeb+WebContent: Make document background and Viewport transparentSigmund Lahn
2023-04-23LibWeb: Paint video timestamps using CSS/device pixel-aware scaled fontsTimothy Flynn
2023-04-21LibWeb: Implement HTMLVideoElement representation closer to the specTimothy Flynn
2023-04-21LibWeb: Track decoded video frame positions along with the frame imageTimothy Flynn
2023-04-20LibWeb: Use device pixels to translate NestedBrowsingContextPaintableAliaksandr Kalenik
2023-04-20LibWeb/Painting: Move-assign value in set_containing_line_box_fragmentLinus Groh
2023-04-20LibWeb/Painting: Remove redundant 'Painting::' namespace prefixesLinus Groh
2023-04-20LibWeb: Rename remaining paint_box variables to paintable_boxLinus Groh
2023-04-20LibWeb/Layout: Rename Box::{paint => paintable}_box()Linus Groh
2023-04-20LibWeb/Painting: Rename StackingContext::paintable{ => _box}()Linus Groh
2023-04-19LibWeb: Rename BrowsingContextContainer => NavigableContainerAndreas Kling
2023-04-19LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintableAndreas Kling
2023-04-18LibWeb: Render HTMLVideoElement controls when scripting is disabledTimothy Flynn
2023-04-17LibWeb: Clip SVG content to parent <svg> element bounding boxMacDue
2023-04-17LibWeb: Update the media playback time for clicks on the media timelineTimothy Flynn
2023-04-17LibWeb: Restrict toggling video playback to certain areas in a videoTimothy Flynn
2023-04-17LibWeb: Implement converting a DevicePixelRect to a CSSPixelRectTimothy Flynn
2023-04-15LibWeb: Scale SVG stroke-width based on viewboxMacDue
2023-04-12LibWeb: Don't try to paint SVG elements transformed to zero sizeMacDue
2023-04-12LibWeb: Use (transformed) path bounding quad for SVG path hit testingMacDue
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
2023-04-12LibWeb: Apply SVG transform to path when painting (SVG) elementsMacDue
2023-04-12LibWeb: Make SC hit testing more closely follow reverse paint orderMacDue
2023-04-11LibWeb: Paint a media timeline on HTMLVideoElement layout nodesTimothy Flynn
2023-04-11LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElementTimothy Flynn
2023-04-11LibWeb: Tweak the color used for hovered media controlsTimothy Flynn
2023-04-10LibWeb: Convert video control dimensions from CSSPixels to DevicePixelsTimothy Flynn
2023-04-08LibWeb: Begin painting video controls on HTMLVideoElement layout nodesTimothy Flynn
2023-04-07LibWeb: Create a basic layout node for HTMLVideoElementTimothy Flynn
2023-04-01LibWeb: Use scaled font when painting list item markersMacDue
2023-04-01LibWeb: Use scaled font when painting text shadowsMacDue
2023-04-01LibWeb: Add .scaled_font() helper to Layout::NodeMacDue
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from AngleSam Atkins
2023-03-25LibWeb: Remove now-unused includes from StyleValue.cppSam Atkins
2023-03-25LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ConicGradientStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-24LibWeb: Add scalable radio buttons (with theme/accent-color support)MacDue
2023-03-24LibWeb: Move checkbox color palette computation to helper headerMacDue
2023-03-23LibWeb: Add scaleable checkboxes (with theme/accent-color support)MacDue
2023-03-19LibWeb: Rename `PaintableBox::clip_rect()`Aliaksandr Kalenik
2023-03-19LibWeb: Apply border-radius clip only if overflow hidden for both axisAliaksandr Kalenik
2023-03-18LibWeb: Honor `pointer-events: none` when hitting a PaintableBoxAndreas Kling
2023-03-15LibWeb: Scale the font when painting the text on buttonsAndreas Kling
2023-03-15LibWeb: Don't truncate font sizes before scaling them to device pixelsAndreas Kling
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-11LibWeb: Use from_deprecated_fly_string() instead of from_utf8()Kenneth Myhra