summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/HexEditor.h
AgeCommit message (Expand)Author
2022-12-14HexEditor: Handle some errors inside the editorArda Cinar
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-11-01HexEditor: Only mark window as modified when document is actually dirtykamp
2022-08-03HexEditor: Make `HexEditor::open_new_file` fallible and reduce branchingJames Puleo
2022-08-03HexEditor: Remove unused readonly flagJames Puleo
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-07HexEditor: Add get_byte() method to HexEditor classTimothy Slater
2022-04-07HexEditor: Add ability to set a selection rangeTimothy Slater
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14HexEditor: Fix crash of copy action when selection is emptyFederico Guerinoni
2022-01-20HexEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2021-12-23HexEditor: Stream input files instead of keeping them in memoryArne Elster
2021-11-01HexEditor: Give magic constants namesArne Elster
2021-11-01HexEditor: Use size_t where applicableArne Elster
2021-11-01HexEditor: Show blinking caret at current positionArne Elster
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-04HexEditor: Use FileSystemAccessClient, add unveilsMustafa Quraish
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-05-29HexEditor: Add find_all_strings() functionBrendan Coles
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-23HexEditor: Add 'Go to Offset...' dialogBrendan Coles
2021-05-22HexEditor: Add 'Select All' actionBrendan Coles
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-24HexEditor: FindCamisul
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling