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
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
2023-02-27
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
Lucas CHOLLET
2023-02-27
LibGfx: Don't return after the first scan
Lucas CHOLLET
2023-02-27
LibGfx: Consider component interleaving when reading a scan
Lucas CHOLLET
2023-02-27
LibGfx: Move `HuffmanStream` from the context to the `Scan` object
Lucas CHOLLET
2023-02-27
LibGfx: Don't assume that a scan include all components for the image
Lucas CHOLLET
2023-02-27
LibGfx: Consider `EOI` as a supported marker
Lucas CHOLLET
2023-02-27
LibGfx: Remove restrictive checks
Lucas CHOLLET
2023-02-27
LibGfx: Log spectral information
Lucas CHOLLET
2023-02-27
LibGfx: Log image dimensions only once
Lucas CHOLLET
2023-02-27
LibGfx: Only iterate components of the current scan
Lucas CHOLLET
2023-02-27
LibGfx: Differentiate scan-level and frame-level data for components
Lucas CHOLLET
2023-02-27
LibGfx: Move scan-related information to its own struct
Lucas CHOLLET
2023-02-27
LibGUI: Don't show non-visible actions in CommandPalette
Tim Ledbetter
2023-02-27
Utilities: Make `file` print more information for animated images
Nico Weber
[next]