gnome-shell/js/ui
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
..
altTab.js Fix indentation issues in altTab.js, plus minor cleanup in some other files. 2009-08-06 01:54:22 +02:00
appDisplay.js Bug 591316 - Fix bad notify:: parameters 2009-08-10 11:18:19 -04:00
button.js Bug 588462 - Use a plain black panel with a different layout 2009-07-16 22:02:32 +02:00
chrome.js Fix Chrome.removeActor() 2009-07-06 11:55:17 -04:00
dash.js Bug 591114 - Remove expanded background 2009-08-10 17:25:05 -04:00
dnd.js dnd: Fix used of undefined variables 2009-08-08 10:09:30 -04:00
docDisplay.js Fix indentation issues in altTab.js, plus minor cleanup in some other files. 2009-08-06 01:54:22 +02:00
genericDisplay.js Bug 591316 - Fix bad notify:: parameters 2009-08-10 11:18:19 -04:00
link.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
lookingGlass.js lookingGlass: Add hierarchy list and property inspector 2009-08-04 11:12:02 -04:00
main.js Initialize GStreamer from shell_recorder_init() 2009-08-06 15:19:04 -04:00
Makefile.am Distribute places.js 2009-08-10 18:36:54 -04:00
overlay.js Bug 584609 - Zoom the whole overlay when showing or hiding 2009-08-11 02:21:13 +02:00
panel.js Ignore clicks on hot corner during transition 2009-08-10 14:19:07 -04:00
places.js Show bookmarks with spaces in the name correctly 2009-08-09 19:19:07 +02:00
runDialog.js Clear text in the run dialog when it's hidden with escape 2009-08-06 02:04:04 +02:00
sidebar.js Add GConf schemas for sidebar prefs, and use those prefs from sidebar.js 2009-07-06 11:55:17 -04:00
tweener.js Port gnome-shell to the Clutter-1.0 API 2009-06-08 13:49:53 -04:00
widget.js ShellAppSystem: Support loading a .desktop file directly 2009-08-09 09:53:06 -04:00
widgetBox.js Fixes to allow widgets to be initially collapsed 2009-07-06 11:55:16 -04:00
windowManager.js Make switch-workspace faster (the same as the other wm ops) 2009-05-13 15:24:32 -04:00
workspaces.js Bug 584609 - Zoom the whole overlay when showing or hiding 2009-08-11 02:21:13 +02:00