Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
..
AttributeNames.cpp 8949b0def6 LibWeb: Add an SVG::AttributeNames namespace 3 years ago
AttributeNames.h 116a1f485c LibWeb: Add SVG `<polyline>` element and test case :^) 3 years ago
AttributeParser.cpp f7dbcb652a LibWeb: SVG parse signed numbers in eliptical arc 3 years ago
AttributeParser.h f7dbcb652a LibWeb: SVG parse signed numbers in eliptical arc 3 years ago
SVGAnimatedLength.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGAnimatedLength.h 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGAnimatedLength.idl 7a6b4e33ba LibWeb: Implement the SVGAnimatedLength type 3 years ago
SVGCircleElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGCircleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGCircleElement.idl 1a3d6c68ef LibWeb: Expose SVGCircleElement attributes to JS 3 years ago
SVGClipPathElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
SVGClipPathElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGClipPathElement.idl e81594d9a1 LibWeb: Sketch out a very basic SVG <clipPath> element 3 years ago
SVGContext.h 086969277e Everywhere: Run clang-format 3 years ago
SVGDefsElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
SVGDefsElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGDefsElement.idl bd90498332 LibWeb: Add SVGDefsElement 3 years ago
SVGElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
SVGElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGElement.idl 1577bac6a5 LibWeb: Add the HTMLOrSVGElement IDL interface mixin 3 years ago
SVGEllipseElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGEllipseElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGEllipseElement.idl ccee8953d0 LibWeb: Expose SVGEllipseElement attributes to JS 3 years ago
SVGGElement.cpp 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
SVGGElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGGeometryElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGGeometryElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGGeometryElement.idl 04cc837db9 LibWeb: Stub out two functions on SVGGeometryElement 3 years ago
SVGGraphicsElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
SVGGraphicsElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGGraphicsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGLength.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGLength.h 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGLength.idl ebf3829f1c LibWeb: Begin implementing the SVGLength type 3 years ago
SVGLineElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
SVGLineElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGLineElement.idl b51ea3a67c LibWeb: Expose SVGLineElement attributes to JS 3 years ago
SVGPathElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGPathElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGPathElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGPolygonElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGPolygonElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGPolygonElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGPolylineElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGPolylineElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGPolylineElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGRectElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGRectElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGRectElement.idl 57296393ed LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes 3 years ago
SVGSVGElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGSVGElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGSVGElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGTextContentElement.cpp 320dddde6a LibWeb: Remove unecessary dependence on Window from SVG classes 2 years ago
SVGTextContentElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 years ago
SVGTextContentElement.idl 5d672717aa LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars() 3 years ago
TagNames.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
TagNames.h bd90498332 LibWeb: Add SVGDefsElement 3 years ago
ViewBox.cpp 63c4fcdc69 LibWeb: Add SVG::ViewBox to represent SVG view boxes 3 years ago
ViewBox.h 63c4fcdc69 LibWeb: Add SVG::ViewBox to represent SVG view boxes 3 years ago