ladybird/Userland/Applications/Presenter
Caoimhe 92800cff4a Presenter: Add a "Resize to Fit Content" action
When resizing, it can be hard to get the content to appear nicely
without a black border where the window's aspect ratio doesn't match the
content's aspect ratio.

With this new action, it is possible to automatically adjust the
window's size to match the content's aspect ratio. When it is resizing,
it will maintain the width of the window, but adjust the height to match
the aspect ratio of the content.
2023-03-21 10:10:29 +01: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 LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Presentation.h Presenter: Add Presentation::has_a_[next,previous]_frame() 2023-01-16 08:28:11 +01:00
PresenterWidget.cpp Presenter: Add a "Resize to Fit Content" action 2023-03-21 10:10:29 +01:00
PresenterWidget.h Presenter: Add a "Resize to Fit Content" action 2023-03-21 10:10:29 +01:00
Slide.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Slide.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
SlideObject.cpp Presenter: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
SlideObject.h Presenter: Rearchitect on top of LibWeb 2023-01-09 22:34:57 +00:00