Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-shell
6ce07abf50
After completing the overview transition, the workspace view is clipped to avoid overlapping the search entry/view selector titles while switching workspaces. For clipping, the view's position and size was used, which works well assuming that the workspace pager will start hidden or stay zoomed out while the overview is visible. However, that assumption holds no longer true, as auto-hiding the pager now depends on the number of workspaces, and thus may change while in the overview. For instance, when starting with the pager being visible, the clip area ends up being too small when moving all windows to the first workspace (and thus triggering auto-hide). As a fix, handle the clip rectangle separately from the view's geometry, and set it always to the area the workspaces would occupy with the pager hidden. https://bugzilla.gnome.org/show_bug.cgi?id=653142 |
||
---|---|---|
.settings | ||
data | ||
js | ||
man | ||
po | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.project | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
gnome-shell.doap | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
README |
GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience. For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see: http://live.gnome.org/GnomeShell Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell' product. License ======= GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.