summaryrefslogtreecommitdiff
path: root/Services/SystemMenu
AgeCommit message (Expand)Author
2020-12-24SystemMenu: Use GUI::FileIconProvider for app iconsLinus Groh
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus 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-06-28SystemMenu: Fix shutdown dialogsppmacd
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
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-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling