gnome-shell/js/ui
Florian Müllner 5aab878e75 dash: Calculate icon size changes without reallocation
The current approach to adjust the icon size of dash items is rather
expensive: the size of each item is changed from largest to smallest,
until the height of the dash fits the maximum available height, so
quite some ClutterTextures are created and disposed.
A better approach is to calculate the required size beforehand and
only change the icon size when necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=636156
2011-02-09 21:36:55 +01:00
..
status kbd-status: Remove support for disabling the indicator 2011-02-09 02:34:53 +01:00
altTab.js appSwitcher: Don't create thumbnails for destroyed windows 2011-02-09 20:54:37 +01:00
appDisplay.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
appFavorites.js
boxpointer.js boxpointer: Use the right source center for the arrow pointing 2011-02-09 12:49:07 -05:00
calendar.js calendar: clean up l10n for time format and labels (close bug #641245) 2011-02-03 12:12:57 +01:00
chrome.js chrome: try find fullscreen windows only on current workspace 2011-02-08 23:43:35 +03:00
ctrlAltTab.js
dash.js dash: Calculate icon size changes without reallocation 2011-02-09 21:36:55 +01:00
dateMenu.js
dnd.js St: drop StClickable, add some functionality to StButton 2011-02-07 12:45:48 -05:00
docDisplay.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
endSessionDialog.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
environment.js
extensionSystem.js
iconGrid.js base-icon: Add an option to not show the label 2011-02-09 21:36:54 +01:00
lightbox.js
link.js
lookingGlass.js
magnifier.js
magnifierDBus.js
main.js Disable left/right workspace switching in the overview 2011-02-09 14:08:41 -05:00
messageTray.js Add mouseButtonClicked argument to the callback for St.Button 'clicked' signal in Notification 2011-02-08 11:22:51 -05:00
modalDialog.js modalDialog: remove old actions from _actionKeys in setButtons 2011-02-01 23:41:28 +03:00
notificationDaemon.js
overview.js
panel.js St: drop StClickable, add some functionality to StButton 2011-02-07 12:45:48 -05:00
panelMenu.js panel-button: Set ':active' pseudo class when menu is open 2011-02-09 18:10:25 +01:00
placeDisplay.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
popupMenu.js popupMenu: minor code rearrangement 2011-02-08 16:08:50 -05:00
runDialog.js
scripting.js
search.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
searchDisplay.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
shellDBus.js
statusIconDispatcher.js tray: fix so that trayicons using symbolic icons get the right colors 2011-02-07 10:01:12 -05:00
statusMenu.js statusMenu: temporarily drop Suspend menu item 2011-02-04 17:25:20 -05:00
telepathyClient.js
tweener.js
viewSelector.js
windowAttentionHandler.js
windowManager.js workspace-switcher: Switch to vertical orientation 2011-02-09 20:02:51 +01:00
workspace.js Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
workspacesView.js Improve workspace controls slide-in positioning 2011-02-08 19:43:21 -05:00
workspaceSwitcherPopup.js workspace-switcher: Switch to vertical orientation 2011-02-09 20:02:51 +01:00
workspaceThumbnail.js Handle changes in window position for workspace thumbnails 2011-02-08 19:43:21 -05:00
xdndHandler.js