Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 88ef1bff38 LibWeb: Add fast path for CRC2D.drawImage() with simple transform há 3 anos atrás
  Luke Wilde 89c4e011e4 LibWeb: Stub CanvasRenderingContext2D.clip há 3 anos atrás
  Luke Wilde 27cc8742ce LibWeb: Implement CanvasRenderingContext2D.resetTransform há 3 anos atrás
  Luke Wilde 329e740c85 LibWeb: Implement CanvasRenderingContext2D.setTransform há 3 anos atrás
  Luke Wilde df7a83ac0e LibWeb: Implement CanvasRenderingContext2D.transform há 3 anos atrás
  Andreas Kling 36d9943d3a LibWeb: Fix logic mistake in CRC2D's default_source_size() há 3 anos atrás
  Andreas Kling cb3a2b347b LibWeb: Support CRC2D.drawImage() with affine transform há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Andreas Kling b0208f38f6 LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics há 3 anos atrás
  Jelle Raaijmakers ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` há 3 anos atrás
  Linus Groh 9ca10c9347 LibWeb: Convert CRC2D to use TRY for error propagation há 3 anos atrás
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML há 3 anos atrás
  Idan Horowitz bc0fafade9 LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage() há 3 anos atrás
  Idan Horowitz 24cf56896b LibWeb: Use image's intrinsic dimensions when checking their usability há 3 anos atrás
  Linus Groh e890cd5464 LibWeb: Implement CanvasRenderingContext2D.getImageData() há 3 anos atrás
  Linus Groh 3f3326f1dc LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to spec há 3 anos atrás
  Linus Groh ed03f37ae9 LibWeb: Add CanvasRenderingContext2D's origin-clean flag há 3 anos atrás
  Linus Groh 1719862d12 LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG há 3 anos atrás
  Andreas Kling 926d5271b4 LibWeb: Forward CanvasRenderingContext.strokeText() to fillText() há 3 anos atrás
  Andreas Kling dc3bf32307 LibWeb: Add barebones CanvasGradient object há 3 anos atrás
  Andreas Kling 90a8744823 LibWeb: Add CanvasRenderingContext2D.bezierCurveTo() há 3 anos atrás
  sin-ack 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText há 3 anos atrás
  Linus Groh 1298c27ca9 LibWeb: Implement CanvasRenderingContext2D.isContextLost() há 3 anos atrás
  Linus Groh 2576af5db1 LibWeb: Implement CanvasRenderingContext2D.reset() há 3 anos atrás
  Linus Groh 3e0e965f24 LibWeb: Implement CanvasRenderingContext2D.restore() há 3 anos atrás
  Linus Groh 7d435b5ada LibWeb: Implement CanvasRenderingContext2D.save() há 3 anos atrás
  Linus Groh 6d50ff71de LibWeb: Encapsulate canvas drawing state in a struct há 3 anos atrás
  Linus Groh 6faaee2bc8 LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style() há 3 anos atrás
  Sam Atkins e07cf6f41b LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect() há 3 anos atrás