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-22
WindowServer: Support displaying window titles when there are no buttons
Timothy Flynn
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-22
LibJS: Convert Locale AOs to ThrowCompletionOr
Idan Horowitz
2021-10-22
WindowServer: Re-evaluate hover state when active window changes
Andreas Kling
2021-10-22
Tests: Add a unit test to ensure the /dev/mem device works correctly
Liav A
2021-10-22
Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function
Liav A
2021-10-21
LibC: Implement mbsnrtowcs
Tim Schumacher
2021-10-21
LibC: Implement wcsnrtombs
Tim Schumacher
2021-10-21
LibC: Implement mbrlen
Tim Schumacher
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-22
Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResult
Andreas Kling
2021-10-22
Kernel: Remove unused InodeIdentifier::to_string()
Andreas Kling
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
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
[next]