1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-28 01:42:07 +00:00
serenity/Userland/Applications/Presenter
Lucas CHOLLET 3f35ffb648 Userland: Prefer _string over _short_string
As `_string` can't fail anymore (since 3434412), there are no real
benefits to use the short variant in most cases.
2023-08-08 07:37:21 +02:00
..
CMakeLists.txt Base+Presenter: Add icons for Presenter 2023-02-01 19:17:48 +01:00
main.cpp LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +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