1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 21:52:44 +00:00
serenity/Userland/Applications/VideoPlayer
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 VideoPlayer: Pledge the "VideoPlayer" configuration domain 2023-05-14 15:56:49 -06:00
main.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
VideoFrameWidget.cpp VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00
VideoFrameWidget.h VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00
VideoPlayerWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
VideoPlayerWidget.h AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
VideoPlayerWindow.gml VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00