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-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
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
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
2023-02-26
WebServer: Remove a call to String::from_deprecated_string
Nico Weber
2023-02-26
LibJS: Use a pseudo top-level UnwindFrame in GenerateCFG
Hendiadyoin1
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
LibGfx: Don't return an error for webp sniff failures
MacDue
2023-02-26
LibJS: Add a missing include to FunctionKind.h
Hendiadyoin1
2023-02-26
LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work
Hendiadyoin1
2023-02-26
LibJS: Align codegen AwaitExpressions to YieldExpressions
Hendiadyoin1
2023-02-26
LibJS: Don't enter finally blocks upon `yield` in bytecode mode
Hendiadyoin1
2023-02-26
LibJS: Simplify `Generator::perform_needed_unwinds`
Hendiadyoin1
2023-02-26
LibJS: Generate unwind chains for continue in Bytecode
Hendiadyoin1
2023-02-26
LibJS: Generate unwind chains for break in Bytecode
Hendiadyoin1
2023-02-26
LibJS: Correctly handle unwind frames in the GenerateCFG pass
Hendiadyoin1
2023-02-26
LibJS: VERIFY on unknown terminator opcodes in GenerateCFG
Hendiadyoin1
2023-02-26
LibJS: Allow to stringify empty Values without side effects
Hendiadyoin1
2023-02-26
Spreadsheet: Fix column index to number conversion
Tim Ledbetter
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
LibGfx: Add some chunk validation to decode_webp_extended()
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_size to decode_webp_first_chunk
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_first_chunk to read_webp_first_chunk
Nico Weber
2023-02-26
PixelPaint: Add "Apply Mask" action
Tim Ledbetter
2023-02-26
PixelPaint: Add "Delete Mask" action
Tim Ledbetter
[next]