549adf3218
Right now we have a behavior in the appGrid where "bumping" the cursor against the monitor edge during DND switches the page immediately, and holding it there (at the monitor edge) switches pages again after a timeout. With the next commit we'll introduce another way of switching pages during DND, that is hovering over the next/prev page indicator to switch pages. To allow those two methods to play well together, refactor the "overshoot" page switching to make the timeout into a more generic "repeat" timeout. This means we can now divide page switching can be roughly divided into two different steps: - Switch page immediately when bumping cursor against screen edge, also works when repeatedly "bumping" - Switch page automatically again after a second when keeping the cursor at the screen edge without moving We'll reuse the "repeat" timeout that's introduced here in the next commit, where we'll introduce page switching by hovering the next/prev indicators. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2581> |
||
---|---|---|
.. | ||
dbusServices | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
meson.build | ||
portal-resources.gresource.xml |