kwin/autotests/integration/effects
Vlad Zahorodnii 995d509e45 Allow destroying Deleted immediately
Currently Deleted are destroyed with a delay to avoid dangling pointers
within the middle of painting.

On the other hand, it's reasonable to require not to delete windows when
kwin starts painting the screen.

Over the years, we refactored how deleted windows. They are always
unreferenced after finishing the current frame. So it should be fine to
destroy Deleted immediately now.
2023-03-13 14:41:41 +02:00
..
scripts effects: Drop legacy EffectsHandler::desktopChanged overloads 2023-02-07 18:10:52 +02:00
CMakeLists.txt
desktop_switching_animation_test.cpp
maximize_animation_test.cpp Rename Window::clientMaximizeStateChanged signal 2023-02-23 09:17:47 +00:00
minimize_animation_test.cpp Merge Window::minimize and Window::unminimize 2023-03-07 12:20:07 +00:00
popup_open_close_animation_test.cpp
scripted_effects_test.cpp Allow destroying Deleted immediately 2023-03-13 14:41:41 +02:00
slidingpopups_test.cpp Autotests: Use a helper method to create X11 connection 2023-02-06 16:02:50 +00:00
toplevel_open_close_animation_test.cpp
translucency_test.cpp Port Workspace::sendWindowToDesktop to VirtualDesktop 2023-02-24 10:32:41 +02:00
wobbly_shade_test.cpp Autotests: Use a helper method to create X11 connection 2023-02-06 16:02:50 +00:00