summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-27LibJS: Add missing error propagation to global object initializationsLuke Wilde
2023-02-27LibJS/Bytecode: Return ThrowCompletionOr<void> from CreateVariable opLuke Wilde
2023-02-27LibJS: Don't discard ThrowCompletionOr<void> from declaration iterationLuke Wilde
2023-02-27LibWeb: Implement Path2D#addPathLuke Wilde
2023-02-27LibGfx: Add a function that adds two paths togetherLuke Wilde
2023-02-27LibWeb: Add initial implementation of DOMMatrix(ReadOnly)Luke Wilde
2023-02-27LibGfx: Add method to Matrix that determines if the matrix is invertibleLuke Wilde
2023-02-27LibWeb: Visit CallbackType's stored EnvironmentSettingsObject referenceLuke Wilde
2023-02-27LibAudio: Use the proper functions to read WAV samplesTim Schumacher
2023-02-27LibGUI: Ensure the "End" key sets the cursor to the visual line endTimothy Flynn
2023-02-27file: Use StringView instead of DeprecatedString for pathsNico Weber
2023-02-27file: Use StringView instead of DeprecatedString for descriptionNico Weber
2023-02-27file: Use StringView instead of DeprecatedString for mime typesNico Weber
2023-02-27file: Remove unnecessary DeprecatedString ctor callNico Weber
2023-02-27HexEditor: Add BE decoding for UTF16String column in ValueInspectorPatryk Pilipczuk
2023-02-27LibGfx: Don't return after the first scanLucas CHOLLET
2023-02-27LibGfx: Consider component interleaving when reading a scanLucas CHOLLET
2023-02-27LibGfx: Move `HuffmanStream` from the context to the `Scan` objectLucas CHOLLET
2023-02-27LibGfx: Don't assume that a scan include all components for the imageLucas CHOLLET
2023-02-27LibGfx: Consider `EOI` as a supported markerLucas CHOLLET
2023-02-27LibGfx: Remove restrictive checksLucas CHOLLET
2023-02-27LibGfx: Log spectral informationLucas CHOLLET
2023-02-27LibGfx: Log image dimensions only onceLucas CHOLLET
2023-02-27LibGfx: Only iterate components of the current scanLucas CHOLLET
2023-02-27LibGfx: Differentiate scan-level and frame-level data for componentsLucas CHOLLET
2023-02-27LibGfx: Move scan-related information to its own structLucas CHOLLET
2023-02-27LibGUI: Don't show non-visible actions in CommandPaletteTim Ledbetter
2023-02-27Utilities: Make `file` print more information for animated imagesNico Weber
2023-02-26WebServer: Remove a call to String::from_deprecated_stringNico Weber
2023-02-26LibJS: Use a pseudo top-level UnwindFrame in GenerateCFGHendiadyoin1
2023-02-26LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()MacDue
2023-02-26LibGfx: Don't return an error for webp sniff failuresMacDue
2023-02-26LibJS: Add a missing include to FunctionKind.hHendiadyoin1
2023-02-26LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually workHendiadyoin1
2023-02-26LibJS: Align codegen AwaitExpressions to YieldExpressionsHendiadyoin1
2023-02-26LibJS: Don't enter finally blocks upon `yield` in bytecode modeHendiadyoin1
2023-02-26LibJS: Simplify `Generator::perform_needed_unwinds`Hendiadyoin1
2023-02-26LibJS: Generate unwind chains for continue in BytecodeHendiadyoin1
2023-02-26LibJS: Generate unwind chains for break in BytecodeHendiadyoin1
2023-02-26LibJS: Correctly handle unwind frames in the GenerateCFG passHendiadyoin1
2023-02-26LibJS: VERIFY on unknown terminator opcodes in GenerateCFGHendiadyoin1
2023-02-26LibJS: Allow to stringify empty Values without side effectsHendiadyoin1
2023-02-26Spreadsheet: Fix column index to number conversionTim Ledbetter
2023-02-26LibGfx: Implement WebPImageDecoderPlugin::loop_count()Nico Weber
2023-02-26LibGfx: Implement is_animated() and frame_count() for webp pluginNico Weber
2023-02-26LibGfx: Add some chunk validation to decode_webp_extended()Nico Weber
2023-02-26LibGfx: In WebP, rename decode_webp_size to decode_webp_first_chunkNico Weber
2023-02-26LibGfx: In WebP, rename decode_webp_first_chunk to read_webp_first_chunkNico Weber
2023-02-26PixelPaint: Add "Apply Mask" actionTim Ledbetter
2023-02-26PixelPaint: Add "Delete Mask" actionTim Ledbetter