quickshell/src
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
..
build all: refactor windows code out of core 2024-10-28 16:18:41 -07:00
core core/qmlglobal: add execDetached functions for spawning processes 2025-06-15 02:52:16 -07:00
crash all: fix new lints 2025-01-07 03:11:19 -08:00
dbus service/upower: do not crash when trying to set power profile w/o ppd 2025-05-15 21:19:27 -07:00
debug all: fix new lints 2025-01-07 03:11:19 -08:00
io core/qmlglobal: add execDetached functions for spawning processes 2025-06-15 02:52:16 -07:00
ipc io/ipchandler: add prop get 2025-01-26 03:57:07 -08:00
launch core: change version number 2025-06-11 14:26:41 -07:00
services all: fix new lints 2025-06-12 17:01:13 -07:00
ui ui/reload: use monospace font for error message 2025-05-26 04:45:54 -07:00
wayland wayland/layershell: fix bridge destructor use after free on reload 2025-06-15 02:52:16 -07:00
widgets widgets/wrapper: use top/bottom margins in implicitHeight not l/r 2025-06-06 21:20:03 -07:00
window core/qmlglobal: add execDetached functions for spawning processes 2025-06-15 02:52:16 -07:00
x11 x11/panelwindow: do not look up engine generation in ~XPanelWindow() 2025-06-13 20:12:32 -07:00
CMakeLists.txt ui: add native reload popup 2025-05-17 17:03:03 -07:00
main.cpp all: optimize build 2024-11-05 04:15:17 -08:00