ladybird/Applications/HexEditor
Andreas Kling f0cde70c18 LibGUI: Simplify submenu construction
The API for adding a submenu to a menu is now:

auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
2020-04-29 11:48:11 +02:00
..
HexEditor.cpp LibGUI: Move Icon and FontDatabase into the GUI namespace 2020-03-07 01:33:53 +01:00
HexEditor.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
HexEditorWidget.cpp LibGUI: Simplify submenu construction 2020-04-29 11:48:11 +02:00
HexEditorWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
main.cpp Applications: Add "thread" for HexEditor 2020-04-26 21:31:41 +02:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00