tdesktop/Telegram/SourceFiles/media
Ilya Fedin 93e9eedfae Update media viewer window flags
1. FramelessWindowHint seem to be a redudant leftover of BypassWindowManagerHint, media viewer uses fullscreen state now that implies lack of the frame
2. MaximizeUsingFullscreenGeometryHint is useless since media viewer doesn't use maximize
3. Transient parent/window modality dance is replaced with minimum/maximum size just like in other places where tiling shouldn't be done
4. setWindowState(WindowFullScreen) is replaced with showFullScreen that ensures the flag is set on each show
2022-03-24 16:05:32 +04:00
..
audio Removed base/observer.h from main pch. 2022-03-15 18:02:30 +03:00
clip Force libvpx_vp9 decoder for VP9 videos. 2022-01-28 19:10:07 +03:00
player Removed base/observer.h from main pch. 2022-03-15 18:02:30 +03:00
streaming Render NV12 in OpenGL from hwaccel without swscale. 2022-03-23 10:03:43 +04:00
view Update media viewer window flags 2022-03-24 16:05:32 +04:00
system_media_controls_manager.cpp Implement loop status/shuffle for MPRIS 2021-12-29 00:56:46 +04:00
system_media_controls_manager.h Implement loop status/shuffle for MPRIS 2021-12-29 00:56:46 +04:00