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-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
2022-01-24
LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties
Sam Atkins
2022-01-20
LibWeb: Convert `stroke-width` to LengthPercentage
Sam Atkins
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-09-27
LibWeb: Make SVG <path> tolerate relative first path coordinates
Andreas Kling
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-18
LibWeb: Add a bare-bones SVG <g> element
Andreas Kling
2021-09-16
LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG
Sam Atkins
2021-09-15
LibWeb: Support "c" and "C" curves in SVG <path> data
Andreas Kling
2021-09-15
LibWeb: Remove unused SVGSVGElement::m_bitmap
Andreas Kling
2021-09-15
LibWeb: Parse the <svg viewBox> attribute
Andreas Kling
2021-09-15
LibWeb: Add SVG::ViewBox to represent SVG view boxes
Andreas Kling
2021-09-15
LibWeb: Add an SVG::AttributeNames namespace
Andreas Kling
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-08
Everywhere: Mark debug-only functions `[[maybe_unused]]`
Daniel Bertalan
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibWeb: Implement scientific notation parsing in PathDataParser
Idan Horowitz
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
LibGfx+LibWeb: Move out the EllipticArcTo() logic into Path
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
[next]