1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 09:01:02 +00:00
serenity/Userland/Applications/HexEditor
thankyouverycool a2e935e7a2 HexEditor: Fix nullptr pass to AboutDialog and clean up menus
Refactors menubar creation to avoid a null parent window during
construction; moves search options to the more traditional edit
menu; creates and exclusive action group for bytes per row

Fixes #5177 in part
2021-02-26 13:50:00 +01:00
..
CMakeLists.txt Base: Update some icons for color, quality and consistency 2021-02-25 08:08:26 +01:00
FindDialog.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FindDialog.h HexEditor: Find 2021-01-24 19:23:31 +01:00
HexEditor.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HexEditor.h HexEditor: Find 2021-01-24 19:23:31 +01:00
HexEditorWidget.cpp HexEditor: Fix nullptr pass to AboutDialog and clean up menus 2021-02-26 13:50:00 +01:00
HexEditorWidget.h HexEditor: Fix nullptr pass to AboutDialog and clean up menus 2021-02-26 13:50:00 +01:00
main.cpp HexEditor: Fix nullptr pass to AboutDialog and clean up menus 2021-02-26 13:50:00 +01:00