summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-25LibWeb: Split FlexStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split BorderRadiusShorthandStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split BorderStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split BackgroundRepeatStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split BackgroundStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""Marco Cutecchia
2023-03-25Revert "Kernel/aarch64: Embed disk image into kernel binary"Marco Cutecchia
2023-03-25Meta: Run aarch64 with the disk image in the SD card slotMarco Cutecchia
2023-03-25Kernel: Add an SD card driver for the aarch64 portMarco Cutecchia
2023-03-25Kernel: Allow enabling high level detection on GPIOsMarco Cutecchia
2023-03-25Kernel: Use u64 instead of int for the bitfields of CPACR_EL1Marco Cutecchia
2023-03-25Kernel: Add missing include to Jail.hMarco Cutecchia
2023-03-25LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'Ali Mohammad Pur
2023-03-25Kernel: Remove 2 duplicated listings of cpp files in CMakeLists.txt fileLiav A
2023-03-24LibCore: Use Core::Process::spawn to start WebDriver processesMacDue
2023-03-24LibCore: Get the environment in Core::Process::spawn() on macOSMacDue
2023-03-24Run: Use Core::Process::spawn() to launch commandsMacDue
2023-03-24Taskbar: Use Process::spawn_or_show_error() for shutdown actionsMacDue
2023-03-24Taskbar: Use Process::spawn_or_show_error() to open the "Run" dialogMacDue
2023-03-24Taskbar: Use GUI::Process::spawn_or_show_error() to launch appsMacDue
2023-03-24KeyboardPreferenceLoader: Use Core::Process::spawn() to set keymapMacDue
2023-03-24WebDriver: Use Core::Process::spawn() to launch browsersMacDue
2023-03-24FileManager: Use GUI::Process::spawn_or_show_error() to open terminalsMacDue
2023-03-24LibCore: Add KeepAsChild option to Core::Process::spawn()MacDue
2023-03-24LibGUI: Allow passing working directory to spawn_or_show_error()MacDue
2023-03-24LibCore: Fix memory leak in Core::Process::spawn()MacDue
2023-03-24Kernel/Syscalls: Use copy_n_to_user when applicablePankaj Raghav
2023-03-24Kernel/StdLib: Change try_copy_n_to_user to copy_n_to_userPankaj Raghav
2023-03-24LibCompress: Speed up deflate decompression by ~11%Andreas Kling
2023-03-24LibCrypto: Update entire blocks in `SHA*::update()`Jelle Raaijmakers
2023-03-24Tests/LibCrypto: Test block splitting logic for SHA1/SHA256Jelle Raaijmakers
2023-03-24LibCrypto: Stop shadowing `i` variableJelle Raaijmakers
2023-03-24Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-24Applications: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-24Base: Add radio buttons to the accent-color demo pageMacDue
2023-03-24LibWeb: Add scalable radio buttons (with theme/accent-color support)MacDue
2023-03-24LibWeb: Move checkbox color palette computation to helper headerMacDue
2023-03-24LibGfx: Handle signed distance field edges betterMacDue
2023-03-24LibGfx/PortableFormat: Use `static_cast` instead of C-style castsLucas CHOLLET
2023-03-24LibGfx/PortableFormat: Propagate errors from `decode()`Lucas CHOLLET
2023-03-24LibGfx/PortableFormat: Propagate errors from `read_image_data()`Lucas CHOLLET
2023-03-24LibGfx/PortableFormat: Propagate errors from `read_magic_number()`Lucas CHOLLET
2023-03-24LibGfx: Remove unused class `Streamer`Lucas CHOLLET
2023-03-24LibGfx/PortableFormat: Port to StreamLucas CHOLLET