summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-03-01SoundPlayer: Add action with icon for toggling muteAndreas Oppebøen
2023-03-01PixelPaint: Do not change layers when scaling with the move toolTim Ledbetter
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28ImageViewer: Add list of recently open files to the File menu :^)Andreas Kling
2023-02-28TextEditor: Add list of recently open files to the File menu :^)Andreas Kling
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 POSIX parser/lexer to ErrorOrAli Mohammad Pur
2023-02-28Shell: Convert all immediately convertible fallible functions to ErrorOrAli Mohammad Pur
2023-02-28Shell: Convert the remaining fallible AST functions to ErrorOrAli Mohammad Pur
2023-02-28Shell: Make Immediate expression invocation fallibleAli Mohammad Pur
2023-02-28Shell: Convert builtins to use the modern main() styleAli Mohammad Pur
2023-02-28LibCore: Make ArgsParser tolerate Main::Arguments with only .stringsAli Mohammad Pur
2023-02-28Shell: Make AST::dump() ErrorOr-awareAli 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-28PixelPaint: Remove shrink_to_fit property from LevelsDialog GMLTim Ledbetter
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