summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28LibGUI: Add a simple "recently open files" featureAndreas Kling
2023-02-28LibWeb: Add size to URLSearchParamsCanadaHonk
2023-02-28LibGfx: Render text presentation emoji as text if we have its glyphTimothy Flynn
2023-02-28LibUnicode: Allow ignoring text presentation emoji in sequence detectionTimothy Flynn
2023-02-28AK+Everywhere: Make GenericLexer::ignore_until() stop before the valueSam Atkins
2023-02-28LibJS: Assign folding regions for JS filesSam Atkins
2023-02-28LibGUI: Assign folding regions for GML filesSam Atkins
2023-02-28LibSyntax+LibGUI: Let syntax highlighters assign folding regionsSam Atkins
2023-02-28LibGUI: Support folding regions in TextEditorSam Atkins
2023-02-28LibGUI: Add folding regions to TextDocumentSam Atkins
2023-02-28LibGUI: Add TextRange::line_count()Sam Atkins
2023-02-28LibGUI: Store Utf32Views in TextEditor::LineVisualDataSam Atkins
2023-02-28LibGUI: Create TextAttributes for unspanned text once, not repeatedlySam Atkins
2023-02-28LibGUI: Skip painting TextEditor spans that end on previous linesSam Atkins
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-28Shell: Convert the remaining fallible AST functions to ErrorOrAli Mohammad Pur
2023-02-28LibCore: Make ArgsParser tolerate Main::Arguments with only .stringsAli Mohammad Pur
2023-02-28Shell+LibCodeComprehension: Start replacing {Deprecated => }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-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-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-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-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