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
/
SVGPathElement.cpp
Age
Commit message (
Expand
)
Author
2022-03-04
LibWeb: Correct SVG smooth curve reflected control point calculation
Idan Horowitz
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
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: 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
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-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-15
LibWeb: Support "c" and "C" curves in SVG <path> data
Andreas Kling
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
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling