8f21d444c6
Currently windows are scattered in a few separate lists. If you need to go through the windows, you have to do it piece by piece. On the other hand, with the overhaul of window types, we've started converging towards one universal type: Window. Keeping windows in the separate buckets goes against this design. Workspace::stackingOrder() already contains all windows. This change repurposes Workspace::allClientList() from a list of "normal" windows to all windows, i.e. Workspace::windows(), to be consistent. There's one API change though. Scripting API will expose other window types too. This is an intentional change so scripted effects could operate with all windows. It also matches the current behavior observed in libkwineffects, which exposes all windows as well. |
||
---|---|---|
.. | ||
scripts | ||
CMakeLists.txt | ||
desktop_switching_animation_test.cpp | ||
maximize_animation_test.cpp | ||
minimize_animation_test.cpp | ||
popup_open_close_animation_test.cpp | ||
scripted_effects_test.cpp | ||
slidingpopups_test.cpp | ||
toplevel_open_close_animation_test.cpp | ||
translucency_test.cpp | ||
wobbly_shade_test.cpp |