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
Age
Commit message (
Expand
)
Author
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-29
HexEditor: Add Help->Manual entry in Menu
djwisdom
2022-08-22
HexEditor: Fix utf16 validation
Jannis Weis
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
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-08-03
HexEditor: Change `Find All Strings` shortcut to `Ctrl + Shift + F`
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-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-27
HexEditor: Add UTF16 to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Add UTF8 to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Add ASCII to the value inspector
kleines Filmröllchen
2022-04-27
HexEditor: Don't require the ValueInspectorModel's value size to be i32
kleines Filmröllchen
2022-04-18
HexEditor: Show endianness in the value inspector
Eli Youngs
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-07
HexEditor: Add Value Inspector
Timothy Slater
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: Disable selection dependent actions when no selection is made
Samu698
2022-03-14
HexEditor: Offset segment in status bar opens goto offset dialog
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-03-02
Applications: Fix undefined behavior capturing non-static constexpr
Lenny Maiorani
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-24
LibGUI+Apps: Convert Statusbar Labels to Segments
thankyouverycool
2022-02-21
Userland: Ask first for unsaved changes after clicking an "Open" action
Karol Kosek
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-20
HexEditor: Use the system-wide unsaved changes dialog
Karol Kosek
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-02-14
HexEditor: Fix copy {text/hex} to clipboard
Federico Guerinoni
2022-02-14
HexEditor: Fix crash of copy action when selection is empty
Federico Guerinoni
2022-02-13
Base+HexEditor: Add icons
electrikmilk
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-28
HexEditor: Use Array in FindDialog's options
kleines Filmröllchen
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-20
HexEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-01
HexEditor: Port HexEditor to LibMain
Conor Byrne
[next]