gnome-shell/js/ui
Marina Zhurakhinskaya 454ca09575 Make individual dash panes reactive instead of making the dash Group actor reactive
The width of a Group actor ends up including the width of its hidden children,
so we were getting a reactive object as wide as the details pane that was
blocking the clicks to the workspaces underneath it even when the details
pane was actually hidden.

Not making the dash Group actor reactive solves this problem. However, we
have to make individual parts of the dash reactive instead so that the clicks
are not passed to the transparent actor underneath them. That transparent
actor is used for dismissing the additional panes when the user clicks over
the workspaces area.
2009-06-30 19:45:56 -04:00
..
altTab.js Make Alt-Tab highlight iconified items (in the tasklist) too 2009-06-01 11:10:46 -04:00
appDisplay.js Use a separate icon image as a drag actor instead of using the clone of the icon 2009-06-30 16:42:00 -04:00
button.js Press in the Activities button when the overlay is entered 2009-05-08 16:27:14 -04:00
chrome.js Increase priority of region-updating idle 2009-06-29 15:11:51 -04:00
dnd.js Port gnome-shell to the Clutter-1.0 API 2009-06-08 13:49:53 -04:00
docDisplay.js Use a separate icon image as a drag actor instead of using the clone of the icon 2009-06-30 16:42:00 -04:00
genericDisplay.js Use a separate icon image as a drag actor instead of using the clone of the icon 2009-06-30 16:42:00 -04:00
link.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
main.js Add an initial implementation of the sidebar 2009-05-15 17:04:18 -04:00
Makefile.am Bug 582248 - Async loading of pixbufs and icon caching 2009-05-20 11:22:56 -04:00
overlay.js Make individual dash panes reactive instead of making the dash Group actor reactive 2009-06-30 19:45:56 -04:00
panel.js Allow status icons to receive clicks at edge of screen 2009-06-03 22:24:59 -04:00
runDialog.js Port to Clutter-0.9 2009-02-23 14:53:06 -05:00
sidebar.js Add an initial implementation of the sidebar 2009-05-15 17:04:18 -04:00
tweener.js Port gnome-shell to the Clutter-1.0 API 2009-06-08 13:49:53 -04:00
widget.js Use a separate icon image as a drag actor instead of using the clone of the icon 2009-06-30 16:42:00 -04:00
widgetBox.js Add an initial implementation of the sidebar 2009-05-15 17:04:18 -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 Make workspaces accept a drop of AppDisplay.WellDisplayItem 2009-06-30 16:42:00 -04:00