mpv/video/out
Dudemanguy e399266400 wayland: don't treat tiled and maximized windows the same
mpv has historically always treated the various tiled states in
xdg-shell as maximized (probably because it was easier). Well it turns
out that there are some tiling compositors (hyprland) that allow tiled
windows to maximize themselves. This can lead to some scenarios where
mpv ends up doing a maximize on hyprland which actually works since it's
not a no-op like on sway. Fix this by separating out the tiled state
from maximize. It works mostly the same, but the main difference is that
there's no request to tile yourself like there is with maximize. Should
fix #11954.
2023-07-19 01:14:32 +00:00
..
cocoa
d3d11 hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
gpu vo_gpu_next: add --hdr-contrast-recovery/smoothness 2023-07-18 15:22:18 +02:00
gpu_next vo_gpu_next: respect `gl->flipped` 2023-05-27 11:37:48 +02:00
hwdec hwdec: do not add hwdec device if it failed to create 2023-06-26 19:07:29 +02:00
mac
opengl Revert "wayland_gl: wait until resize to create egl_window" 2023-07-13 12:12:37 +00:00
placebo
vulkan vulkan: don't assume all ra_ctx implementations have a swapchain 2023-06-03 18:37:43 -07:00
win32 win32: add support for drag-and-drop option 2023-07-01 02:06:02 +00:00
wldmabuf vo_dmabuf_wayland: drop linux-dmabuf-v2 (again) 2023-06-16 14:46:59 +00:00
android_common.c video/out/android: assert WinID value before use 2023-06-03 17:07:43 +02:00
android_common.h
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_cb_common.swift
cocoa_common.h
cocoa_common.m
dither.c
dither.h
dr_helper.c
dr_helper.h
drm_atomic.c
drm_atomic.h
drm_common.c
drm_common.h
drm_prime.c
drm_prime.h
filter_kernels.c
filter_kernels.h
libmpv.h
libmpv_sw.c
present_sync.c
present_sync.h
vo.c mp_image: abort on av_buffer_ref() failure 2023-06-28 20:56:23 -07:00
vo.h vo: make mp_frame_perf thread safe 2023-05-25 16:25:33 +02:00
vo_caca.c
vo_direct3d.c
vo_dmabuf_wayland.c vo_dmabuf_wayland: error out if compositor doesn't support the format 2023-07-14 14:24:45 +00:00
vo_drm.c vo_drm: fix null dereference and using closed fd 2023-06-28 02:10:14 +00:00
vo_gpu.c vo: hwdec: Pass the ra_ctx to hwdecs instead of just the ra 2023-05-28 15:46:05 -07:00
vo_gpu_next.c vo_gpu_next: add --hdr-contrast-recovery/smoothness 2023-07-18 15:22:18 +02:00
vo_image.c
vo_kitty.c
vo_lavc.c
vo_libmpv.c
vo_mediacodec_embed.c hwdec: fix undeclared identifier in mediacodec_embed 2023-06-28 10:29:24 -07:00
vo_null.c
vo_rpi.c
vo_sdl.c
vo_sixel.c
vo_tct.c
vo_vaapi.c
vo_vdpau.c
vo_wlshm.c vo_wlshm: bail out of resize if width/height is 0 2023-07-08 20:47:35 -05:00
vo_x11.c vo_x11: don't rely on XFree to free calloc-ed data 2023-07-02 12:47:31 +02:00
vo_xv.c
w32_common.c win32: add support for drag-and-drop option 2023-07-01 02:06:02 +00:00
w32_common.h
wayland_common.c wayland: don't treat tiled and maximized windows the same 2023-07-19 01:14:32 +00:00
wayland_common.h wayland: don't treat tiled and maximized windows the same 2023-07-19 01:14:32 +00:00
win_state.c
win_state.h
x11_common.c player: add --input-cursor-passthrough option 2023-07-04 19:16:43 +00:00
x11_common.h