Historique des commits

Auteur SHA1 Message Date
  Jelle Raaijmakers ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` il y a 3 ans
  Linus Groh 9ca10c9347 LibWeb: Convert CRC2D to use TRY for error propagation il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Idan Horowitz bc0fafade9 LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage() il y a 3 ans
  Idan Horowitz 24cf56896b LibWeb: Use image's intrinsic dimensions when checking their usability il y a 3 ans
  Linus Groh e890cd5464 LibWeb: Implement CanvasRenderingContext2D.getImageData() il y a 3 ans
  Linus Groh 3f3326f1dc LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to spec il y a 3 ans
  Linus Groh ed03f37ae9 LibWeb: Add CanvasRenderingContext2D's origin-clean flag il y a 3 ans
  Linus Groh 1719862d12 LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG il y a 3 ans
  Andreas Kling 926d5271b4 LibWeb: Forward CanvasRenderingContext.strokeText() to fillText() il y a 3 ans
  Andreas Kling dc3bf32307 LibWeb: Add barebones CanvasGradient object il y a 3 ans
  Andreas Kling 90a8744823 LibWeb: Add CanvasRenderingContext2D.bezierCurveTo() il y a 3 ans
  sin-ack 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText il y a 3 ans
  Linus Groh 1298c27ca9 LibWeb: Implement CanvasRenderingContext2D.isContextLost() il y a 3 ans
  Linus Groh 2576af5db1 LibWeb: Implement CanvasRenderingContext2D.reset() il y a 3 ans
  Linus Groh 3e0e965f24 LibWeb: Implement CanvasRenderingContext2D.restore() il y a 3 ans
  Linus Groh 7d435b5ada LibWeb: Implement CanvasRenderingContext2D.save() il y a 3 ans
  Linus Groh 6d50ff71de LibWeb: Encapsulate canvas drawing state in a struct il y a 3 ans
  Linus Groh 6faaee2bc8 LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style() il y a 3 ans
  Sam Atkins e07cf6f41b LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect() il y a 3 ans
  Sam Atkins a50f4d2fc9 LibWeb: Enable bilinear blending for bitmaps il y a 3 ans
  Matthew Olsson 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size il y a 4 ans
  Jean-Baptiste Boric 7d84f09e7e Userland: Move non-standard math constants from math.h il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Nicholas-Baron 73dd293ec4 Everywhere: Add `-Wdouble-promotion` warning il y a 4 ans
  Idan Horowitz c5769a7033 LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse} il y a 4 ans
  Idan Horowitz 00114ab01d LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text il y a 4 ans
  AnotherTest 801daf47f0 LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse() il y a 4 ans
  Idan Horowitz aab99d5945 LibWeb: Implement the CanvasRenderingContext2D::rect path method il y a 4 ans