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
/
HexDocument.h
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-04
HexEditor: Create a function to initialize a `HexDocumentFile`
Lucas CHOLLET
2023-02-04
HexEditor: Propagate errors from `HexDocumentFile::set_title()`
Lucas CHOLLET
2023-02-04
HexEditor: Propagate errors when using "Save"
Lucas CHOLLET
2023-02-04
HexEditor: Propagate errors when using "Save as"
Lucas CHOLLET
2023-02-04
HexEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-02-04
HexEditor: Use the constructor pattern
Lucas CHOLLET
2023-02-04
HexEditor: Add a default move constructor to `HexDocumentFile`
Lucas CHOLLET
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-23
HexEditor: Make HexDocuments final
Arne Elster
2021-12-23
HexEditor: Stream input files instead of keeping them in memory
Arne Elster