index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-21
LibWeb: Have ImageProvider bitmap getter take optional size argument
Andreas Kling
2023-05-21
LibWeb: Stub out a new SVGDecodedImageData class
Andreas Kling
2023-05-21
LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratio
Andreas Kling
2023-05-21
LibWeb: Make DecodedImageData an abstract class
Andreas Kling
2023-05-20
SystemServer: Print useful information when failing to drop privileges
Liav A
2023-05-20
Base: Move user nona from group 200 into existing group users
Ben Wiederhake
2023-05-20
Base: Use fill-opacity and stroke-opacity in SVG example
MacDue
2023-05-20
Base: Use stop-opacity in SVG gradients example
MacDue
2023-05-20
LibWeb: Implement SVG opacity properties
MacDue
2023-05-20
LibGfx: Add Color::with_opacity(float opacity)
MacDue
2023-05-20
LibWeb: Support <svg> elements with `display: block`
Andreas Kling
2023-05-19
Kernel: Enable data and instruction cache on aarch64
Andrew Kaster
2023-05-19
Kernel: Update reset value and register names of SCTLR_EL1 per Arm ARM
Andrew Kaster
2023-05-19
Kernel: Check only for the first equal sign in the kernel command line
Hediadyoin1
2023-05-20
LibWasm: Change dir_fd to auto instead of int
Niklas Poslovski
2023-05-19
IPCCompiler: Nicer error message for invalid template spelling
Ben Wiederhake
2023-05-19
LibCompress: Move two shared LZMA magic numbers into a common place
Tim Schumacher
2023-05-19
Fuzzers: Add a fuzzer for roundtrip LZMA compression/decompression
Tim Schumacher
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
Ports/dos2unix: Update to 7.5.0
Nathan Ell
2023-05-19
aplay: Determine absolute path before raising the veil
Ben Wiederhake
2023-05-19
AK: Add FIXMEs to HashMap copy-construct and copy-assign
Ben Wiederhake
2023-05-19
LibWeb: Explicitly mark HashMap copy
Ben Wiederhake
2023-05-19
LibUnicode: 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
LibLocale: Avoid unnecessary HashMap copy
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
AK: Make all HashMap copy-constructs explicit
Ben Wiederhake
2023-05-19
AK: Rewrite HashMap::clone signature with template-args and const
Ben Wiederhake
2023-05-19
Kernel/ScatterGatherList: Add region_name as a part of try_create API
Pankaj Raghav
2023-05-19
Kernel/ScatterGatherList: Move constructor init code to try_create
Pankaj Raghav
2023-05-19
Kernel/ScatterGatherList: Return ErrorOr from try_create
Pankaj Raghav
2023-05-19
Kernel: Move a bunch of generic devices code into new subdirectory
Liav A
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
[next]