summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-19install: Prefer FileSystem over 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-19PixelPaint: Use box sampling scaling for layer thumbnailsJelle Raaijmakers
2023-05-19PixelPaint: Add support for box sampling scalingJelle Raaijmakers
2023-05-19ImageViewer: Add support for box sampling scalingJelle 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 "ImageViewer: Add support for box sampling scaling"Andreas Kling
2023-05-19Revert "PixelPaint: Add support for box sampling scaling"Andreas Kling
2023-05-19Revert "PixelPaint: Use box sampling scaling for layer thumbnails"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-19Applications: Improve FSAC error message handlingthankyouverycool
2023-05-19FileSystemAccessServer: Return EPERM for denied promptsthankyouverycool
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-19PixelPaint: Use box sampling scaling for layer thumbnailsJelle Raaijmakers
2023-05-19PixelPaint: Add support for box sampling scalingJelle Raaijmakers
2023-05-19ImageViewer: Add support for box sampling scalingJelle 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
2023-05-19LibWeb: Move resolving grid item heights into separate method in GFCAliaksandr Kalenik
2023-05-18shuf: Add `-r` option to allow output lines to be repeatedTim Ledbetter
2023-05-18LibAudio: Compute and verify FLAC frame header checksumskleines Filmröllchen
2023-05-18LibCrypto: Add a checksumming stream wrapperkleines Filmröllchen
2023-05-18LibCrypto: Add generic 8-bit CRCkleines Filmröllchen
2023-05-18LibCrypto: Expose checksum type of ChecksumFunctionkleines Filmröllchen
2023-05-18LibWeb: Fix "Unsupported main size for flex-basis" spam about calc()Andreas Kling
2023-05-18LibWeb: Use grid item used width as available width during track sizingAliaksandr Kalenik
2023-05-18LibWeb: Remove unitless-length quirk from properties that don't need itSam Atkins
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17LibThreading: Only run on_error callback when action wasn't canceledkleines Filmröllchen
2023-05-17LibCore: Cancel jobs on event loop exitkleines Filmröllchen
2023-05-17CatDog: Stop recognizing name of deleted programBen Wiederhake
2023-05-17LibWeb: Add missing call to Base in VideoTrack::visit_edges()Andreas Kling
2023-05-17LibWeb: Null-check layout node before dereferencing in HTMLVideoElementAndreas Kling
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn