Shannon Booth
|
d312fdc2d3
LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Bastiaan van der Plaat
|
bba14f6014
LibWeb: Add Canvas Context2D basic font property support
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Bastiaan van der Plaat
|
220e34b69d
LibWeb: Add Canvas Context2D basic text align and text baseline support
|
1 年之前 |
Simon Danner
|
45f86466bb
LibWeb: Add initial implementation of CRC2D.globalAlpha
|
2 年之前 |
MacDue
|
ff5d530aa3
LibWeb: Pass CRC2D fill_rule as enum rather than StringView
|
2 年之前 |
MacDue
|
20e9213cc4
LibWeb: Add initial implementation of CRC2D.clip()
|
2 年之前 |
Andreas Kling
|
e77552519e
LibWeb: Implement CRC2D.imageSmoothingEnabled
|
2 年之前 |
Timothy Flynn
|
3d7b13ac03
LibWeb: Make canvas text preparation handle multi-code point glyphs
|
2 年之前 |
Kenneth Myhra
|
b7c488e51e
LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
MacDue
|
6daef6303a
LibWeb: Use AntiAliasingPainter for canvas painting
|
2 年之前 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 年之前 |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 年之前 |
Andreas Kling
|
6b7a1d13e9
LibWeb: Make TextMetrics GC-allocated
|
2 年之前 |
Andreas Kling
|
369dd42d67
LibWeb: Make ImageData GC-allocated
|
2 年之前 |
Andreas Kling
|
4452b5ca09
LibWeb: Make 2D and 3D canvas rendering contexts GC-allocated
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Sam Atkins
|
9f71d65005
LibWeb: Extract CanvasPathDrawingStyles class from CRC2D
|
2 年之前 |
Sam Atkins
|
53b9f36413
LibWeb: Extract CanvasImageData class from CRC2D
|
2 年之前 |
Sam Atkins
|
270c60c5e8
LibWeb: Extract CanvasDrawImage class from CRC2D
|
2 年之前 |
Sam Atkins
|
7cf42ede68
LibWeb: Extract CanvasText class from CRC2D
|
2 年之前 |
Sam Atkins
|
62b561e2e1
LibWeb: Extract CanvasDrawPath class from CRC2D
|
2 年之前 |
Sam Atkins
|
c0494988ed
LibWeb: Extract CanvasRect class from CRC2D
|
2 年之前 |
Sam Atkins
|
aa3cb8b425
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
|
2 年之前 |
Sam Atkins
|
afabd613bd
LibWeb: Extract CanvasFillStrokeStyles class from CRC2D
|
2 年之前 |