index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
SVG
Age
Commit message (
Expand
)
Author
2020-09-08
LibWeb: SVG: implement SmoothQuadraticBezierCurve
Simon Danner
2020-09-08
LibWeb: SVG: draw commands can also be repeated after a comma
Simon Danner
2020-09-08
LibWeb: SVG: T commands only take two coordinates
Simon Danner
2020-08-20
LibWeb: Crash instead of spinning if parse_drawto fails to match
Luke
2020-08-12
LibWeb: Initialize tag/attribute name globals in init-time constructors
Andreas Kling
2020-08-02
LibWeb: Fix some SVG crashes/hangs
Matthew Olsson
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Make SVGElement and SVGGeometryElement constructors protected
Andreas Kling
2020-07-26
LibWeb: Simplify type traits for SVGGraphicsElement
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibWeb: Refactor SVG files into their own directory; follow spec layout
Matthew Olsson