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-24
Taskbar: Use GUI::Process::spawn_or_show_error() to launch apps
MacDue
2023-03-24
KeyboardPreferenceLoader: Use Core::Process::spawn() to set keymap
MacDue
2023-03-24
WebDriver: Use Core::Process::spawn() to launch browsers
MacDue
2023-03-24
FileManager: Use GUI::Process::spawn_or_show_error() to open terminals
MacDue
2023-03-24
LibCore: Add KeepAsChild option to Core::Process::spawn()
MacDue
2023-03-24
LibGUI: Allow passing working directory to spawn_or_show_error()
MacDue
2023-03-24
LibCore: Fix memory leak in Core::Process::spawn()
MacDue
2023-03-24
LibCompress: Speed up deflate decompression by ~11%
Andreas Kling
2023-03-24
LibCrypto: Update entire blocks in `SHA*::update()`
Jelle Raaijmakers
2023-03-24
LibCrypto: Stop shadowing `i` variable
Jelle Raaijmakers
2023-03-24
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-24
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-24
LibWeb: Add scalable radio buttons (with theme/accent-color support)
MacDue
2023-03-24
LibWeb: Move checkbox color palette computation to helper header
MacDue
2023-03-24
LibGfx: Handle signed distance field edges better
MacDue
2023-03-24
LibGfx/PortableFormat: Use `static_cast` instead of C-style casts
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from `decode()`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from `read_image_data()`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from `read_magic_number()`
Lucas CHOLLET
2023-03-24
LibGfx: Remove unused class `Streamer`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Port to Stream
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Use finite loops in `read_image_data`
Lucas CHOLLET
2023-03-24
LibGfx: Return true from `PortableImageDecoderPlugin::initialize()`
Lucas CHOLLET
2023-03-24
LibGfx: Remove unused functions `load_from_memory` and `load_impl`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from some `read_*` functions
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Make `read_whitespace` return an `ErrorOr`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Make `read_comment` return an `ErrorOr`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Don't accept comments that don't start with `#`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Simplify `read_number` signature
Lucas CHOLLET
2023-03-24
LibGfx: Make `PortableImageDecoderPlugin` constructor private
Lucas CHOLLET
2023-03-24
ImageViewer: Use `LibFileSystemAccessClient`
Caoimhe
2023-03-24
LibGUI: Paint slider track shorter to ensure the knob covers it
Andreas Oppebøen
2023-03-24
LibGUI: Fix slightly wrong value slider knob position
Andreas Oppebøen
2023-03-24
LibGUI: Fix value slider so dragging left and right feels similar
Andreas Oppebøen
2023-03-24
LibGUI: Fix slider so dragging handle left and right feels similar
Andreas Oppebøen
2023-03-24
LibConfig: Use full include path for endpoints
Jelle Raaijmakers
2023-03-23
LibWeb: Implement performance.mark and performance.clearMarks
Luke Wilde
2023-03-23
LibWeb: Add a list of the entry names in the PerformanceTiming interface
Luke Wilde
2023-03-23
LibWeb: Introduce Performance Timeline and its Performance functions
Luke Wilde
2023-03-23
LibWeb: Remove FIXME for existing `[Default] object toJSON()`functions
Luke Wilde
2023-03-23
LibIDL: Add Type::is_json which says if the type is convertible to JSON
Luke Wilde
2023-03-23
LibThreading: Resolve BackgroundAction error callback use-after-free
Tim Ledbetter
2023-03-23
LibWeb: Create the correct error objects in XHR::handle_errors
Luke Wilde
2023-03-23
ImageViewer: Fix crash when opening ImageViewer without an image
Caoimhe
2023-03-23
WebDriver: Unlink server socket before binding to it
Aliaksandr Kalenik
2023-03-23
LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independent
Hendiadyoin1
2023-03-23
LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"
Timothy Flynn
2023-03-23
LibJS: Add missing internal slots to creation of Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormat
Timothy Flynn
[prev]
[next]