summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Canvas
AgeCommit message (Expand)Author
2023-05-27LibWeb: Fix goofy CRC2D.arc() behaviourMacDue
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-09LibWeb: Add initial implementation of CRC2D.clip()MacDue
2023-04-09LibWeb: Add simple canvas path clipperMacDue
2023-03-29LibWeb: Implement CRC2D.imageSmoothingEnabledAndreas Kling
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-02LibGfx+LibWeb: Propagate OOM when creating PaintStylesMacDue
2023-02-18LibWeb: Make factory methods of HTML::CanvasGradient fallibleKenneth Myhra
2023-02-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
2023-02-03LibWeb: Fix typo and use auto where possibleMacDue
2023-01-28LibWeb: Throw exception if any canvas radial gradient radius is < 0MacDue
2023-01-22LibWeb: Implement the canvas gradientsMacDue
2023-01-22LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradientsMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextMetrics GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CanvasGradient GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ImageData GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-08-14LibWeb: Extract CanvasPathDrawingStyles class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasImageData class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasDrawImage class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasText class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasDrawPath class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasRect class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasFillStrokeStyles class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasFillStrokeStyles class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasTransform class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasState class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasPath class from CRC2DSam Atkins