index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-05-19
LibCompress: Handle arbitrarily long FF-chains in the LZMA encoder
Tim Schumacher
2023-05-19
LibCompress: Add debug logging for handling LZMA direct bits
Tim Schumacher
2023-05-19
LookupServer: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-19
LibDebug: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-19
LibCore: Migrate Command from Deprecated{File,String}
Ben Wiederhake
2023-05-19
LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-19
SystemMonitor: Prefer File::read_until_eof over DeprecatedFile
Ben Wiederhake
2023-05-19
aplay: Determine absolute path before raising the veil
Ben Wiederhake
2023-05-19
LibWeb: Explicitly mark HashMap copy
Ben Wiederhake
2023-05-19
LibTLS: Avoid unnecessary HashMap copies, improve const-correctness
Ben Wiederhake
2023-05-19
LibPDF: Avoid unnecessary HashMap copy, mark other copies
Ben Wiederhake
2023-05-19
LibIPC: Explicitly mark HashMap copy, offer move interface
Ben Wiederhake
2023-05-19
LibIDL: Avoid unnecessary HashMap copy
Ben Wiederhake
2023-05-19
LibCore: Explicitly mark HashMap copy
Ben Wiederhake
2023-05-19
LibLine: Prefer File::read_until_eof over DeprecatedFile::read_all
Ben Wiederhake
2023-05-19
WindowServer: Prefer File::read_until_eof over DeprecatedFile::read_all
Ben Wiederhake
2023-05-19
Shell: Prefer File::read_until_eof over DeprecatedFile::read_all
Ben Wiederhake
2023-05-19
LibCore: Remove recursive copy API from DeprecatedFile
Ben Wiederhake
2023-05-19
HackStudio: Prefer FileSystem::copy_file_or_directory
Ben Wiederhake
2023-05-19
usermod: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
mv: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
cp: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
install: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`
Jelle Raaijmakers
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-19
PixelPaint: Use box sampling scaling for layer thumbnails
Jelle Raaijmakers
2023-05-19
PixelPaint: Add support for box sampling scaling
Jelle Raaijmakers
2023-05-19
ImageViewer: Add support for box sampling scaling
Jelle Raaijmakers
2023-05-19
LibGfx: Implement box sampling image scaling
Jelle Raaijmakers
2023-05-19
LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`
Jelle Raaijmakers
2023-05-19
LibWeb: Fix null dereference on SVG element with bogus fill URL
Andreas Kling
2023-05-19
LibWeb: Make sure that margins don't collapse across a nested BFC
Andreas Kling
2023-05-19
Revert "LibGfx: Implement alternative `Rect` right/bottom edge calculations"
Andreas Kling
2023-05-19
Revert "LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`"
Andreas Kling
2023-05-19
Revert "LibGfx: Implement box sampling image scaling"
Andreas Kling
2023-05-19
Revert "ImageViewer: Add support for box sampling scaling"
Andreas Kling
2023-05-19
Revert "PixelPaint: Add support for box sampling scaling"
Andreas Kling
2023-05-19
Revert "PixelPaint: Use box sampling scaling for layer thumbnails"
Andreas Kling
2023-05-19
Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"
Andreas Kling
2023-05-19
Revert "LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`"
Andreas Kling
2023-05-19
Applications: Improve FSAC error message handling
thankyouverycool
2023-05-19
FileSystemAccessServer: Return EPERM for denied prompts
thankyouverycool
2023-05-19
LibFileSystemAccessClient: Improve error propagation
thankyouverycool
2023-05-19
LibGUI: Set Open/Save button as default in FilePicker
thankyouverycool
2023-05-19
LibWeb: Push the realm execution context while linking modules
Andreas Kling
2023-05-19
LibWeb: Implement the "error to rethrow" mechanism in HTML::Script
Andreas Kling
2023-05-19
LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`
Jelle Raaijmakers
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-19
PixelPaint: Use box sampling scaling for layer thumbnails
Jelle Raaijmakers
2023-05-19
PixelPaint: Add support for box sampling scaling
Jelle Raaijmakers
[next]