gnome-shell/js
Florian Müllner 8d1b7962d8 workspace: Fix layout errors caused by window zoom
Commit 64b2b4a7d4 changed the monitor layout handling, resulting
in some layout errors due to a subtle change in memory handling:
when zooming a window in the overview, the available zoom area is
calculated by subtracting the panel height from the primary monitor
area. This area used to be a copy of the monitor rect, but as now
the rect itself is returned, zooming a window on the primary monitor
repeatedly modifies the monitor rect, leading to layout errors in
various parts of the shell.
Fix by using a copy when calculating the available zoom area.

https://bugzilla.gnome.org/show_bug.cgi?id=654105
2011-07-06 22:06:45 +02:00
..
misc user-status: Hide "Power off" option if shutdown is disabled 2011-06-27 21:39:28 +02:00
perf perf: Add metrics for switching to the applications view 2011-03-11 19:25:40 -05:00
ui workspace: Fix layout errors caused by window zoom 2011-07-06 22:06:45 +02:00
Makefile.am js: belatedly add layout.js to Makefile 2011-07-06 11:18:29 -04:00