djwisdom
|
27f5a18ce6
HexEditor: Add Help->Manual entry in Menu
|
2 years ago |
Jannis Weis
|
8fa34b43ce
HexEditor: Fix utf16 validation
|
2 years ago |
James Puleo
|
88cf40179d
HexEditor: Make `HexEditor::open_new_file` fallible and reduce branching
|
3 years ago |
James Puleo
|
0bfcbf0b0a
HexEditor: Change `Find All Strings` shortcut to `Ctrl + Shift + F`
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 years ago |
kleines Filmröllchen
|
19f6ef3a0c
HexEditor: Add UTF16 to the value inspector
|
3 years ago |
kleines Filmröllchen
|
ef113b2f91
HexEditor: Add UTF8 to the value inspector
|
3 years ago |
kleines Filmröllchen
|
e5736cdf2f
HexEditor: Add ASCII to the value inspector
|
3 years ago |
kleines Filmröllchen
|
da7a8a8711
HexEditor: Don't require the ValueInspectorModel's value size to be i32
|
3 years ago |
Eli Youngs
|
d20ff6c891
HexEditor: Show endianness in the value inspector
|
3 years ago |
Timothy Slater
|
6a4fdae575
HexEditor: Add Value Inspector
|
3 years ago |
Samu698
|
61b8834b1a
HexEditor: Disable selection dependent actions when no selection is made
|
3 years ago |
Samu698
|
d694af8be0
HexEditor: Offset segment in status bar opens goto offset dialog
|
3 years ago |
Karol Kosek
|
c9c55d86a4
Userland: Ask first for unsaved changes after clicking an "Open" action
|
3 years ago |
Karol Kosek
|
42d19977b3
HexEditor: Use the system-wide unsaved changes dialog
|
3 years ago |
Karol Kosek
|
f18ae27fe9
HexEditor: Display dirty close icon when the file is changed
|
3 years ago |
Lenny Maiorani
|
160bda7228
Applications: Use default constructors/destructors
|
3 years ago |
electrikmilk
|
62102e3130
Base+HexEditor: Add icons
|
3 years ago |
Mustafa Quraish
|
aae96af812
HexEditor: Use FileSystemAccessClient::try_* APIs
|
3 years ago |
Arne Elster
|
fd66dda1d7
HexEditor: Stream input files instead of keeping them in memory
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
Arne Elster
|
4aab6ff839
HexEditor: Use size_t where applicable
|
3 years ago |
Mustafa Quraish
|
0f749681a9
Everywhere: Use my fancy new serenityos.org email :^)
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Mustafa Quraish
|
8f2521ce52
HexEditor: Use FileSystemAccessClient, add unveils
|
3 years ago |
Mustafa Quraish
|
22a1035f1b
HexEditor: Use LibConfig instead of Core::ConfigFile
|
3 years ago |
networkException
|
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
|
3 years ago |
networkException
|
938051feb8
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
|
3 years ago |