Age | Commit message (Expand) | Author |
2023-03-25 | LibWeb: Split GridTrackPlacementShorthandStyleValue out of StyleValue | Sam Atkins |
2023-03-25 | LibWeb: Split GridAreaShorthandStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTemplateAreaStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FrequencyStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FontStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FlexFlowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
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 | LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n' | Ali Mohammad Pur |
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 | LibCompress: Speed up deflate decompression by ~11% | Andreas Kling |
2023-03-24 | LibCrypto: Update entire blocks in `SHA*::update()` | 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 | 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 |
2023-03-24 | LibGfx/PortableFormat: Use finite loops in `read_image_data` | Lucas CHOLLET |
2023-03-24 | LibGfx: Return true from `PortableImageDecoderPlugin::initialize()` | Lucas CHOLLET |
2023-03-24 | LibGfx: Remove unused functions `load_from_memory` and `load_impl` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Propagate errors from some `read_*` functions | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Make `read_whitespace` return an `ErrorOr` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Make `read_comment` return an `ErrorOr` | Lucas CHOLLET |
2023-03-24 | LibGfx/PortableFormat: Don't accept comments that don't start with `#` | Lucas CHOLLET |