summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/HexEditorWidget.h
AgeCommit message (Expand)Author
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-04-07HexEditor: Add Value InspectorTimothy Slater
2022-03-14HexEditor: Disable selection dependent actions when no selection is madeSamu698
2022-02-20HexEditor: Display dirty close icon when the file is changedKarol Kosek
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-20HexEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-04HexEditor: Use FileSystemAccessClient, add unveilsMustafa Quraish
2021-08-27HexEditor: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-12HexEditor: Accept file dropsKarol Kosek
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-24HexEditor: Store UI layout preferences in config fileBrendan Coles
2021-05-23HexEditor: Add 'Go to Offset...' dialogBrendan Coles
2021-05-22HexEditor: Construct user interface from GMLBrendan Coles
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-02-26HexEditor: Fix nullptr pass to AboutDialog and clean up menusthankyouverycool
2021-01-24HexEditor: FindCamisul
2021-01-12Applications: Move to Userland/Applications/Andreas Kling