Go to file
Ray Strode bed3bb45f7 background: don't load the same image more than once concurrently
If a background gets requested from the cache while it's still
being loaded from an earlier call, then there will be two concurrent
loads of the same file.

That concurrency is mitigates the effectiveness of the cache and
also causes leaks.

This commit consolidates file loads so that concurrency doesn't
happen.

https://bugzilla.gnome.org/show_bug.cgi?id=696157
2013-03-26 17:02:05 -04:00
.settings
browser-plugin
data login-dialog: Increase top/bottom padding 2013-03-15 19:35:18 +01:00
docs shell-docs: remove leftover mobile-providers include 2013-02-06 01:33:51 +02:00
js background: don't load the same image more than once concurrently 2013-03-26 17:02:05 -04:00
man
po Updated Telugu Translation 2013-03-26 18:53:24 +05:30
src st-scroll-view-fade: Don't fade out gradient 2013-03-22 19:56:13 +01:00
tests st-scroll-view: Add :overlay-scrollbars property 2013-02-22 10:57:50 +01:00
tools
.gitignore
.gitmodules
.project
AUTHORS
autogen.sh
configure.ac Bump version to 3.7.92 2013-03-19 00:12:27 +01:00
COPYING
gnome-shell.doap Revert "doap: add myself to doap file" 2013-03-15 14:02:31 -04:00
HACKING
MAINTAINERS
Makefile.am build: Exclude .gitmodules from distribution 2012-12-18 18:28:42 +01:00
NEWS Bump version to 3.7.92 2013-03-19 00:12:27 +01:00
README

GNOME Shell provides core user interface functions for the GNOME 3 desktop,
like switching to windows and launching applications. GNOME Shell takes
advantage of the capabilities of modern graphics hardware and introduces
innovative user interface concepts to provide a visually attractive and
easy to use experience.

For more information about GNOME Shell, including instructions on how
to build GNOME Shell from source and how to get involved with the project,
see:

 http://live.gnome.org/GnomeShell

Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell'
product.

License
=======
GNOME Shell is distributed under the terms of the GNU General Public License,
version 2 or later. See the COPYING file for details.