index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
HexEditor
/
HexEditor.h
Age
Commit message (
Expand
)
Author
2022-12-14
HexEditor: Handle some errors inside the editor
Arda Cinar
2022-11-01
HexEditor: Implement undo and redo actions
kamp
2022-11-01
HexEditor: Only mark window as modified when document is actually dirty
kamp
2022-08-03
HexEditor: Make `HexEditor::open_new_file` fallible and reduce branching
James Puleo
2022-08-03
HexEditor: Remove unused readonly flag
James Puleo
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-07
HexEditor: Add get_byte() method to HexEditor class
Timothy Slater
2022-04-07
HexEditor: Add ability to set a selection range
Timothy Slater
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
HexEditor: Fix crash of copy action when selection is empty
Federico Guerinoni
2022-01-20
HexEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2021-12-23
HexEditor: Stream input files instead of keeping them in memory
Arne Elster
2021-11-01
HexEditor: Give magic constants names
Arne Elster
2021-11-01
HexEditor: Use size_t where applicable
Arne Elster
2021-11-01
HexEditor: Show blinking caret at current position
Arne Elster
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-04
HexEditor: Use FileSystemAccessClient, add unveils
Mustafa Quraish
2021-06-01
HexEditor: Fix off-by-one bugs in selected text length calculations
Brendan Coles
2021-05-29
HexEditor: Add find_all_strings() function
Brendan Coles
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-23
HexEditor: Add 'Go to Offset...' dialog
Brendan Coles
2021-05-22
HexEditor: Add 'Select All' action
Brendan Coles
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-24
HexEditor: Find
Camisul
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling