summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20SystemServer: Print useful information when failing to drop privilegesLiav A
2023-05-20Base: Move user nona from group 200 into existing group usersBen Wiederhake
2023-05-20Base: Use fill-opacity and stroke-opacity in SVG exampleMacDue
2023-05-20Base: Use stop-opacity in SVG gradients exampleMacDue
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-19Kernel: Enable data and instruction cache on aarch64Andrew Kaster
2023-05-19Kernel: Update reset value and register names of SCTLR_EL1 per Arm ARMAndrew Kaster
2023-05-19Kernel: Check only for the first equal sign in the kernel command lineHediadyoin1
2023-05-20LibWasm: Change dir_fd to auto instead of intNiklas Poslovski
2023-05-19IPCCompiler: Nicer error message for invalid template spellingBen Wiederhake
2023-05-19LibCompress: Move two shared LZMA magic numbers into a common placeTim Schumacher
2023-05-19Fuzzers: Add a fuzzer for roundtrip LZMA compression/decompressionTim 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-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-19Ports/dos2unix: Update to 7.5.0Nathan Ell
2023-05-19aplay: Determine absolute path before raising the veilBen Wiederhake
2023-05-19AK: Add FIXMEs to HashMap copy-construct and copy-assignBen Wiederhake
2023-05-19LibWeb: Explicitly mark HashMap copyBen Wiederhake
2023-05-19LibUnicode: 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-19LibLocale: Avoid unnecessary HashMap copyBen 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-19AK: Make all HashMap copy-constructs explicitBen Wiederhake
2023-05-19AK: Rewrite HashMap::clone signature with template-args and constBen Wiederhake
2023-05-19Kernel/ScatterGatherList: Add region_name as a part of try_create APIPankaj Raghav
2023-05-19Kernel/ScatterGatherList: Move constructor init code to try_createPankaj Raghav
2023-05-19Kernel/ScatterGatherList: Return ErrorOr from try_createPankaj Raghav
2023-05-19Kernel: Move a bunch of generic devices code into new subdirectoryLiav A
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