summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-03-24LibGfx/PortableFormat: Simplify `read_number` signatureLucas CHOLLET
2023-03-24LibGfx: Make `PortableImageDecoderPlugin` constructor privateLucas CHOLLET
2023-03-24ImageViewer: Use `LibFileSystemAccessClient`Caoimhe
2023-03-24LibGUI: Paint slider track shorter to ensure the knob covers itAndreas Oppebøen
2023-03-24LibGUI: Fix slightly wrong value slider knob positionAndreas Oppebøen
2023-03-24LibGUI: Fix value slider so dragging left and right feels similarAndreas Oppebøen
2023-03-24LibGUI: Fix slider so dragging handle left and right feels similarAndreas Oppebøen
2023-03-24LibConfig: Use full include path for endpointsJelle Raaijmakers
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Add a list of the entry names in the PerformanceTiming interfaceLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-23LibWeb: Remove FIXME for existing `[Default] object toJSON()`functionsLuke Wilde
2023-03-23LibIDL: Add Type::is_json which says if the type is convertible to JSONLuke Wilde
2023-03-23LibThreading: Resolve BackgroundAction error callback use-after-freeTim Ledbetter
2023-03-23LibWeb: Create the correct error objects in XHR::handle_errorsLuke Wilde
2023-03-23ImageViewer: Fix crash when opening ImageViewer without an imageCaoimhe
2023-03-23WebDriver: Unlink server socket before binding to itAliaksandr Kalenik
2023-03-23LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independentHendiadyoin1
2023-03-23LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"Timothy Flynn
2023-03-23LibJS: Add missing internal slots to creation of Intl.DateTimeFormatTimothy Flynn
2023-03-23LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormatTimothy Flynn
2023-03-23LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormatTimothy Flynn