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
2021-10-21
LibGUI: Add a GUI::Tray widget for the FilePicker common locations
Andreas Kling
2021-10-21
LibGUI: Make toolbar buttons non-focusable by default
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::write_ext2_inode() return KResult
Andreas Kling
2021-10-21
Kernel: Make Inode::flush_metadata() return a KResult
Andreas Kling
2021-10-21
logout: Add this utility to REQUIRED_TARGETS
Karol Kosek
2021-10-21
Kernel: Call try_set_coredump_property with StringView arguments
Daniel Bertalan
2021-10-21
Kernel: Convert Formatter<Process> to use Formatter<FormatString>
Daniel Bertalan
2021-10-21
AK: Avoid temporary String allocation in Formatter<FormatString>
Daniel Bertalan
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-10-21
LibGUI: Make links only clickable where the text is
Ben Wiederhake
2021-10-21
Documentation: Tweak RunningOnRaspberryPi a bit
Nico Weber
2021-10-21
CI: Add a cache for the CLDR on the test262 runner
Timothy Flynn
2021-10-21
CI: Use correct CLDR cache path on GitHub Actions
Timothy Flynn
2021-10-21
LoginServer: Capitalize username and password fields
xSlendiX
2021-10-21
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
Andreas Kling
2021-10-21
LibWeb: Use is_single_line() and add spec comments to FFC step 8
Andreas Kling
2021-10-21
LibWeb: Include flex-direction in layout tree dumps
Andreas Kling
2021-10-21
adjtime: Drop unnecessary privileges unconditionally
Ben Wiederhake
2021-10-21
LibJS: Remove now-redundant TemporaryClearException from Promise methods
Timothy Flynn
2021-10-21
Ports: Register all dependencies of ports
Jelle Raaijmakers
2021-10-21
Ports: Return early in parse_arguments() in .port_include.sh
Jelle Raaijmakers
2021-10-21
LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expression
Timothy Flynn
2021-10-21
LibJS: Convert GetPromiseResolve AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LoginServer: Mark the login window as non-closeable and non-minimizable
Timothy Flynn
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-10-21
Meta: Enable ccache for Lagom by default
Timothy Flynn
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
2021-10-21
LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value
Linus Groh
2021-10-21
AK: Add IsPOD<T> template to StdLibExtras
Linus Groh
2021-10-21
LibJS: Convert IterableToList AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Implement IteratorClose with Completions and align to the spec
Timothy Flynn
2021-10-21
LibJS: Convert get_iterator_values helper to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorValue AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorStep AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorNext AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Retrieve GetIterator's optional 'method' function using GetMethod
Timothy Flynn
2021-10-21
LibJS: Convert GetIterator AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
Userland: Teach the file utility more about ELF files
Valtteri Koskivuori
2021-10-21
LibELF: Rename the x86_64 machine type string to be less verbose
Valtteri Koskivuori
2021-10-21
LibELF+Userland: Move a few functions to Elf::Image
Valtteri Koskivuori
2021-10-21
LibGUI: Convert ItemListModel's Display Role to string during search
Karol Kosek
2021-10-21
LibWeb: Convert const pointer to nonnull into a reference
Ben Wiederhake
2021-10-21
LoginServer: Mark this component as REQUIRED
Karol Kosek
2021-10-20
LibJS: Implement private identifiers in optional chains
davidot
2021-10-20
LibJS: Use ClassFieldInitializerStatement for class fields
davidot
2021-10-20
LibJS: Add support for the '#privateName in obj' expression
davidot
[next]