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.cpp
Age
Commit message (
Expand
)
Author
2021-08-31
LibGUI/Desktop: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
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 initial support for rendering on multiple screens
Tom
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling