1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 15:17:37 +00:00
serenity/Applications/HexEditor
Brandon Scott 465a33443c HexEditor: Fix half byte offset bug
If you had made a change to the first 4 bits of a byte and then changed
your offset via keyboard or menu option it would change the last 4 bits
of the new offset the next time you made a change and would not show that
the byte had been changed at the new offset.
2019-10-21 09:45:21 +02:00
..
HexEditor.cpp HexEditor: Fix half byte offset bug 2019-10-21 09:45:21 +02:00
HexEditor.h HexEditor: Initial application release 2019-10-13 08:45:49 +02:00
HexEditorWidget.cpp HexEditor: Added navigate to a hex offset 2019-10-21 09:45:21 +02:00
HexEditorWidget.h HexEditor: Added navigate to a hex offset 2019-10-21 09:45:21 +02:00
main.cpp HexEditor: Initial application release 2019-10-13 08:45:49 +02:00
Makefile HexEditor: Initial application release 2019-10-13 08:45:49 +02:00