..
AttributeNames.cpp
LibWeb: Implement SVGElement.className
2024-07-10 10:28:43 +02:00
AttributeNames.h
LibWeb: Implement SVGElement.className
2024-07-10 10:28:43 +02:00
AttributeParser.cpp
AttributeParser.h
Default.css
SVGAElement.cpp
LibWeb/SVG: Implement default_tab_index_value for a element
2024-08-14 20:39:35 +01:00
SVGAElement.h
LibWeb/SVG: Implement default_tab_index_value for a element
2024-08-14 20:39:35 +01:00
SVGAElement.idl
LibWeb/SVG: SVGAElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGAnimatedLength.cpp
SVGAnimatedLength.h
SVGAnimatedLength.idl
SVGAnimatedNumber.cpp
SVGAnimatedNumber.h
SVGAnimatedNumber.idl
SVGAnimatedRect.cpp
SVGAnimatedRect.h
SVGAnimatedRect.idl
SVGAnimatedString.cpp
SVGAnimatedString.h
SVGAnimatedString.idl
SVGAnimatedTransformList.cpp
SVGAnimatedTransformList.h
SVGAnimatedTransformList.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGCircleElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGCircleElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGCircleElement.idl
SVGClipPathElement.cpp
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGClipPathElement.h
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGClipPathElement.idl
SVGDecodedImageData.cpp
LibWeb: Move m_needs_repaint
and record_display_list()
in Document
2024-08-19 18:57:20 +02:00
SVGDecodedImageData.h
LibWeb: Add missing Page.h include to SVGDecodedImageData
2024-08-19 12:56:55 +02:00
SVGDefsElement.cpp
SVGDefsElement.h
SVGDefsElement.idl
SVGDescElement.cpp
SVGDescElement.h
SVGDescElement.idl
SVGElement.cpp
LibWeb: Allow SVGElement.ownerSVGElement to cross shadow boundary
2024-09-07 14:35:02 +02:00
SVGElement.h
LibWeb/SVG: Implement SVGElement.ownerSVGElement
2024-07-16 21:43:53 +02:00
SVGElement.idl
LibWeb/SVG: Implement SVGElement.ownerSVGElement
2024-07-16 21:43:53 +02:00
SVGEllipseElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGEllipseElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGEllipseElement.idl
SVGFitToViewBox.idl
SVGForeignObjectElement.cpp
SVGForeignObjectElement.h
SVGForeignObjectElement.idl
SVGGElement.cpp
LibWeb/SVG: Add missing SVGGElement IDL file
2024-08-17 07:41:04 +02:00
SVGGElement.h
LibWeb/SVG: Add missing SVGGElement IDL file
2024-08-17 07:41:04 +02:00
SVGGElement.idl
LibWeb/SVG: Add missing SVGGElement IDL file
2024-08-17 07:41:04 +02:00
SVGGeometryElement.cpp
SVGGeometryElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGGeometryElement.idl
LibWeb: Add FIXMEs for missing SVGGeometryElement attributes
2024-07-10 10:28:43 +02:00
SVGGradientElement.cpp
LibWeb/SVG: SVGGradientElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGGradientElement.h
LibWeb/SVG: SVGGradientElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGGradientElement.idl
LibWeb/SVG: SVGGradientElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGGraphicsElement.cpp
LibWeb: Don't crash when calling getBBox() on the outermost SVG element
2024-09-07 14:35:02 +02:00
SVGGraphicsElement.h
LibGfx: Rename Path => DeprecatedPath
2024-08-20 09:30:05 +02:00
SVGGraphicsElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGImageElement.cpp
LibWeb: Relayout document when SVG image is successfully loaded
2024-09-03 10:30:22 +01:00
SVGImageElement.h
LibWeb: Relayout document when SVG image is successfully loaded
2024-09-03 10:30:22 +01:00
SVGImageElement.idl
LibWeb/SVG: Implement SVGImageElement
2024-08-29 06:28:44 +02:00
SVGLength.cpp
SVGLength.h
SVGLength.idl
LibWeb/SVG: Stub missing SVGLength attributes
2024-07-21 10:50:05 +02:00
SVGLinearGradientElement.cpp
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGLinearGradientElement.h
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGLinearGradientElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGLineElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGLineElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGLineElement.idl
SVGMaskElement.cpp
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGMaskElement.h
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGMaskElement.idl
SVGMetadataElement.cpp
LibWeb/SVG: Implement <metadata> element
2024-08-17 07:40:45 +02:00
SVGMetadataElement.h
LibWeb/SVG: Implement <metadata> element
2024-08-17 07:40:45 +02:00
SVGMetadataElement.idl
LibWeb/SVG: Implement <metadata> element
2024-08-17 07:40:45 +02:00
SVGPathElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGPathElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGPathElement.idl
SVGPolygonElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGPolygonElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGPolygonElement.idl
SVGPolylineElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGPolylineElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGPolylineElement.idl
SVGRadialGradientElement.cpp
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGRadialGradientElement.h
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGRadialGradientElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGRectElement.cpp
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGRectElement.h
LibWeb: Port painting to use the new Skia-backed Gfx::Path
2024-08-20 09:30:05 +02:00
SVGRectElement.idl
SVGScriptElement.cpp
LibWeb/SVG: SVGScriptElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGScriptElement.h
LibWeb/SVG: SVGScriptElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGScriptElement.idl
LibWeb/SVG: SVGScriptElement includes SVGURIReference
2024-07-16 21:43:53 +02:00
SVGStopElement.cpp
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGStopElement.h
LibWeb: Pass the old attribute value to Element::attribute_changed()
2024-07-10 07:04:08 +02:00
SVGStopElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGStyleElement.cpp
LibWeb: Use correct scope when removing style sheet inside a shadow tree
2024-07-23 11:12:18 +02:00
SVGStyleElement.h
LibWeb: Add method for listing all style sheets on a page
2024-09-03 10:12:07 +01:00
SVGStyleElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGSVGElement.cpp
LibWeb: Derive SVG root's natural size from width/height attributes
2024-08-22 15:29:29 +02:00
SVGSVGElement.h
LibWeb: Derive SVG root's natural size from width/height attributes
2024-08-22 15:29:29 +02:00
SVGSVGElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGSymbolElement.cpp
LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue
2024-08-15 13:58:38 +01:00
SVGSymbolElement.h
LibWeb/SVG: SVGSymbolElement includes SVGFitToViewBox
2024-07-21 10:50:05 +02:00
SVGSymbolElement.idl
LibWeb/SVG: SVGSymbolElement includes SVGFitToViewBox
2024-07-21 10:50:05 +02:00
SVGTextContentElement.cpp
SVGTextContentElement.h
SVGTextContentElement.idl
SVGTextElement.cpp
SVGTextElement.h
SVGTextElement.idl
SVGTextPathElement.cpp
SVGTextPathElement.h
SVGTextPathElement.idl
SVGTextPositioningElement.cpp
LibWeb: Support percentage values in SVG text positioning element
2024-07-21 19:56:38 +02:00
SVGTextPositioningElement.h
LibWeb: Support percentage values in SVG text positioning element
2024-07-21 19:56:38 +02:00
SVGTextPositioningElement.idl
SVGTitleElement.cpp
SVGTitleElement.h
SVGTitleElement.idl
SVGTransform.cpp
SVGTransform.h
SVGTransform.idl
SVGTransformList.cpp
SVGTransformList.h
SVGTransformList.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGTSpanElement.cpp
SVGTSpanElement.h
SVGTSpanElement.idl
SVGURIReference.h
SVGURIReference.idl
SVGUseElement.cpp
LibWeb: Rename SharedImageRequest to SharedResourceRequest
2024-08-05 11:26:41 +02:00
SVGUseElement.h
LibGfx: Rename Path => DeprecatedPath
2024-08-20 09:30:05 +02:00
SVGUseElement.idl
LibWeb: Normalize all WebIDL definition lines to four leading spaces
2024-09-10 21:16:53 +01:00
SVGViewport.h
TagNames.cpp
TagNames.h
LibWeb/SVG: Implement SVGImageElement
2024-08-29 06:28:44 +02:00
ViewBox.cpp
ViewBox.h