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 Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00