gnome-shell/js
Rui Matos dbd04df311 windowManager: Fix windows not getting undimmed in some cases
meta_window_foreach_transient() iterates through all transients of a
window, not only direct transients. This means that simply checking if
a transient is an attached dialog isn't enough because it might be a
non-direct transient for the window we're checking, in which case we
don't want to dim the window.

In particular this fixes windows not getting undimmed when they have
more that one level of transient children and the direct transient gets
destroyed. In that case we would still find at least one non-direct
transient child and decide to keep the window dimmed.

https://bugzilla.gnome.org/show_bug.cgi?id=770163
2016-09-09 17:17:06 +02:00
..
extensionPrefs extensionPrefs: Stop using custom CSS 2016-03-10 18:16:33 +01:00
gdm authPrompt: Do not allow bypassing disabled Sign In button 2016-01-07 17:19:04 -06:00
misc loginManager: Extend canSuspend() callback 2016-05-27 17:04:46 +02:00
perf Revert accidental commit "Test stuff" 2014-09-03 13:47:18 -04:00
portalHelper PortalHelper: Make translator comment appear 2015-01-28 13:47:56 +01:00
ui windowManager: Fix windows not getting undimmed in some cases 2016-09-09 17:17:06 +02:00
js-resources.gresource.xml Provide org.freedesktop.impl.portal.access implementation 2016-07-20 17:14:12 +02:00
Makefile.am js/Makefile.am: Fix dependency generation with srcdir != builddir 2014-06-29 18:27:53 -04:00