summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-05-21LibIPC: Fix HashMap detection in case of non-trivial traitsBen Wiederhake
2023-05-21LibCodeComprehension: Remove unused #include <DeprecatedFile.h>Ben Wiederhake
2023-05-21LibWeb: Load external images with image/svg+xml as SVG-as-imageAndreas Kling
2023-05-21LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumpsAndreas Kling
2023-05-21LibWeb: Make standalone SVG document roots the size of the viewportAndreas Kling
2023-05-21LibWeb: Calculate intrinsic size and aspect ratio for SVG-as-imageAndreas Kling
2023-05-21LibWeb: Render SVG-as-image into an isolated top-level browsing contextAndreas Kling
2023-05-21LibWeb: Have ImageProvider bitmap getter take optional size argumentAndreas Kling
2023-05-21LibWeb: Stub out a new SVGDecodedImageData classAndreas Kling
2023-05-21LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratioAndreas Kling
2023-05-21LibWeb: Make DecodedImageData an abstract classAndreas Kling
2023-05-20LibWeb: Implement SVG opacity propertiesMacDue
2023-05-20LibGfx: Add Color::with_opacity(float opacity)MacDue
2023-05-20LibWeb: Support <svg> elements with `display: block`Andreas Kling
2023-05-20LibWasm: Change dir_fd to auto instead of intNiklas Poslovski
2023-05-19LibCompress: Move two shared LZMA magic numbers into a common placeTim Schumacher
2023-05-19LibCompress: Handle arbitrarily long FF-chains in the LZMA encoderTim Schumacher
2023-05-19LibCompress: Add debug logging for handling LZMA direct bitsTim Schumacher
2023-05-19LibDebug: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-19LibCore: Migrate Command from Deprecated{File,String}Ben Wiederhake
2023-05-19LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-19LibWeb: Explicitly mark HashMap copyBen Wiederhake
2023-05-19LibTLS: Avoid unnecessary HashMap copies, improve const-correctnessBen Wiederhake
2023-05-19LibPDF: Avoid unnecessary HashMap copy, mark other copiesBen Wiederhake
2023-05-19LibIPC: Explicitly mark HashMap copy, offer move interfaceBen Wiederhake
2023-05-19LibIDL: Avoid unnecessary HashMap copyBen Wiederhake
2023-05-19LibCore: Explicitly mark HashMap copyBen Wiederhake
2023-05-19LibLine: Prefer File::read_until_eof over DeprecatedFile::read_allBen Wiederhake
2023-05-19LibCore: Remove recursive copy API from DeprecatedFileBen Wiederhake
2023-05-19LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`Jelle Raaijmakers
2023-05-19LibWeb: Use box sampling instead of bilinear scaling when downscalingJelle Raaijmakers
2023-05-19LibGfx: Implement box sampling image scalingJelle Raaijmakers
2023-05-19LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`Jelle Raaijmakers
2023-05-19LibWeb: Fix null dereference on SVG element with bogus fill URLAndreas Kling
2023-05-19LibWeb: Make sure that margins don't collapse across a nested BFCAndreas Kling
2023-05-19Revert "LibGfx: Implement alternative `Rect` right/bottom edge calculations"Andreas Kling
2023-05-19Revert "LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`"Andreas Kling
2023-05-19Revert "LibGfx: Implement box sampling image scaling"Andreas Kling
2023-05-19Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"Andreas Kling
2023-05-19Revert "LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`"Andreas Kling
2023-05-19LibFileSystemAccessClient: Improve error propagationthankyouverycool
2023-05-19LibGUI: Set Open/Save button as default in FilePickerthankyouverycool
2023-05-19LibWeb: Push the realm execution context while linking modulesAndreas Kling
2023-05-19LibWeb: Implement the "error to rethrow" mechanism in HTML::ScriptAndreas Kling
2023-05-19LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`Jelle Raaijmakers
2023-05-19LibWeb: Use box sampling instead of bilinear scaling when downscalingJelle Raaijmakers
2023-05-19LibGfx: Implement box sampling image scalingJelle Raaijmakers
2023-05-19LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`Jelle Raaijmakers
2023-05-19LibGfx: Implement alternative `Rect` right/bottom edge calculationsJelle Raaijmakers
2023-05-19LibWeb: Resolve grid item fixed size paddings in GFCAliaksandr Kalenik