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-03-06
WebContent: Add missing LibGfx include
Matthew Olsson
2023-03-05
LibWeb+WebContent+WebDriver: Port WebDriver parameters to String
Timothy Flynn
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-26
WebServer: Remove a call to String::from_deprecated_string
Nico Weber
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
Browser+LibWeb+WebContent: Store cookie expiry times in UTC
Timothy Flynn
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
[next]