summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2021-11-04WindowServer: Reevaluate hover state after dismissing window switcherAndreas Kling
2021-11-04WindowServer: Reevaluate hover state when switching highlight windowsAndreas Kling
2021-11-04WindowServer: Rename reevaluate_hovered_window()Andreas Kling
2021-11-03WindowServer: Add missing window_was_constructed callsin-ack
2021-11-02WindowServer: Fix visibility of WindowSwitcher constructorBen Wiederhake
2021-11-02AudioServer: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-11-02AK+WindowServer: Remove did_construct() framework used only onceBen Wiederhake
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-10-31WebContent: Convert ConsoleGlobalObject functions to ThrowCompletionOrIdan Horowitz
2021-10-31WindowServer: Remove some commented code in WindowManager.cppMarco Cutecchia
2021-10-31FileOperation: Deduplicate file names on moveTetsui Ohkubo