Florian Müllner ee11ecac46 main: Remove transitions from child adjustments
When commit 4d963c432b introduced the global workspace adjustment,
it mostly copied the adjustment handling from the overview that it
set out to replace.

That includes cancelling ongoing transitions when the number of
workspaces changed. However that missed that transitions don't
happen on the main adjustment, but on the "child" adjustments
returned from `createWorkspacesAdjustment()`.

Address this by tracking all child adjustments, and cancel transitions
there as well when necessary. Use weak refs to not
interfere with garbage collection, in case an extension creates
its own child adjustment.

Fixes: 4d963c432b ("main: Introduce global workspaces adjustment")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7000
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2949>
2023-09-14 16:46:31 +02:00
..
2023-08-09 15:10:38 +00:00
2023-08-09 15:10:38 +00:00
2023-09-09 14:05:27 +02:00
2023-08-06 13:02:49 +02:00
2023-08-06 13:02:49 +02:00
2023-08-09 15:10:38 +00:00
2023-08-09 15:10:38 +00:00
2023-08-31 03:44:32 +00:00
2023-08-10 17:42:23 +00:00
2023-08-10 17:42:23 +00:00
2023-08-25 16:21:03 +00:00
2023-08-06 13:02:49 +02:00
2023-08-31 22:05:32 +00:00
2023-08-09 15:10:38 +00:00
2023-08-09 15:10:38 +00:00
2023-08-10 17:42:23 +00:00
2023-08-09 15:10:38 +00:00
2023-08-09 15:10:38 +00:00
2023-08-06 13:02:49 +02:00
2023-08-10 17:42:23 +00:00
2023-08-09 15:10:38 +00:00
2023-08-10 17:42:23 +00:00
2023-08-10 17:42:23 +00:00
2023-08-09 15:10:38 +00:00
2023-08-31 03:44:32 +00:00
2023-08-10 17:42:23 +00:00
2023-08-31 03:44:32 +00:00