index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-03-01
SoundPlayer: Add action with icon for toggling mute
Andreas Oppebøen
2023-03-01
PixelPaint: Do not change layers when scaling with the move tool
Tim Ledbetter
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
ImageViewer: Add list of recently open files to the File menu :^)
Andreas Kling
2023-02-28
TextEditor: Add list of recently open files to the File menu :^)
Andreas Kling
2023-02-28
LibGUI: Add a simple "recently open files" feature
Andreas Kling
2023-02-28
LibWeb: Add size to URLSearchParams
CanadaHonk
2023-02-28
LibGfx: Render text presentation emoji as text if we have its glyph
Timothy Flynn
2023-02-28
LibUnicode: Allow ignoring text presentation emoji in sequence detection
Timothy Flynn
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-28
LibJS: Assign folding regions for JS files
Sam Atkins
2023-02-28
LibGUI: Assign folding regions for GML files
Sam Atkins
2023-02-28
LibSyntax+LibGUI: Let syntax highlighters assign folding regions
Sam Atkins
2023-02-28
LibGUI: Support folding regions in TextEditor
Sam Atkins
2023-02-28
LibGUI: Add folding regions to TextDocument
Sam Atkins
2023-02-28
LibGUI: Add TextRange::line_count()
Sam Atkins
2023-02-28
LibGUI: Store Utf32Views in TextEditor::LineVisualData
Sam Atkins
2023-02-28
LibGUI: Create TextAttributes for unspanned text once, not repeatedly
Sam Atkins
2023-02-28
LibGUI: Skip painting TextEditor spans that end on previous lines
Sam Atkins
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
Shell: Convert the POSIX parser/lexer to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Convert all immediately convertible fallible functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Convert the remaining fallible AST functions to ErrorOr
Ali Mohammad Pur
2023-02-28
Shell: Make Immediate expression invocation fallible
Ali Mohammad Pur
2023-02-28
Shell: Convert builtins to use the modern main() style
Ali Mohammad Pur
2023-02-28
LibCore: Make ArgsParser tolerate Main::Arguments with only .strings
Ali Mohammad Pur
2023-02-28
Shell: Make AST::dump() ErrorOr-aware
Ali Mohammad Pur
2023-02-28
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
Ali Mohammad Pur
2023-02-28
LibWeb: Follow-up fixes for Linus's comments in #17658
Andreas Kling
2023-02-28
LibWeb: Implement navigator.{plugins,mimeTypes}
Luke Wilde
2023-02-28
LibWeb: Move pdfViewerSupported's answer to Page
Luke Wilde
2023-02-28
LibWeb: Restore Storage as a legacy platform object
Luke Wilde
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-28
LibTextCodec/Latin1: Iterate over input string with u8 instead of char
Luke Wilde
2023-02-28
LibWeb: Define navigator/clientInformation with define_native_accessor
Luke Wilde
2023-02-28
PixelPaint: Remove shrink_to_fit property from LevelsDialog GML
Tim Ledbetter
2023-02-28
PixelPaint: Fix clicking on the layer menu with no image loaded
Tim Ledbetter
2023-02-28
PixelPaint: Disable levels dialog action when no image is loaded
Tim Ledbetter
2023-02-28
LibGfx: Bubble up allocation failure instead of panicking
Lucas CHOLLET
2023-02-27
LibJS: Add [[nodiscard]] to ThrowCompletionOr<void>
Luke Wilde
2023-02-27
LibJS: Add missing TRY in StringIteratorPrototype::next
Luke Wilde
2023-02-27
LibJS: Propagate errors from Intrinsics initialization
Luke Wilde
2023-02-27
LibJS: Add missing error propagation to global object initializations
Luke Wilde
2023-02-27
LibJS/Bytecode: Return ThrowCompletionOr<void> from CreateVariable op
Luke Wilde
2023-02-27
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
Luke Wilde
2023-02-27
LibWeb: Implement Path2D#addPath
Luke Wilde
2023-02-27
LibGfx: Add a function that adds two paths together
Luke Wilde
2023-02-27
LibWeb: Add initial implementation of DOMMatrix(ReadOnly)
Luke Wilde
[next]