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
2021-01-01
LibWeb: Remove more hand-rolled type information :^)
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-10
LibWeb: Expect IDL namespace to end with semicolon
Linus Groh
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-10-22
LibWeb: Add initial implementation of foreign content parsing
Luke
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-22
LibWeb: Use modern namespaces and fix clang-format comments in tag names
Luke
2020-10-10
LibWeb: Create LayoutNodes for each SVG element
Matthew Olsson
2020-10-10
LibWeb: Add a basic SVGContext object, add to PaintContext
Matthew Olsson
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
Luke
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
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