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
/
SVG
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb: Make SVGLength and SVGAnimatedLength GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
2022-07-12
LibWeb: Stub out two functions on SVGGeometryElement
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-11
LibWeb: Match WebKit and Blink re: absence of width/height on <svg>
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-04-10
LibWeb: Resolve SVG "scaled viewport size" without triggering layout
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-26
LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints()
Andreas Kling
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Treat width/height on <svg> element as HTML dimension values
Andreas Kling
2022-03-22
LibWeb: Expose SVGEllipseElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGCircleElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGLineElement attributes to JS
Sam Atkins
2022-03-21
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
Timothy Flynn
2022-03-21
LibWeb: Implement the SVGAnimatedLength type
Timothy Flynn
2022-03-21
LibWeb: Begin implementing the SVGLength type
Timothy Flynn
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-18
LibWeb: Apply the 'transform' presentational attribute to SVG elements
Simon Wanner
2022-03-13
LibWeb: Add fast_is<SVG::SVGSVGElement>()
Andreas Kling
2022-03-04
LibWeb: Correct SVG smooth curve reflected control point calculation
Idan Horowitz
2022-02-28
LibWeb: Make SVGSVGElement's view_box() const
Tobias Christiansen
2022-02-21
LibWeb: SVG parse signed numbers in eliptical arc
Simon Danner
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2022-02-16
LibWeb: Give `<svg>` elements a size again
Sam Atkins
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-11
LibWeb: Clear the path of a SVGPathElement if the attribute changes
Sam Atkins
2022-02-11
LibWeb: Make SVG AttributeParser::parse_path_data() static
Sam Atkins
2022-02-11
LibWeb: Use StringView instead of String in SVG::AttributeParser
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polygon>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polyline>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<line>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<ellipse>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<circle>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<rect>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Expose SVG length/coordinate parsing methods
Sam Atkins
2022-02-11
LibWeb: Move SVG::PathDataParser into its own file and rename it
Sam Atkins
2022-02-11
LibWeb: Rename SVGPathBox -> SVGGeometryBox
Sam Atkins
2022-02-11
LibWeb: Move SVGPathElement methods into SVGGeometryElement
Sam Atkins
2022-02-06
LibWeb: Implement SVG `S` (SmoothCurve) commands
Sam Atkins
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
[next]