Age | Commit message (Expand) | Author |
2023-03-25 | LibWeb: Split FlexStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split BorderRadiusShorthandStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split BorderStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split BackgroundRepeatStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split BackgroundStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | Revert "Revert "Kernel/Storage: Remove the ramdisk implementation"" | Marco Cutecchia |
2023-03-25 | Revert "Kernel/aarch64: Embed disk image into kernel binary" | Marco Cutecchia |
2023-03-25 | Meta: Run aarch64 with the disk image in the SD card slot | Marco Cutecchia |
2023-03-25 | Kernel: Add an SD card driver for the aarch64 port | Marco Cutecchia |
2023-03-25 | Kernel: Allow enabling high level detection on GPIOs | Marco Cutecchia |
2023-03-25 | Kernel: Use u64 instead of int for the bitfields of CPACR_EL1 | Marco Cutecchia |
2023-03-25 | Kernel: Add missing include to Jail.h | Marco Cutecchia |
2023-03-25 | LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n' | Ali Mohammad Pur |
2023-03-25 | Kernel: Remove 2 duplicated listings of cpp files in CMakeLists.txt file | Liav A |
2023-03-24 | LibCore: Use Core::Process::spawn to start WebDriver processes | MacDue |
2023-03-24 | LibCore: Get the environment in Core::Process::spawn() on macOS | MacDue |
2023-03-24 | Run: Use Core::Process::spawn() to launch commands | MacDue |
2023-03-24 | Taskbar: Use Process::spawn_or_show_error() for shutdown actions | MacDue |
2023-03-24 | Taskbar: Use Process::spawn_or_show_error() to open the "Run" dialog | MacDue |
2023-03-24 | Taskbar: Use GUI::Process::spawn_or_show_error() to launch apps | MacDue |
2023-03-24 | KeyboardPreferenceLoader: Use Core::Process::spawn() to set keymap | MacDue |
2023-03-24 | WebDriver: Use Core::Process::spawn() to launch browsers | MacDue |
2023-03-24 | FileManager: Use GUI::Process::spawn_or_show_error() to open terminals | MacDue |
2023-03-24 | LibCore: Add KeepAsChild option to Core::Process::spawn() | MacDue |
2023-03-24 | LibGUI: Allow passing working directory to spawn_or_show_error() | MacDue |
2023-03-24 | LibCore: Fix memory leak in Core::Process::spawn() | MacDue |
2023-03-24 | Kernel/Syscalls: Use copy_n_to_user when applicable | Pankaj Raghav |
2023-03-24 | Kernel/StdLib: Change try_copy_n_to_user to copy_n_to_user | Pankaj Raghav |
2023-03-24 | LibCompress: Speed up deflate decompression by ~11% | Andreas Kling |
2023-03-24 | LibCrypto: Update entire blocks in `SHA*::update()` | Jelle Raaijmakers |
2023-03-24 | Tests/LibCrypto: Test block splitting logic for SHA1/SHA256 | Jelle Raaijmakers |
2023-03-24 | LibCrypto: Stop shadowing `i` variable | Jelle Raaijmakers |
2023-03-24 | Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` | Cameron Youell |
2023-03-24 | Applications: Convert `DeprecatedFile` usages to `LibFileSystem` | Cameron Youell |
2023-03-24 | Base: Add radio buttons to the accent-color demo page | MacDue |
2023-03-24 | LibWeb: Add scalable radio buttons (with theme/accent-color support) | MacDue |
2023-03-24 | LibWeb: Move checkbox color palette computation to helper header | MacDue |
2023-03-24 | LibGfx: Handle signed distance field edges better | MacDue |
2023-03-24 | LibGfx/PortableFormat: Use `static_cast` instead of C-style casts | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Propagate errors from `decode()` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Propagate errors from `read_image_data()` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Propagate errors from `read_magic_number()` | Lucas CHOLLET |
2023-03-24 | LibGfx: Remove unused class `Streamer` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Port to Stream | Lucas CHOLLET |