ladybird/Userland/Applications/ImageViewer
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 ImageViewer: Use LibFileSystemAccessClient 2023-03-24 09:38:46 +00:00
main.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
MainWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
MainWidget.h ImageViewer: Make arrow key shortcuts work 2023-02-16 12:26:41 +00:00
ViewWidget.cpp Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
ViewWidget.h ImageViewer: Use LibFileSystemAccessClient 2023-03-24 09:38:46 +00:00