summaryrefslogtreecommitdiff
path: root/Services/SystemMenu/main.cpp
AgeCommit message (Expand)Author
2020-12-28LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public APIAndreas Kling
2020-12-28Everywhere: Move AppFile from LibGUI to LibDesktopLinus Groh
2020-12-27SystemMenu: Use GUI::AppFileLinus Groh
2020-12-24SystemMenu: Use GUI::FileIconProvider for app iconsLinus Groh
2020-08-04SystemMenu: Disown child processes after spawningAndreas Kling
2020-08-04SystemMenu: Disown spawned programsAndreas Kling
2020-07-28SystemMenu: Add 'Themes' iconBen Wiederhake
2020-07-28SystemMenu: Add icons for categoriesBen Wiederhake
2020-07-28SystemMenu: Untangle app/category discovery and GUI buildingBen Wiederhake
2020-07-28SystemMenu: Add icon to 'Exit' menu itemBen Wiederhake
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-19SystemMenu: Don't exit if the shutdown dialog is opened but cancelledAndreas Kling
2020-05-19SystemMenu: Rename PowerDialog => ShutdownDialogAndreas Kling
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling