gnome-shell/js/ui
Owen W. Taylor 799f56fe87 Use new plugin-modality functionality in Mutter
We now have functionality in Mutter to grab the keyboard on behalf
of a plugin. This avoids interactions with the key handling code
in Mutter that could leave the user with an inconsistent state
and no way to get out of it.

src/shell-global.[ch]: Change shell_global_grab_keyboard() and
  shell_global_grab_keyboard() to shell_global_begin_modal()
  shell_global_end_modal() and call mutter_plugin_begin_modal()
  mutter_plugin_end_modal() rather than directly grabbing the
  keyboard.
main.js: Call global.begin_modal/end_modal from Main.startModal()
  and Main.endModal()
altTab.js; Remove call to Main.startModal() - we're letting Mutter
  handle modality for Alt-Tab.
main.js lookingGlass.js overview.js runDialog.js: Rename
  Main.startModal() to Main.beginModal() for consistency with
  naming in mutter and ShellGlobal.

http://bugzilla.gnome.org/show_bug.cgi?id=590686
2009-08-26 14:07:02 -04:00
..
altTab.js Use new plugin-modality functionality in Mutter 2009-08-26 14:07:02 -04:00
appDisplay.js [appDisplay] Always relaunch application on drag and drop 2009-08-20 20:03:28 -04:00
button.js Remove unused button width and height arguments and specify button height explicitly 2009-08-11 18:16:33 -04:00
chrome.js Bug 591437 - Rename overlay.js to overview.js 2009-08-11 15:15:25 +02:00
dash.js Display search results in the dash 2009-08-21 18:21:35 -04:00
dnd.js dnd: Centralize drag actor positioning code, use shellWorkspaceLaunch for workspaces 2009-08-20 19:37:50 -04:00
docDisplay.js dash: Make recent docs display two columns 2009-08-20 19:37:50 -04:00
genericDisplay.js dnd: Centralize drag actor positioning code, use shellWorkspaceLaunch for workspaces 2009-08-20 19:37:50 -04:00
link.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
lookingGlass.js Use new plugin-modality functionality in Mutter 2009-08-26 14:07:02 -04:00
main.js Use new plugin-modality functionality in Mutter 2009-08-26 14:07:02 -04:00
Makefile.am Bug 591437 - Rename overlay.js to overview.js 2009-08-11 15:15:25 +02:00
overview.js Use new plugin-modality functionality in Mutter 2009-08-26 14:07:02 -04:00
panel.js Make hotCorner a class variable 2009-08-21 15:56:07 -04:00
places.js places: Implement drag&drop for overview 2009-08-20 19:37:51 -04:00
runDialog.js Use new plugin-modality functionality in Mutter 2009-08-26 14:07:02 -04: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 Add initial calls to Gettext 2009-08-14 09:32:15 -04:00
widgetBox.js Fixes to allow widgets to be initially collapsed 2009-07-06 11:55:16 -04:00
windowManager.js Bug 582763 - Remove maximization effects 2009-08-14 08:41:00 -04:00
workspaces.js dnd: Centralize drag actor positioning code, use shellWorkspaceLaunch for workspaces 2009-08-20 19:37:50 -04:00