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
/
WindowServer
Age
Commit message (
Expand
)
Author
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
WindowServer: Clear wallpaper if the requested path is empty
Karol Kosek
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
WindowServer: Port to LibMain :^)
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
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
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
WindowServer: Ensure menu visibility after pushing menu to the stack
Tom
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
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::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-04
WindowServer: Reevaluate hover state after dismissing window switcher
Andreas Kling
2021-11-04
WindowServer: Reevaluate hover state when switching highlight windows
Andreas Kling
2021-11-04
WindowServer: Rename reevaluate_hovered_window()
Andreas Kling
2021-11-03
WindowServer: Add missing window_was_constructed call
sin-ack
2021-11-02
WindowServer: Fix visibility of WindowSwitcher constructor
Ben Wiederhake
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
AK+WindowServer: Remove did_construct() framework used only once
Ben Wiederhake
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-31
WindowServer: Remove some commented code in WindowManager.cpp
Marco Cutecchia
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-26
WindowServer: Don't re-open screen device immediately after opening it
Andreas Kling
2021-10-26
WindowServer: Remove Screen::init()
Andreas Kling
2021-10-25
MouseSettings: Add option to reverse buttons
Andrew Pardoe
[next]