Tim Ledbetter
|
fe7df98d7d
LibWeb: Use correct IDL definition for CanvasImageData methods
|
1 年之前 |
Andreas Kling
|
59cb7994c6
LibWeb: Use memcpy() in CanvasRenderingContext2D.getImageData()
|
1 年之前 |
Lucas CHOLLET
|
94128fe027
LibWeb: Make CanvasImageSource also be an ImageBitmap
|
1 年之前 |
Shannon Booth
|
c3217754f1
LibWeb: Remove a bunch of calls to `to_byte_string`
|
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 年之前 |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 年之前 |
circl
|
274e0f4988
LibWeb/Canvas: Calculate text width for measureText correctly
|
1 年之前 |
Shannon Booth
|
d312fdc2d3
LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface 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
|
4f2770a745
LibWeb: Apply canvas transform while building paths
|
2 年之前 |
MacDue
|
eb4a58528e
LibWeb+LibGfx: Allow filling with a paint style and opacity
|
2 年之前 |
MacDue
|
7ff6d8d9e2
LibWeb: Remove rounding in CRC2D.stroke_rect()
|
2 年之前 |
MacDue
|
d259421b69
LibWeb: Allow paint style fills for CRC2D strokes
|
2 年之前 |
MacDue
|
727ff6cf59
LibWeb: Don't use paint styles for solid color CRC2D fills
|
2 年之前 |
MacDue
|
87c103e210
LibWeb: Fix typo and slightly tidy CRC2D.fill_rect()
|
2 年之前 |
MacDue
|
20e9213cc4
LibWeb: Add initial implementation of CRC2D.clip()
|
2 年之前 |
Luke Wilde
|
cb62ffbb8a
LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule)
|
2 年之前 |
Andreas Kling
|
e77552519e
LibWeb: Implement CRC2D.imageSmoothingEnabled
|
2 年之前 |