summaryrefslogtreecommitdiff
path: root/Applications/HexEditor/HexEditor.h
AgeCommit message (Expand)Author
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-05HexEditor: Remove unused m_hover_posjoshua stein
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-01-18Meta: Add license header to source filesAndreas Kling
2019-10-27HexEditor: Created has_selection() method.Brandon Scott
2019-10-27HexEditor: Added fill selection action.Brandon Scott
2019-10-24HexEditor: Added a multi-label status bar, and a new copy option.Brandon Scott
2019-10-13HexEditor: Initial application releaseBrandon Scott