1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:05:08 +00:00
serenity/Applications/HexEditor
Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject
This is primarily to make it possible to pass a GMenu* where a CObject*
is expected.
2019-12-09 21:05:44 +01:00
..
HexEditor.cpp HexEditor: Created has_selection() method. 2019-10-27 00:44:42 +02:00
HexEditor.h HexEditor: Created has_selection() method. 2019-10-27 00:44:42 +02:00
HexEditorWidget.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
HexEditorWidget.h HexEditor: Added navigate to a hex offset 2019-10-21 09:45:21 +02:00
main.cpp HexEditor: Fixed startup error 2019-10-24 09:57:27 +02:00
Makefile HexEditor: Initial application release 2019-10-13 08:45:49 +02:00