gnome-shell/js
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
..
misc Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui dash: Calculate icon size changes without reallocation 2011-02-09 21:36:55 +01:00
Makefile.am Add workspace thumbnails to the overview 2011-02-08 19:43:20 -05:00