1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 15:41:01 +00:00
serenity/Userland/Applications/Presenter
kleines Filmröllchen de44d6c0a6 Applications: Add Presenter
This version can already:
- load all of the defined file format except for the image type and the
  frame-specific stuff
- navigate frames and slides (though frames are mostly stubbed out)
- display text with various common settings
- displays text with various fitting and scaling methods
- scale and position objects correctly no matter the window size
2022-11-25 14:28:33 -07:00
..
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00
main.cpp Applications: Add Presenter 2022-11-25 14:28:33 -07:00
Presentation.cpp Applications: Add Presenter 2022-11-25 14:28:33 -07:00
Presentation.h Applications: Add Presenter 2022-11-25 14:28:33 -07:00
PresenterWidget.cpp Applications: Add Presenter 2022-11-25 14:28:33 -07:00
PresenterWidget.h Applications: Add Presenter 2022-11-25 14:28:33 -07:00
Slide.cpp Applications: Add Presenter 2022-11-25 14:28:33 -07:00
Slide.h Applications: Add Presenter 2022-11-25 14:28:33 -07:00
SlideObject.cpp Applications: Add Presenter 2022-11-25 14:28:33 -07:00
SlideObject.h Applications: Add Presenter 2022-11-25 14:28:33 -07:00