summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/SVG
AgeCommit message (Expand)Author
2021-01-01LibWeb: Remove more hand-rolled type information :^)Andreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-10-22LibWeb: Add initial implementation of foreign content parsingLuke
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-22LibWeb: Use modern namespaces and fix clang-format comments in tag namesLuke
2020-10-10LibWeb: Create LayoutNodes for each SVG elementMatthew Olsson
2020-10-10LibWeb: Add a basic SVGContext object, add to PaintContextMatthew Olsson
2020-10-03LibWeb: Add empty IDL bindings for current SVG elementsLuke
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-08LibWeb: SVG: implement SmoothQuadraticBezierCurveSimon Danner
2020-09-08LibWeb: SVG: draw commands can also be repeated after a commaSimon Danner
2020-09-08LibWeb: SVG: T commands only take two coordinatesSimon Danner
2020-08-20LibWeb: Crash instead of spinning if parse_drawto fails to matchLuke
2020-08-12LibWeb: Initialize tag/attribute name globals in init-time constructorsAndreas Kling
2020-08-02LibWeb: Fix some SVG crashes/hangsMatthew Olsson
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Make SVGElement and SVGGeometryElement constructors protectedAndreas Kling
2020-07-26LibWeb: Simplify type traits for SVGGraphicsElementAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-26LibWeb: Refactor SVG files into their own directory; follow spec layoutMatthew Olsson