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
/
Applets
/
WorkspacePicker
Age
Commit message (
Expand
)
Author
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-08-16
WindowServer+WorkspacePicker: Adjust active and inactive colors
thankyouverycool
2022-08-14
WorkspacePicker: Add missing unveil(nullptr, nullptr)
Andreas Kling
2022-08-14
WorkspacePicker: Tweak applet height and draw frame around desktop rects
Andreas Kling
2022-08-14
WorkspacePicker: Allow opening workspace settings via a context menu
Andreas Kling
2022-08-01
WorkspacePicker: Hide tray applet entirely when there's only 1 workspace
Andreas Kling
2022-07-22
WorkspacePicker: Immediately update active workspace on click or scroll
networkException
2022-07-22
WorkspacePicker: Use full words for some variable names
networkException
2022-07-13
WorkspacePicker: Hide applet if size == 0
Filiph Sandström
2022-06-01
LibGUI: Fix typo in ConnectionToWindowManagerServer
Olivier De Cannière
2022-02-25
Userland: Rename WindowManagerServerConnection
Itamar
2022-02-13
Userland/Applets: Use default constructors/destructors
Lenny Maiorani
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
WorkspacePicker: Port to LibMain :^)
Andreas Kling
2021-11-23
Applets: Rename DesktopPicker => WorkspacePicker
Andreas Kling