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
2021-10-21
Utilities: Add fdtdump for dumping OpenFirmware Device Trees
Andrew Kaster
2021-10-21
Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees
Andrew Kaster
2021-10-21
LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.Now functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.Instant functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.Duration functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.Calendar functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibGUI: Don't paint TextEditor selection in non-focused widgets
Andreas Kling
2021-10-21
LibGUI: Use the new GUI::Tray widget in GUI::FilePicker
Andreas Kling
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
logout: Add this utility to REQUIRED_TARGETS
Karol Kosek
2021-10-21
LibGUI: Make links only clickable where the text is
Ben Wiederhake
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
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
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
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
[next]