Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling f42c18bc4c LibGfx: Make Painter::target() return a Bitmap& vor 1 Jahr
  Andreas Kling 57906a4e1b LibGfx: Move Gfx::Painter::WindingRule => Gfx::WindingRule vor 1 Jahr
  Andreas Kling 254d040ff4 LibGfx: Move Gfx::Painter::ScalingMode => Gfx::ScalingMode vor 1 Jahr
  Andreas Kling 4822d1da4e LibWeb: Remove unused CRC2D::bitmap_font_fill_text() vor 1 Jahr
  Andreas Kling 04a6e2f83d LibWeb: Remove Gfx::BitmapFont vor 1 Jahr
  Tim Ledbetter fe7df98d7d LibWeb: Use correct IDL definition for CanvasImageData methods vor 1 Jahr
  Andreas Kling 59cb7994c6 LibWeb: Use memcpy() in CanvasRenderingContext2D.getImageData() vor 1 Jahr
  Lucas CHOLLET 94128fe027 LibWeb: Make CanvasImageSource also be an ImageBitmap vor 1 Jahr
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` vor 1 Jahr
  Kenneth Myhra 51847bbebf LibWeb: Remove ImageData's create_with_size() and use create() instead vor 1 Jahr
  MacDue 6c26ff567e LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper vor 1 Jahr
  MacDue f19b17e089 LibWeb: Use paths for text in CRC2D (if possible) vor 1 Jahr
  Aliaksandr Kalenik 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString vor 1 Jahr
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks vor 1 Jahr
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible vor 1 Jahr
  circl 274e0f4988 LibWeb/Canvas: Calculate text width for measureText correctly vor 1 Jahr
  Shannon Booth d312fdc2d3 LibWeb: Port CanvasRenderingContext2D from DeprecatedString to String vor 1 Jahr
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 2 Jahren
  Bastiaan van der Plaat bba14f6014 LibWeb: Add Canvas Context2D basic font property support vor 2 Jahren
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
  Bastiaan van der Plaat 220e34b69d LibWeb: Add Canvas Context2D basic text align and text baseline support vor 2 Jahren
  Simon Danner 45f86466bb LibWeb: Add initial implementation of CRC2D.globalAlpha vor 2 Jahren
  MacDue ff5d530aa3 LibWeb: Pass CRC2D fill_rule as enum rather than StringView vor 2 Jahren
  MacDue 4f2770a745 LibWeb: Apply canvas transform while building paths vor 2 Jahren
  MacDue eb4a58528e LibWeb+LibGfx: Allow filling with a paint style and opacity vor 2 Jahren
  MacDue 7ff6d8d9e2 LibWeb: Remove rounding in CRC2D.stroke_rect() vor 2 Jahren
  MacDue d259421b69 LibWeb: Allow paint style fills for CRC2D strokes vor 2 Jahren