summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-19LookupServer: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
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-19SystemMonitor: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake
2023-05-19aplay: Determine absolute path before raising the veilBen 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-19WindowServer: Prefer File::read_until_eof over DeprecatedFile::read_allBen Wiederhake
2023-05-19Shell: Prefer File::read_until_eof over DeprecatedFile::read_allBen Wiederhake
2023-05-19LibCore: Remove recursive copy API from DeprecatedFileBen Wiederhake
2023-05-19HackStudio: Prefer FileSystem::copy_file_or_directoryBen Wiederhake
2023-05-19usermod: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-19mv: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-19cp: Prefer FileSystem over DeprecatedFileBen Wiederhake
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