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.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-02-15
HexEditor: Add selection strings to the value inspector
MetallicSquid
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
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-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2022-12-14
HexEditor: Handle some errors inside the editor
Arda Cinar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
HexEditor: Allow keydown events to propagate if they are not handled
Zaggy1024
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-10-31
HexEditor: Specify page skip size in multiples of the line height
premek
2022-10-14
HexEditor: Render selection background without gaps between rows
Mart G
2022-10-12
HexEditor: Fix two off-by-one errors
Mart G
2022-08-03
HexEditor: Rename camel case variable names in `HexEditor::save_as`
James Puleo
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-08-03
HexEditor: Don't spam debug output when finding all strings
James Puleo
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-11
HexEditor: Gray-out null bytes
Karol Kosek
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-14
HexEditor: Selection follows cursor while pressing shift
Samu698
2022-03-14
HexEditor: Fill selection sets only bytes inside selection
Samu698
2022-03-14
HexEditor: Copy as C code doesn't add trailing spaces
Samu698
2022-02-20
HexEditor: Add support for handling PageUp and PageDown key events
Liav A
2022-02-20
HexEditor: Reduce code duplication when handling key down events
Liav A
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
HexEditor: Fix copy {text/hex} to clipboard
Federico Guerinoni
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-20
HexEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2021-12-23
HexEditor: Don't unnecessarily abbreviate variable names
Arne Elster
2021-12-23
HexEditor: Scroll back to the top when opening another file
Arne Elster
2021-12-23
HexEditor: Stream input files instead of keeping them in memory
Arne Elster
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
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: Remove magic color constant for modified bytes
Arne Elster
2021-11-01
HexEditor: Show blinking caret at current position
Arne Elster
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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
[next]