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
/
Services
Age
Commit message (
Expand
)
Author
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-21
WebContent: Fix const-correctness issues
Andreas Kling
2023-02-21
WindowServer: Fix various const-correctness issues
Andreas Kling
2023-02-19
WebDriver: Add computedlabel endpoint
Jonah
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
SystemServer: Re-mount / as non-writable, nosuid and nodev
Liav A
2023-02-19
WindowServer: Fix drawing wallpaper on additional screens
Tom
2023-02-19
WindowServer: Fix caching stretched wallpaper for multiple screens
Tom
2023-02-18
SpiceAgent: Rename `ClipboardType::JPG` to `ClipboardType::JPEG`
Lucas CHOLLET
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-17
WindowServer: Redraw Taskbar on window highlight during switching
John Bundgaard
2023-02-17
WindowServer: Show window switcher even if fullscreen window is active
John Bundgaard
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-11
WindowServer: Restore cursor animation
Karol Kosek
2023-02-10
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
AudioServer: Use `AK::Stream` to serialize mixed samples
Tim Schumacher
2023-02-08
TelnetServer: Use `AK::Stream` to serialize commands
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-05
Revert "SQLServer: Unveil /etc/passwd"
MacDue
2023-02-05
Revert "ConfigServer: Unveil "/etc/passwd""
MacDue
2023-02-05
SystemServer: Revert back to inheriting environments again
MacDue
2023-02-04
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
Liav A
2023-02-03
LibSQL+SQLServer: Send result column names over IPC to SQL clients
Timothy Flynn
2023-02-03
SystemServer: Propagate errors properly in the main code
Liav A
2023-02-02
WebContent: Remove pending file requests before invoking their callbacks
Timothy Flynn
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-02-02
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
Guilherme Gonçalves
2023-02-02
FileSystemAccessServer: Send correct error code for failed file access
Timothy Flynn
2023-02-02
SQLServer: Unveil /etc/passwd
MacDue
2023-02-01
SystemServer: Propagate errors
Lucas CHOLLET
2023-02-01
ConfigServer: Unveil "/etc/passwd"
Lucas CHOLLET
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
[next]