Go to file
Sander Dijkhuis 1f31e80c47 Bug 584609 - Zoom the whole overlay when showing or hiding
Instead of only transforming the active workspace, create a
zooming effect when showing or hiding the overlay. This makes
the transitions simpler: the workspaces are now fixed to the
overlay actor group and will not slide over the Dash.

overlay.js: Add zoom animations, fade in/out Dash during those,
    remove obsolete Dash clipping and stacking logic, add public
    get[Scale|Position]() and getZoomedIn[Scale|Position]()
    functions.
workspaces.js: Remove zoom animations, add fade animations for
    the remove button, add helper functions for the overlay
    zooming, keep the movement of windows linear to that of
    their workspaces, remove the updatePosition() and
    updateInOverlay() functions and fullSize variables that
    were left from the old overlay design.
2009-08-11 02:21:13 +02:00
.settings Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
data Don't dist gnome-shell.in 2009-08-10 18:02:41 -04:00
js Bug 584609 - Zoom the whole overlay when showing or hiding 2009-08-11 02:21:13 +02:00
src Make <AppSystem>.load_from_desktop_file() raise an exception again 2009-08-09 18:32:22 +02:00
tools/build Specify the clutter-1.0 branch of Clutter 2009-08-10 12:13:09 -04:00
.gitignore Add .desktop file to .gitignore 2009-08-10 13:57:40 -04:00
.project Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
AUTHORS Initial commit 2008-10-31 04:22:44 +00:00
autogen.sh Don't use bash syntax pointlessly. Fixes this to work under real /bin/sh. 2009-04-07 09:37:29 -04:00
configure.ac Add a desktop file for gnome-shell 2009-08-07 14:13:24 -04:00
COPYING Initial commit 2008-10-31 04:22:44 +00:00
MAINTAINERS Initial commit 2008-10-31 04:22:44 +00:00
Makefile.am Fix distcheck-hook for missing distributed JS files 2009-08-10 18:18:29 -04:00
README Initial commit 2008-10-31 04:22:44 +00:00