ladybird/Userland/Applications/Presenter
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 Base+Presenter: Add icons for Presenter 2023-02-01 19:17:48 +01:00
main.cpp Base+Presenter: Add icons for Presenter 2023-02-01 19:17:48 +01:00
Presentation.cpp Presenter: Support multiple frames per slide 2023-03-22 10:32:02 +01:00
Presentation.h Presenter: Support multiple frames per slide 2023-03-22 10:32:02 +01:00
PresenterWidget.cpp AK+Everywhere: Change URL::path() to serialize_path() 2023-04-15 06:37:04 +02:00
PresenterWidget.h Presenter: Add a "Resize to Fit Content" action 2023-03-21 10:10:29 +01:00
Slide.cpp Presenter: Support multiple frames per slide 2023-03-22 10:32:02 +01:00
Slide.h Presenter: Support multiple frames per slide 2023-03-22 10:32:02 +01:00
SlideObject.cpp Presenter: Don't give a style value if there are no styles 2023-03-22 10:32:02 +01:00
SlideObject.h Presenter: Support multiple frames per slide 2023-03-22 10:32:02 +01:00