gnome-shell/js/ui
Giovanni Campagna 5ccbd3a821 ScreenShield: remove obsolete comment and hack
We don't need to wait to until the stage window is mapped to take
the modal grab, because that code now runs in a startup-prepared
signal handler, which in turn runs some time after the mainloop
has started and well after the stage window is mapped.

https://bugzilla.gnome.org/show_bug.cgi?id=711682
2014-07-31 16:56:28 +02:00
..
components networkAgent: Handle empty vpn 'keyfiles' 2014-04-23 13:10:37 +02:00
status system: Fix orientation lock never appearing 2014-07-21 16:06:43 +02:00
altTab.js switcherPopup: Add a return value to _keyPressHandler 2014-05-26 17:24:38 +02:00
animation.js texture-cache: use scale factor to load sliced image 2014-03-28 10:53:01 -07:00
appDisplay.js appDisplay: Ensure the currently focused icon is viewable 2014-03-26 11:42:34 +01:00
appFavorites.js dash: reload favorites when the installed app change 2013-08-31 18:55:24 +02:00
background.js background: Destroy redundant backgrounds right after loading 2014-03-15 00:43:15 +01:00
backgroundMenu.js layout: Change setDummyCursorPosition to also set the size 2014-04-11 16:51:31 +02:00
boxpointer.js boxpointer: Add condition checks for -arrow-rise:0px 2014-01-15 18:28:31 +01:00
calendar.js Calendar: force-rebuild the calendar when the events change 2014-03-13 14:12:38 +01:00
checkBox.js checkBox: Remove custom container implementation 2013-08-20 08:06:30 +02:00
ctrlAltTab.js switcherPopup: Add a return value to _keyPressHandler 2014-05-26 17:24:38 +02:00
dash.js dash: account for scale factor to determine icon size 2014-02-16 07:49:25 -08:00
dateMenu.js Calendar: make current date label clickable 2014-03-05 16:40:56 +01:00
dnd.js js: Use EVENT_PROPAGATE/EVENT_STOP constants in event handlers 2013-12-16 18:27:19 +01:00
endSessionDialog.js endSessionDialog: Add extra strings for translation 2014-02-20 00:27:35 +01:00
environment.js Specifically ask for Telepathy 0.x 2014-03-25 17:19:28 +00:00
extensionDownloader.js Use recommended quotes 2014-01-17 16:34:44 -05:00
extensionSystem.js extensionSystem: Add a gsettings key to disable version validation 2014-02-19 17:07:38 +01:00
focusCaretTracker.js a11y: initialize atspi on demand 2014-06-20 11:24:14 +02:00
grabHelper.js js: Use EVENT_PROPAGATE/EVENT_STOP constants in event handlers 2013-12-16 18:27:19 +01:00
ibusCandidatePopup.js layout: Change setDummyCursorPosition to also set the size 2014-04-11 16:51:31 +02:00
iconGrid.js iconGrid: Add a key-focus-in signal 2014-03-26 11:42:33 +01:00
keyboard.js js: Use EVENT_PROPAGATE/EVENT_STOP constants in event handlers 2013-12-16 18:27:19 +01:00
layout.js layout: Don't always extend struts to the screen edge 2014-04-15 23:36:33 +02:00
lightbox.js lightbox: Do not assume GLSL is available 2014-07-24 16:54:00 +02:00
lookingGlass.js LookingGlass: add GObject and Gio to the ns available inline 2014-03-06 16:57:41 +01:00
magnifier.js Magnifier: clip the UI group clone to the allocation 2014-02-13 19:43:44 +01:00
magnifierDBus.js Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
main.js js: Use SOURCE_CONTINUE/SOURCE_REMOVE constants in source functions 2013-12-16 18:27:19 +01:00
messageTray.js messageTray: Set the state to SHOWN when the notification is updated 2014-03-14 11:13:17 -04:00
modalDialog.js layout: Create a group for modal dialogs 2014-03-18 17:03:39 +01:00
notificationDaemon.js js: Use SOURCE_CONTINUE/SOURCE_REMOVE constants in source functions 2013-12-16 18:27:19 +01:00
osdWindow.js osdWindow: Fix setting a zero-level in osdWindow 2014-04-25 15:19:32 +02:00
overview.js Lightbox: complete radial effect for modal dialogs 2014-03-11 17:14:07 +01:00
overviewControls.js messageTray: Remove transient sources 2013-12-04 20:25:28 -05:00
panel.js popupMenu: Use an image for arrows 2014-02-19 13:44:27 +01:00
panelMenu.js js: Use EVENT_PROPAGATE/EVENT_STOP constants in event handlers 2013-12-16 18:27:19 +01:00
pointerWatcher.js js: Use SOURCE_CONTINUE/SOURCE_REMOVE constants in source functions 2013-12-16 18:27:19 +01:00
popupMenu.js popupMenu: Use an image for arrows 2014-02-19 13:44:27 +01:00
remoteMenu.js popupMenu: Remove our custom allocation code 2013-08-13 06:50:25 -04:00
remoteSearch.js ShellApp+ShellGlobal: unify app launch context code 2014-01-19 18:51:48 +01:00
runDialog.js ShellApp+ShellGlobal: unify app launch context code 2014-01-19 18:51:48 +01:00
screencast.js Remove our custom hashmap implementation 2014-01-15 00:55:00 +01:00
screenShield.js ScreenShield: remove obsolete comment and hack 2014-07-31 16:56:28 +02:00
screenshot.js screenshot: Scale and unscale the area for HiDpi displays 2014-06-16 20:28:17 +02:00
scripting.js js: Use SOURCE_CONTINUE/SOURCE_REMOVE constants in source functions 2013-12-16 18:27:19 +01:00
search.js search: Make sure to destroy old provider displays when we unregister 2014-05-10 08:58:39 -05:00
separator.js js: Explicitly dispose all cairo contexts 2013-01-08 13:07:51 -05:00
sessionMode.js make NetworkManager optional 2014-02-11 18:04:44 -05:00
shellDBus.js ScreenShield: send a signal to GSD to wake up the screen 2014-03-11 18:10:05 +01:00
shellEntry.js js: Use EVENT_PROPAGATE/EVENT_STOP constants in event handlers 2013-12-16 18:27:19 +01:00
shellMountOperation.js Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
slider.js Slider: put imports in order 2014-02-05 19:36:50 +00:00
switcherPopup.js switcherPopup: Add a return value to _keyPressHandler 2014-05-26 17:24:38 +02:00
tweener.js tweener: Remove the onAnimationStart/onAnimationComplete callbacks 2013-11-09 11:44:44 -05:00
unlockDialog.js unlockDialog: Explicitly set horizontal alignment 2013-12-11 22:36:49 +02:00
userWidget.js UserWidget: replace vfunc_destroy override with a signal connection 2013-12-02 23:59:50 +01:00
viewSelector.js viewSelector: Don't re-navigate into the active page 2014-05-27 21:20:01 +02:00
windowAttentionHandler.js Use recommended quotes 2014-01-17 16:34:44 -05:00
windowManager.js windowManager: Animate tile previews 2014-02-20 00:29:14 +01:00
workspace.js a11y: setting accessible role and label for windows at the overview 2014-04-01 13:56:53 +02:00
workspacesView.js workspacesView: Fix activating empty workspaces 2014-01-17 09:30:59 -05:00
workspaceSwitcherPopup.js js: Use SOURCE_CONTINUE/SOURCE_REMOVE constants in source functions 2013-12-16 18:27:19 +01:00
workspaceThumbnail.js workspaceThumbnails: Fix removal of multiple workspaces 2014-04-26 17:51:42 +02:00
xdndHandler.js Remove use of superfluous MetaWindowActor APIs 2013-12-16 12:48:53 -05:00