quickshell/src/wayland
outfoxxed 20322484b9
wayland/layershell: fix bridge destructor use after free on reload
Under some conditions, Qt will recreate the layer surface. The layer
surface destructor tries to destroy the bridge, but doesn't actually
need to because the bridge is a child of the QWindow owning the layer,
meaning not destroying it is actually completely fine.
2025-06-15 02:52:16 -07:00
..
buffer wayland/screencopy: use all dmabuf planes and modifiers in egl image 2025-05-25 17:47:58 -07:00
hyprland all: fix new lints 2025-06-12 17:01:13 -07:00
screencopy wayland/screencopy: add constrained implicitSize for ScreencopyView 2025-05-25 21:00:20 -07:00
session_lock all: fix new lints 2025-06-12 17:01:13 -07:00
toplevel_management wayland/toplevel: expose visible outputs 2025-05-18 23:13:17 -07:00
wlr_layershell wayland/layershell: fix bridge destructor use after free on reload 2025-06-15 02:52:16 -07:00
CMakeLists.txt wayland/layershell: refactor layer shell surface integration 2025-05-13 14:56:49 -07:00
init.cpp wayland/layershell: refactor layer shell surface integration 2025-05-13 14:56:49 -07:00
module.md wayland/layershell: refactor layer shell surface integration 2025-05-13 14:56:49 -07:00
platformmenu.cpp all: fix new lints 2025-01-07 03:11:19 -08:00
platformmenu.hpp service/tray!: redesign menus / dbusmenu and add native menu support 2024-07-01 20:50:30 -07:00
popupanchor.cpp wayland/popupanchor: consider window size in anchor dirty state 2025-05-30 02:55:34 -07:00
popupanchor.hpp core/popupanchor: rework popup anchoring and add PopupAnchor 2024-07-23 22:12:27 -07:00
session_lock.cpp wayland/lock: only update surfaces on screens changed if locked 2024-06-19 11:16:51 -07:00
session_lock.hpp all: use type/prop shorthand in docs 2024-07-14 16:17:51 -07:00
util.cpp core/window: move input mask handling + commit scheduling to polish 2025-01-20 01:14:28 -08:00
util.hpp core/window: move input mask handling + commit scheduling to polish 2025-01-20 01:14:28 -08:00
xdgshell.cpp core/popupanchor: rework popup anchoring and add PopupAnchor 2024-07-23 22:12:27 -07:00
xdgshell.hpp core/popupanchor: rework popup anchoring and add PopupAnchor 2024-07-23 22:12:27 -07:00