ladybird/Userland/Applications/Presenter
Karol Kosek 247db3fdd0 LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
These functions return the deprecated `Core::File` class, so let's mark
it as such to avoid possible confusion between future non try_*
functions which will use Core::Stream family classes and to possibly
grab someone's attention. :^)
2023-01-07 10:53:43 +00:00
..
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00
main.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07: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 LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
PresenterWidget.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
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 Presenter: Provide default text styles to text objects 2022-12-14 07:45:06 -05:00