index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
AK: Add two starts_with{bytes,}() APIs to 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
Base: Improve Presenter Icons
Cubic Love
2023-02-28
Base: Update Presenter man page with correct icon + Add a link to open
Cubic Love
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
Ports: Add Mednafen
Luke Wilde
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
2023-02-27
LibWeb: Make [UseNewAKString] work for enums and stringifiers
Luke Wilde
2023-02-27
LibGfx: Add method to Matrix that determines if the matrix is invertible
Luke Wilde
2023-02-27
LibWeb: Visit CallbackType's stored EnvironmentSettingsObject reference
Luke Wilde
2023-02-27
LibAudio: Use the proper functions to read WAV samples
Tim Schumacher
2023-02-27
LibGUI: Ensure the "End" key sets the cursor to the visual line end
Timothy Flynn
2023-02-27
file: Use StringView instead of DeprecatedString for paths
Nico Weber
2023-02-27
file: Use StringView instead of DeprecatedString for description
Nico Weber
2023-02-27
file: Use StringView instead of DeprecatedString for mime types
Nico Weber
2023-02-27
file: Remove unnecessary DeprecatedString ctor call
Nico Weber
2023-02-27
HexEditor: Add BE decoding for UTF16String column in ValueInspector
Patryk Pilipczuk
2023-02-27
Tests: Add a test for SOF0 images with several scans
Lucas CHOLLET
[next]