1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 05:47:35 +00:00
serenity/Userland/Applications/HexEditor
MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path()
This now defaults to serializing the path with percent decoded segments
(which is what all callers expect), but has an option not to. This fixes
`file://` URLs with spaces in their paths.

The name has been changed to serialize_path() path to make it more clear
that this method will generate a new string each call (except for the
cannot_be_a_base_url() case). A few callers have then been updated to
avoid repeatedly calling this function.
2023-04-15 06:37:04 +02:00
..
CMakeLists.txt HexEditor: Add selection strings to the value inspector 2023-02-15 12:13:31 +00:00
FindDialog.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
FindDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FindDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GoToOffsetDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GoToOffsetDialog.gml LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
GoToOffsetDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HexDocument.cpp Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
HexDocument.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HexEditor.cpp HexEditor: Add selection strings to the value inspector 2023-02-15 12:13:31 +00:00
HexEditor.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
HexEditorWidget.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
HexEditorWidget.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HexEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
main.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
SearchResultsModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ValueInspectorModel.h HexEditor: Add selection strings to the value inspector 2023-02-15 12:13:31 +00:00