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
/
HTML
/
Canvas
Age
Commit message (
Expand
)
Author
2023-05-27
LibWeb: Fix goofy CRC2D.arc() behaviour
MacDue
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-09
LibWeb: Add initial implementation of CRC2D.clip()
MacDue
2023-04-09
LibWeb: Add simple canvas path clipper
MacDue
2023-03-29
LibWeb: Implement CRC2D.imageSmoothingEnabled
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-02
LibGfx+LibWeb: Propagate OOM when creating PaintStyles
MacDue
2023-02-18
LibWeb: Make factory methods of HTML::CanvasGradient fallible
Kenneth Myhra
2023-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-02-03
LibWeb: Fix typo and use auto where possible
MacDue
2023-01-28
LibWeb: Throw exception if any canvas radial gradient radius is < 0
MacDue
2023-01-22
LibWeb: Implement the canvas gradients
MacDue
2023-01-22
LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradients
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TextMetrics GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CanvasGradient GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make ImageData GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-14
LibWeb: Extract CanvasPathDrawingStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasImageData class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasDrawImage class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasText class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasDrawPath class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasRect class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasTransform class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasState class from CRC2D
Sam Atkins
2022-08-14
LibWeb: Extract CanvasPath class from CRC2D
Sam Atkins