gnome-shell/js
Jasper St. Pierre 429f9e1d15 iconGrid: Only recreate icons when needed
Recreating icons on every style change -- like hover, can have
disasterous effects. Not only is the quick creation/destruction of
the actors bad, but adding/removing actors at runtime queues many
relayouts, which makes the whole system slower as a lot of unnecessary
reallocations are figured out.

While an optimization was here before, it was broken because it
broke high-contrast themes. Connect explicitly to the texture cache
to know when the icon theme has changed, instead of removing a valuable
optimization.

https://bugzilla.gnome.org/show_bug.cgi?id=672941
2012-12-13 21:35:05 -05:00
..
extensionPrefs extensionPrefs: Remove an extra parameter to set_cell_data_func 2012-10-10 18:21:03 -03:00
gdm Login: add a spinner for better process indication 2012-11-20 21:08:38 +01:00
misc Reverting "extensionUtils: Remove unused property" 2012-12-13 14:16:44 -05:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui iconGrid: Only recreate icons when needed 2012-12-13 21:35:05 -05:00
Makefile.am popupMenu: Break separator drawing code out of PopupSeparatorMenuItem 2012-12-10 16:50:53 -05:00