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
/
Taskbar
/
ShutdownDialog.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-02
Taskbar: Use default buttons in ShutdownDialog
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-17
TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialog
Peter Elliott
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-16
Taskbar: Make shutdown dialog non-resizable and tweak button spacing
Andreas Kling
2021-05-16
Taskbar: Give the shutdown dialog a UI facelift :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-25
Taskbar: Add start menu :^)
Andreas Kling