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
/
CanvasRenderingContext2D.h
Age
Commit message (
Expand
)
Author
2023-02-24
LibWeb: Make canvas text preparation handle multi-code point glyphs
Timothy Flynn
2023-02-18
LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible
Kenneth Myhra
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
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibWeb: Use AntiAliasingPainter for canvas painting
MacDue
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML 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 TextMetrics GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make ImageData GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make 2D and 3D canvas rendering contexts 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: Teach CRC2D to draw Path2Ds :^)
Sam Atkins
2022-08-14
LibWeb: Extract CanvasPath class from CRC2D
Sam Atkins
2022-06-27
LibWeb: Forward CRC2D's ref count to HTMLCanvasElement
Luke Wilde
2022-04-10
LibWeb: Stub CanvasRenderingContext2D.clip
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.resetTransform
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.setTransform
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.transform
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-05
LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage()
Idan Horowitz
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.getImageData()
Linus Groh
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to spec
Linus Groh
2022-03-04
LibWeb: Add CanvasRenderingContext2D's origin-clean flag
Linus Groh
2022-02-03
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-02-03
LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()
Andreas Kling
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.isContextLost()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.reset()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.restore()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.save()
Linus Groh
2021-12-27
LibWeb: Encapsulate canvas drawing state in a struct
Linus Groh
2021-12-27
LibWeb: Let canvas {fill,stroke}Style default to black, not transparent
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}
Idan Horowitz
2021-04-15
LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
Idan Horowitz
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
[next]