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.cpp
Age
Commit message (
Expand
)
Author
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
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-23
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
Linus Groh
2022-08-14
LibWeb: Extract CanvasDrawImage 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: Implement Path2D class
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-06-16
LibWeb: Disable unused error on temporarily unused variable from spec
FrHun
2022-04-11
LibWeb: Add fast path for CRC2D.drawImage() with simple transform
Andreas Kling
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-07
LibWeb: Fix logic mistake in CRC2D's default_source_size()
Andreas Kling
2022-04-07
LibWeb: Support CRC2D.drawImage() with affine transform
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
Andreas Kling
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-22
LibWeb: Convert CRC2D to use TRY for error propagation
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-05
LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage()
Idan Horowitz
2022-03-05
LibWeb: Use image's intrinsic dimensions when checking their usability
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-03-04
LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG
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: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()
Linus Groh
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
[next]