summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26WindowServer: Clear wallpaper if the requested path is emptyKarol Kosek
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22WindowServer: Port to LibMain :^)Andreas Kling
2021-11-21Everywhere: Fix spelling of "offsetted"Andreas Kling
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-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-13WindowServer: Ensure menu visibility after pushing menu to the stackTom
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas 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::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-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-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02AK+WindowServer: Remove did_construct() framework used only onceBen Wiederhake
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-31WindowServer: Remove some commented code in WindowManager.cppMarco Cutecchia
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-26WindowServer: Don't re-open screen device immediately after opening itAndreas Kling
2021-10-26WindowServer: Remove Screen::init()Andreas Kling
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe