summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-28AK: Add two starts_with{bytes,}() APIs to StringAli Mohammad Pur
2023-02-28LibWeb: Follow-up fixes for Linus's comments in #17658Andreas Kling
2023-02-28LibWeb: Implement navigator.{plugins,mimeTypes}Luke Wilde
2023-02-28LibWeb: Move pdfViewerSupported's answer to PageLuke Wilde
2023-02-28LibWeb: Restore Storage as a legacy platform objectLuke Wilde
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-28Base: Improve Presenter IconsCubic Love
2023-02-28Base: Update Presenter man page with correct icon + Add a link to openCubic Love
2023-02-28LibTextCodec/Latin1: Iterate over input string with u8 instead of charLuke Wilde
2023-02-28LibWeb: Define navigator/clientInformation with define_native_accessorLuke Wilde
2023-02-28PixelPaint: Remove shrink_to_fit property from LevelsDialog GMLTim Ledbetter
2023-02-28Ports: Add MednafenLuke Wilde
2023-02-28PixelPaint: Fix clicking on the layer menu with no image loadedTim Ledbetter
2023-02-28PixelPaint: Disable levels dialog action when no image is loadedTim Ledbetter
2023-02-28LibGfx: Bubble up allocation failure instead of panickingLucas CHOLLET
2023-02-27LibJS: Add [[nodiscard]] to ThrowCompletionOr<void>Luke Wilde
2023-02-27LibJS: Add missing TRY in StringIteratorPrototype::nextLuke Wilde
2023-02-27LibJS: Propagate errors from Intrinsics initializationLuke Wilde
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-27LibWeb: Make [UseNewAKString] work for enums and stringifiersLuke 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-27Tests: Add a test for SOF0 images with several scansLucas CHOLLET
2023-02-27Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"Lucas CHOLLET
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