summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-11-23FileSystemAccessServer: Port to LibMain :^)Andreas Kling
2021-11-23WebContent: Port to LibMain :^)Andreas Kling
2021-11-22WindowServer: Port to LibMain :^)Andreas Kling
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-21SystemServer+kcov-example: Make /dev/kcov0 available againBen Wiederhake
2021-11-21AudioServer: Use `strerror` correctly in MixerJelle Raaijmakers
2021-11-20CrashReporter: Unlink coredump file on exitItamar
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-18ConfigServer: Add methods to list groups and keysfaxe1008
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-14Taskbar: Make quicklaunch bar editablefaxe1008
2021-11-14WindowServer: Make window switcher look more like other overlaysAndreas Kling
2021-11-14WindowServer: Clear window switcher's hovered item when cursor leavesAndreas Kling
2021-11-14WindowServer: Reset the window switcher's hovered item between usesAndreas Kling
2021-11-14WindowServer: Allow server-internal windows with alpha channelAndreas Kling
2021-11-14WindowServer: Make WindowFrame::shadow_bitmap() constAndreas Kling
2021-11-13ConfigServer: Add method and notification for key removalfaxe1008
2021-11-13WindowServer: Clear active input tracking window on menu popupAndreas Kling
2021-11-13WindowServer: Replace "Pin/Unpin Window" => "Always on Top"Andreas Kling
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-13SpiceAgent: Use image decoder plugins instead of deprecated wrappersAndreas Kling
2021-11-13WindowServer: Ensure menu visibility after pushing menu to the stackTom
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-11-10LibSQL: Add current statement to the ExecutionContextJan de Visser
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08DHCPClient: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::scaled()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-07Revert "WindowServer: Remove redundant Window::set_visible()..."Simon Woertz
2021-11-05WindowServer: Add menus to open menu stack before making them visibleAndreas Kling
2021-11-05WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()Andreas Kling
2021-11-05WindowServer: Remove redundant check in MenuManager::open_menu()Andreas Kling
2021-11-05WindowServer: Return ShareableBitmap() on failAziz Berkay Yesilyurt
2021-11-05LibC+LookupServer: Use u32 for the endpoint magicBen Wiederhake
2021-11-05LibC+LookupServer: Compute magic number to avoid hardcodingBen Wiederhake
2021-11-05SQLServer: Remove unnecessary magic numberBen Wiederhake