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
/
Libraries
/
LibGUI
/
Desktop.h
Age
Commit message (
Expand
)
Author
2023-03-21
LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>
implicitfield
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-09
LibGUI: Let Desktop:the() manage SystemEffects inside LibGUI
thankyouverycool
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-07-19
LibGUI: Add callback for screen rect change to Desktop.h
Peter Elliott
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-03
LibGUI: Desktop.h should get actual value from TaskbarWindow.h
Matthew Jones
2021-05-09
Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
Linus Groh
2021-03-25
WindowServer+LibGUI: Remove the global menubar :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling