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