Lucas CHOLLET
|
a2dca2b762
HexEditor: Propagate errors when using "Save"
|
2 years ago |
Lucas CHOLLET
|
2bba743c24
HexEditor: Propagate errors when using "Save as"
|
2 years ago |
Lucas CHOLLET
|
3d914247cc
HexEditor: Port to `Core::Stream`
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Timothy Flynn
|
d0403ec14f
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
|
2 years ago |
Timothy Flynn
|
d793262beb
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
|
2 years ago |
Sam Atkins
|
f0395a2042
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
|
2 years ago |
Sam Atkins
|
54b1326165
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
|
2 years ago |
Karol Kosek
|
247db3fdd0
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
|
2 years ago |
Arda Cinar
|
2dd7fa2d44
HexEditor: Handle some errors inside the editor
|
2 years ago |
Lucas CHOLLET
|
9ae97c8cb1
LibFileSystemAccessClient: Rename `try_save_file` =>
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Karol Kosek
|
0b7f5bbdfb
Userland: Accept drag_enter events for widgets supporting file drops
|
2 years ago |
Karol Kosek
|
6b8d351b40
TextEditor+HexEditor: Warn about unsaved changes after dropping files
|
2 years ago |
kamp
|
8b0a464f5c
HexEditor: Implement undo and redo actions
|
2 years ago |
kamp
|
24f729d0ef
HexEditor: Only mark window as modified when document is actually dirty
|
2 years ago |
demostanis
|
34acae90c7
Userland: Let applications make use of make_command_palette_action()
|
2 years ago |
networkException
|
4230dbbb21
AK+Everywhere: Replace "protocol" with "scheme" url helpers
|
2 years ago |
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 |