index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
SystemMenu
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-12-28
LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public API
Andreas Kling
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-27
SystemMenu: Use GUI::AppFile
Linus Groh
2020-12-24
SystemMenu: Use GUI::FileIconProvider for app icons
Linus Groh
2020-08-04
SystemMenu: Disown child processes after spawning
Andreas Kling
2020-08-04
SystemMenu: Disown spawned programs
Andreas Kling
2020-07-28
SystemMenu: Add 'Themes' icon
Ben Wiederhake
2020-07-28
SystemMenu: Add icons for categories
Ben Wiederhake
2020-07-28
SystemMenu: Untangle app/category discovery and GUI building
Ben Wiederhake
2020-07-28
SystemMenu: Add icon to 'Exit' menu item
Ben Wiederhake
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-19
SystemMenu: Don't exit if the shutdown dialog is opened but cancelled
Andreas Kling
2020-05-19
SystemMenu: Rename PowerDialog => ShutdownDialog
Andreas Kling
2020-05-08
Services: Move Taskbar and SystemMenu from Applications to Services
Andreas Kling