ladybird/Userland/Applications/Presenter
Arda Cinar 9d9a6b6b64 Presenter: Fix a crash in loading untitled presentations
The Presentation::title() and Presentation::author() functions return a
StringView to the title/author defined in the json file or a default
value. Previously, this would return a StringView to already-freed
memory and crash the application when setting the window title. This
commit fixes that issue :^)
2022-12-14 07:45:06 -05:00
..
CMakeLists.txt
main.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Presentation.cpp Presenter: Fix a crash in loading untitled presentations 2022-12-14 07:45:06 -05:00
Presentation.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PresenterWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PresenterWidget.h
Slide.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Slide.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SlideObject.cpp LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
SlideObject.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00