summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG
AgeCommit message (Expand)Author
2023-04-17LibWeb: Support implicit lineto commands after moveto in SVG pathsAndreas Kling
2023-04-17LibWeb: Implement SVG `preserveAspectRatio` attributeMacDue
2023-04-15LibWeb: Scale SVG stroke-width based on viewboxMacDue
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-12LibWeb: Allow floating point values when parsing SVG viewboxesMacDue
2023-04-12LibWeb: Always use quirks mode when parsing SVG width/height attributesMacDue
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
2023-04-12LibWeb: Parse the `transform` attribute when set on SVGGraphicsElementsMacDue
2023-04-12LibWeb: Parse and apply `fill-opacity` attribute to SVG pathsMacDue
2023-04-12LibWeb: Add SVG transform parsingMacDue
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-20LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixinSimon Wanner
2023-03-20LibWeb: Support more length types in SVG width/height attributesMichiel
2023-03-18LibWeb: Initialize static web strings during main-thread VM creationTimothy Flynn
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-22LibWeb: Make factory method of Geometry::DOMPoint fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of SVG::SVGLength fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::DOMStringMap fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of SVG::SVGAnimatedLength fallibleKenneth Myhra
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-10LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocationsTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)Sam Atkins
2022-12-28LibWeb: Use `Optional` for previous SVG path control pointJelle Raaijmakers
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibWeb: Factor out SVG path parsing from SVGPathElementAndreas Kling
2022-11-16LibWeb: Sketch out basic support for SVG <foreignObject> elementsAndreas Kling
2022-11-15LibWeb: Change SVGContext initial fill_color to transparentTorstennator
2022-10-23LibWeb: Make SVG::AttributeParser use the new double parserdavidot
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-10LibWeb: Don't include DOMStringMap.h quite so muchAndreas Kling
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocatedAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Make SVGLength and SVGAnimatedLength GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling