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-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
2021-12-23
HexEditor: Don't unnecessarily abbreviate variable names
Arne Elster
2021-12-23
HexEditor: Make HexDocuments final
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-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
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
[next]