Andreas Kling
|
a3cc03f180
LibGfx+LibWeb: Add new Path class with Skia backend, use for 2D canvas
|
11 ماه پیش |
Andreas Kling
|
c8f09312f7
LibGfx: Rename Path => DeprecatedPath
|
11 ماه پیش |
Andreas Kling
|
de50d27870
LibGfx: Introduce a new Gfx::Painter with a Skia backend
|
1 سال پیش |
Andreas Kling
|
0c7670b226
LibGfx: Rename Painter => DeprecatedPainter
|
1 سال پیش |
Andreas Kling
|
fe4cc32380
Everywhere: Include <LibGfx/Painter.h> in fewer places
|
1 سال پیش |
Andreas Kling
|
57906a4e1b
LibGfx: Move Gfx::Painter::WindingRule => Gfx::WindingRule
|
1 سال پیش |
Andreas Kling
|
4822d1da4e
LibWeb: Remove unused CRC2D::bitmap_font_fill_text()
|
1 سال پیش |
Tim Ledbetter
|
fe7df98d7d
LibWeb: Use correct IDL definition for CanvasImageData methods
|
1 سال پیش |
Lucas CHOLLET
|
7d5b9122ec
LibWeb: Define `CanvasImageSource` only once
|
1 سال پیش |
Kenneth Myhra
|
51847bbebf
LibWeb: Remove ImageData's create_with_size() and use create() instead
|
1 سال پیش |
MacDue
|
6c26ff567e
LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper
|
1 سال پیش |
MacDue
|
f19b17e089
LibWeb: Use paths for text in CRC2D (if possible)
|
1 سال پیش |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 سال پیش |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 سال پیش |
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
|
2 سال پیش |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 سال پیش |
Bastiaan van der Plaat
|
220e34b69d
LibWeb: Add Canvas Context2D basic text align and text baseline support
|
2 سال پیش |
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 سال پیش |