gnome-shell/js/ui
Florian Müllner 126d02ae90 Fix invalid call to st_widget_get_theme_node() in WindowOverlay
WindowOverlay has two actors, both with custom style properties, which
share a common _onStyleChanged() handler. This is not a problem when
entering the overview, because the actors' parent (the workspaces group)
is hidden while the actors are added. However, when windows are added to
the workspace while in the overview (e.g. when opening a new window or
dragging a window from one workspace to another), adding the first actor
to the workspaces group triggers a style-changed signal - the handler
then calls st_widget_get_theme_node() on both actors, which triggers a
warning as the second actor has not been parented yet.

https://bugzilla.gnome.org/show_bug.cgi?id=610279
2010-02-22 18:33:58 +01:00
..
altTab.js [AppSwitcher] Make sure that fallback icons have correct box sizes 2010-02-17 10:52:11 +01:00
appDisplay.js [appDisplay] Use AUTOMATIC for apps-more, not ALWAYS 2010-02-22 12:07:23 -05:00
appFavorites.js xgettext only recognizes _("foo"), not _('foo') in .js files. Fix 2010-02-15 08:33:35 -05:00
calendar.js [StTable] fix x-align/y-align properties to be StAlign, not double 2010-02-16 14:06:39 -05:00
chrome.js Don't show chrome when a fullscreen window is open 2010-02-09 21:35:45 +01:00
dash.js Implement newer design for "more apps" view 2010-02-19 15:39:26 -05:00
dnd.js [dnd] revert the change to only allow dropping on reactive actors 2010-01-20 14:01:37 -05:00
docDisplay.js Fix resizing problems with DashDocDisplay 2010-02-03 13:51:02 -05:00
environment.js environment.js: set default direction for St widgets 2009-11-16 11:46:35 -05:00
extensionSystem.js Add extensionSystem 2009-12-18 11:19:59 -05:00
genericDisplay.js change a few stray tabs to spaces 2010-02-02 10:31:38 -05:00
lightbox.js Use _onDestroy() handlers for cleanup in delegates 2010-02-18 22:50:34 +01:00
link.js Make link.js into a St.Button, delete unused link imports 2009-12-18 11:20:05 -05:00
lookingGlass.js Change event handling so Escape always works 2009-12-18 21:53:25 +01:00
main.js fix selection of all-workspace windows 2010-02-19 21:29:46 +03:00
Makefile.am Fix problem with make system. 2010-02-13 18:41:13 +03:00
messageTray.js [Notification] Replace all newlines in body with spaces 2010-02-21 03:54:13 +01:00
notificationDaemon.js Switch to the corresponding app when the notification icon is clicked 2010-02-15 12:27:28 -05:00
overview.js Implement newer design for "more apps" view 2010-02-19 15:39:26 -05:00
panel.js Distinguish translator comments for date formats 2010-02-11 14:53:14 -05:00
placeDisplay.js [Places] Hide desktop icon when desktop_is_home_dir 2010-01-20 23:36:14 +01:00
runDialog.js [Overview] Allow selecting windows in lightbox mode 2010-01-18 13:53:31 +01:00
search.js Add search.js, rebase search system on top 2009-12-18 10:07:22 -05:00
shellDBus.js [shellDBus] Avoid sending undefined over DBus 2009-11-13 12:45:46 -05:00
sidebar.js autohide sidebar in compact mode (v3) 2010-01-08 16:32:51 -05:00
statusMenu.js xgettext only recognizes _("foo"), not _('foo') in .js files. Fix 2010-02-15 08:33:35 -05:00
tweener.js change a few stray tabs to spaces 2010-02-02 10:31:38 -05:00
widget.js Rebase recent documents on top of ShellDocSystem 2009-12-15 16:08:12 -05:00
widgetBox.js change a few stray tabs to spaces 2010-02-02 10:31:38 -05:00
windowManager.js New workspace switcher popup 2010-02-12 23:52:15 +01:00
workspace.js Fix invalid call to st_widget_get_theme_node() in WindowOverlay 2010-02-22 18:33:58 +01:00
workspacesView.js fix sizing of all-workspace windows in the overview 2010-02-19 21:29:35 +03:00
workspaceSwitcherPopup.js New workspace switcher popup 2010-02-12 23:52:15 +01:00