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
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