index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
SVG
Age
Commit message (
Expand
)
Author
2023-02-18
LibWeb: Make factory method of SVG::SVGLength fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::DOMStringMap fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of SVG::SVGAnimatedLength fallible
Kenneth Myhra
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-10
LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocations
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
Sam Atkins
2022-12-28
LibWeb: Use `Optional` for previous SVG path control point
Jelle Raaijmakers
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibWeb: Factor out SVG path parsing from SVGPathElement
Andreas Kling
2022-11-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-11-15
LibWeb: Change SVGContext initial fill_color to transparent
Torstennator
2022-10-23
LibWeb: Make SVG::AttributeParser use the new double parser
davidot
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-10
LibWeb: Don't include DOMStringMap.h quite so much
Andreas Kling
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from SVG classes
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb: Make SVGLength and SVGAnimatedLength GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
2022-07-12
LibWeb: Stub out two functions on SVGGeometryElement
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-11
LibWeb: Match WebKit and Blink re: absence of width/height on <svg>
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-04-10
LibWeb: Resolve SVG "scaled viewport size" without triggering layout
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-26
LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints()
Andreas Kling
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Treat width/height on <svg> element as HTML dimension values
Andreas Kling
2022-03-22
LibWeb: Expose SVGEllipseElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGCircleElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGLineElement attributes to JS
Sam Atkins
2022-03-21
LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes
Timothy Flynn
[next]