ladybird/Services/SystemMenu
Ben Wiederhake 404981a892 SystemMenu: Untangle app/category discovery and GUI building
I was a bit confused by the fact that a method named `build_system_menu()`
first enumerates a directory. Moving the app/category discovery to a dedicated
function that returns the GUI-relevant information makes this process a bit
less surprising.

As an added bonus, `g_app_category_menus` was actually only a temporary mapping,
and didn't need to be global. In theory, SystemMenu should use a handful fewer
of bytes now.
2020-07-28 16:29:44 +02:00
..
CMakeLists.txt SystemMenu: Rename PowerDialog => ShutdownDialog 2020-05-19 17:46:28 +02:00
main.cpp SystemMenu: Untangle app/category discovery and GUI building 2020-07-28 16:29:44 +02:00
ShutdownDialog.cpp SystemMenu: Fix shutdown dialog 2020-06-28 14:32:17 +02:00
ShutdownDialog.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00