gnome-shell/js/ui
Florian Müllner 6ce07abf50 workspaces-view: Handle clip rectangle separately
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
2011-06-27 15:22:23 +02:00
..
status Consistently exit the overview when launching external applications 2011-06-22 17:49:44 -04:00
altTab.js altTab.js: remove the rest of Alt+Tab's special case 2011-05-19 09:20:55 -04:00
appDisplay.js st-scroll-view: Make the fade effect and offset themable 2011-06-04 15:43:49 -04:00
appFavorites.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
boxpointer.js boxPointer: Use the anchor point to fix problems with allocations 2011-03-28 15:27:10 -04:00
calendar.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
chrome.js main: move pointer-sync-on-restack code here 2011-06-24 16:08:00 -04:00
ctrlAltTab.js Setting StWidget::label-actor on some ui elements 2011-04-27 02:09:11 +02:00
dash.js dash: during drag, only offer trash can when dragging favorites 2011-05-25 16:43:24 -04:00
dateMenu.js Consistently exit the overview when launching external applications 2011-06-22 17:49:44 -04:00
dnd.js dnd: If needed, destroy _dragActor in _cancelDrag 2011-03-21 17:39:42 -04:00
docDisplay.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
endSessionDialog.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
environment.js shell_global_set_property_mutable: Remove 2011-06-20 17:58:40 -04:00
extensionSystem.js Add org.gnome.shell.enabled-extensions complementing disabled-extensions 2011-05-25 17:53:06 -04:00
iconGrid.js Setting StWidget::label-actor on some ui elements 2011-04-27 02:09:11 +02:00
lightbox.js Clean up unused includes 2010-07-19 01:46:01 +02:00
link.js Clean up unused includes 2010-07-19 01:46:01 +02:00
lookingGlass.js Add "Memory" tab to lg 2011-06-07 14:44:35 -04:00
magnifier.js magnifier: Adjust for removal of 'show-magnifier' key 2011-02-17 16:09:07 +01:00
magnifierDBus.js Refactor Magnifier.ZoomRegion to avoid permanent Clutter.Clone 2010-12-03 14:21:57 -05:00
main.js main: move pointer-sync-on-restack code here 2011-06-24 16:08:00 -04:00
messageTray.js messageTray: make this visible in fullscreen mode 2011-06-17 08:58:00 -04:00
modalDialog.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
notificationDaemon.js messageTray: update the SummaryItem's label based on Source title changes 2011-06-09 17:07:06 -04:00
overview.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
panel.js panel: Don't propagate button-release-event in _onCornerClicked() 2011-05-19 12:09:01 -04:00
panelMenu.js popupMenu: make submenus scrollable if needed 2011-04-04 15:46:46 -04:00
placeDisplay.js Use Shell.get_file_contents_utf8_sync over GLib.file_get_contents 2011-05-19 15:27:23 -04:00
polkitAuthenticationAgent.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
popupMenu.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
runDialog.js run-dialog: Use user preference when executing in terminal 2011-06-01 19:29:41 +02:00
scripting.js scripting.js: small cleanups 2011-03-11 19:21:07 -05:00
search.js search: Fix documentation comment 2011-05-20 14:19:16 +02:00
searchDisplay.js search-display: Try harder to use a correct drag actor source 2011-06-21 22:23:00 +02:00
shellDBus.js Clean up unused includes 2010-07-19 01:46:01 +02:00
statusIconDispatcher.js statusIconDispatcher: fix trailing comma 2011-03-25 21:24:42 -04:00
statusMenu.js statusMenu: Don't force a screen lock when suspending 2011-06-10 23:29:56 +02:00
telepathyClient.js telepathyClient: Don't ignore GAsyncReadyCallback 2011-06-23 19:28:21 -04:00
tweener.js tweener: remove tweens when target.actor is destroyed 2011-02-22 12:36:25 -05:00
viewSelector.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
windowAttentionHandler.js environment: put gettext stuff into global environment 2011-05-16 14:57:21 -04:00
windowManager.js Import Shell as needed by recent commit 2011-05-20 11:14:54 +02:00
workspace.js overview: Allow dropping icons on windows 2011-06-13 22:30:52 +02:00
workspacesView.js workspaces-view: Handle clip rectangle separately 2011-06-27 15:22:23 +02:00
workspaceSwitcherPopup.js workspaceSwitcher: Initially hide after creation 2011-02-10 00:16:32 +01:00
workspaceThumbnail.js workspaceThumbnail: Handle minimized windows 2011-06-22 13:10:50 +02:00
xdndHandler.js xdndHandler: Correctly disconnect the window group visibility handler 2011-03-04 11:23:18 +01:00