gnome-shell/js
Alexander Mikhaylenko bca654851c workspaceAnimation: Support multiple screens
Currently, there's one animation for the whole canvas. While it looks fine
with just one screen, it causes windows to move between screens when
switching workspaces. Instead, have a separate animation on each screen,
and sync their progress so that at any given time the progress "fraction"
is the same between all screens. Clip all animations to their screens so
that the windows don't leak to other screens.

If a window is placed between every screen, can end up in multiple
animations, in that case each part is still animated separately.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1213

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1326>
2021-02-02 19:35:07 +00:00
..
dbusServices dbusServices/screencast: Use GTK4 2021-01-25 21:09:22 +01:00
gdm loginDialog: Make notListedButton accessible 2021-01-13 22:10:03 +01:00
misc util: Add lerp function 2021-01-29 15:01:03 +00:00
perf perf: Add basic run tests 2020-08-12 15:43:39 +00:00
portalHelper
ui workspaceAnimation: Support multiple screens 2021-02-02 19:35:07 +00:00
js-resources.gresource.xml workspaceAnimation: Split from WindowManager 2021-02-02 19:35:07 +00:00
meson.build
portal-resources.gresource.xml