summaryrefslogtreecommitdiff
path: root/Applications/HexEditor/HexEditorWidget.cpp
AgeCommit message (Expand)Author
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-01Applications: Add new keyboard shortcuts & update few existing onesJami Kettunen
2020-01-01HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going ToJami Kettunen
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-10-27HexEditor: Created has_selection() method.Brandon Scott
2019-10-27HexEditor: Added fill selection action.Brandon Scott
2019-10-27HexEditor: Added new file action.Brandon Scott
2019-10-24HexEditor: Added a multi-label status bar, and a new copy option.Brandon Scott
2019-10-21HexEditor: Added navigate to a hex offsetBrandon Scott
2019-10-13HexEditor: Initial application releaseBrandon Scott