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
/
HexEditorWidget.h
Age
Commit message (
Expand
)
Author
2023-04-20
HexEditor: Propagate errors from `HexEditorWidget::initialize_menubar()`
Karol Kosek
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-04
HexEditor: Port to `Core::Stream`
Lucas CHOLLET
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
HexEditor: Implement undo and redo actions
kamp
2022-04-07
HexEditor: Add Value Inspector
Timothy Slater
2022-03-14
HexEditor: Disable selection dependent actions when no selection is made
Samu698
2022-02-20
HexEditor: Display dirty close icon when the file is changed
Karol Kosek
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-20
HexEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-04
HexEditor: Use FileSystemAccessClient, add unveils
Mustafa Quraish
2021-08-27
HexEditor: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-12
HexEditor: Accept file drops
Karol Kosek
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-24
HexEditor: Store UI layout preferences in config file
Brendan Coles
2021-05-23
HexEditor: Add 'Go to Offset...' dialog
Brendan Coles
2021-05-22
HexEditor: Construct user interface from GML
Brendan Coles
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-02-26
HexEditor: Fix nullptr pass to AboutDialog and clean up menus
thankyouverycool
2021-01-24
HexEditor: Find
Camisul
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling