ladybird/Userland/Libraries/LibWeb/SVG
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
SVGContext.h
SVGElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGElement.idl
SVGGeometryElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGeometryElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGeometryElement.idl
SVGGraphicsElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGraphicsElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGraphicsElement.idl
SVGPathElement.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
SVGPathElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGPathElement.idl
SVGSVGElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGSVGElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGSVGElement.idl
TagNames.cpp
TagNames.h