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
2021-11-23
FileSystemAccessServer: Port to LibMain :^)
Andreas Kling
2021-11-23
WebContent: Port to LibMain :^)
Andreas Kling
2021-11-22
WindowServer: Port to LibMain :^)
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-21
SystemServer+kcov-example: Make /dev/kcov0 available again
Ben Wiederhake
2021-11-21
AudioServer: Use `strerror` correctly in Mixer
Jelle Raaijmakers
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-18
ConfigServer: Add methods to list groups and keys
faxe1008
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-14
Taskbar: Make quicklaunch bar editable
faxe1008
2021-11-14
WindowServer: Make window switcher look more like other overlays
Andreas Kling
2021-11-14
WindowServer: Clear window switcher's hovered item when cursor leaves
Andreas Kling
2021-11-14
WindowServer: Reset the window switcher's hovered item between uses
Andreas Kling
2021-11-14
WindowServer: Allow server-internal windows with alpha channel
Andreas Kling
2021-11-14
WindowServer: Make WindowFrame::shadow_bitmap() const
Andreas Kling
2021-11-13
ConfigServer: Add method and notification for key removal
faxe1008
2021-11-13
WindowServer: Clear active input tracking window on menu popup
Andreas Kling
2021-11-13
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
Andreas Kling
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-13
SpiceAgent: Use image decoder plugins instead of deprecated wrappers
Andreas Kling
2021-11-13
WindowServer: Ensure menu visibility after pushing menu to the stack
Tom
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
RequestServer: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
DHCPClient: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-07
Revert "WindowServer: Remove redundant Window::set_visible()..."
Simon Woertz
2021-11-05
WindowServer: Add menus to open menu stack before making them visible
Andreas Kling
2021-11-05
WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()
Andreas Kling
2021-11-05
WindowServer: Remove redundant check in MenuManager::open_menu()
Andreas Kling
2021-11-05
WindowServer: Return ShareableBitmap() on fail
Aziz Berkay Yesilyurt
2021-11-05
LibC+LookupServer: Use u32 for the endpoint magic
Ben Wiederhake
2021-11-05
LibC+LookupServer: Compute magic number to avoid hardcoding
Ben Wiederhake
2021-11-05
SQLServer: Remove unnecessary magic number
Ben Wiederhake
[prev]
[next]