Commit Verlauf

Autor SHA1 Nachricht Datum
  MacDue 20e9213cc4 LibWeb: Add initial implementation of CRC2D.clip() vor 2 Jahren
  Luke Wilde cb62ffbb8a LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule) vor 2 Jahren
  Andreas Kling e77552519e LibWeb: Implement CRC2D.imageSmoothingEnabled vor 2 Jahren
  Timothy Flynn 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs vor 2 Jahren
  Kenneth Myhra c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible vor 2 Jahren
  Kenneth Myhra b7c488e51e LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() vor 2 Jahren
  MacDue 24cb57ac88 LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradients vor 2 Jahren
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() vor 2 Jahren
  VayuDev fab8ef3dfc LibWeb: Pass FloatRect to Painter::draw_text in fill_text vor 2 Jahren
  Andreas Kling 3407ab0fd1 LibGfx: Make Font::width() return a float vor 2 Jahren
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove vor 2 Jahren
  Nico Weber 7bb4cd74b8 LibWeb: Fix a (charming) comment typo vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  MacDue 6daef6303a LibWeb: Use AntiAliasingPainter for canvas painting vor 2 Jahren
  MacDue 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators vor 2 Jahren
  Luke Wilde fd6bb41519 LibWeb: Apply the current transform in CRC2D.stroke() vor 2 Jahren
  Linus Groh fb21271334 LibWeb: Replace incorrect uses of AK::is_ascii_space() vor 2 Jahren
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes vor 2 Jahren
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ vor 2 Jahren
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ vor 2 Jahren
  Andreas Kling b52165c5d7 LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::Painter vor 2 Jahren
  Andreas Kling e72896e35e LibWeb: Get default fonts via Platform::FontPlugin vor 2 Jahren
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated vor 2 Jahren
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible vor 2 Jahren
  Andreas Kling 6b7a1d13e9 LibWeb: Make TextMetrics GC-allocated vor 2 Jahren
  Andreas Kling 369dd42d67 LibWeb: Make ImageData GC-allocated vor 2 Jahren