Go to file
Owen W. Taylor 980c3290de shell-screen-grabber.c: Fix PBO path for big-endian machines
GL_BGRA/GL_UNSIGNED_BYTE only properly represents the Cairo pixel
format for little-endian machines. On big endian machines we need to use
GL_BGRA/GL_UNSIGNED_INT_8_8_8_8_REV. That would also work for little-
endian, but for minimum disruption we keep using the old version on
little endian.

https://bugzilla.gnome.org/show_bug.cgi?id=685915
2012-11-12 19:09:59 +01:00
.settings Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
browser-plugin shellDBus: Add a real error reporting system to InstallExtensionRemote 2012-07-02 18:29:56 -04:00
data Add a setting to force the 'Log out' menuitem 2012-10-31 12:48:11 -04:00
docs shell-docs: Remove left-over includes 2012-09-19 13:12:02 +02:00
js loginDialog: Fix yet another StIconType removal fallout 2012-11-12 18:46:33 +01:00
man Use the same xsltproc parameters as other modules 2012-11-05 23:33:38 -05:00
po Updated Spanish translation 2012-11-08 12:40:17 +01:00
src shell-screen-grabber.c: Fix PBO path for big-endian machines 2012-11-12 19:09:59 +01:00
tests tests: Actually call test() in box-layout 2012-10-11 19:27:56 -03:00
tools jhbuildrc-gnome-shell: switch to the GNOME 3.8 moduleset 2012-10-05 13:59:57 -04:00
.gitignore build: Install keybinding files for control-center 2012-09-19 11:50:57 +02:00
.project Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
AUTHORS Initial commit 2008-10-31 04:22:44 +00:00
autogen.sh Modernize autotools configuration 2010-02-11 21:02:21 +01:00
configure.ac Add a --disable-man configure option 2012-11-05 23:39:32 -05:00
COPYING Initial commit 2008-10-31 04:22:44 +00:00
gnome-shell.doap doap: Add myself as maintainer 2012-03-30 14:39:02 +02:00
HACKING Add a new code style/hacking guide 2012-10-10 19:11:36 -03:00
MAINTAINERS MAINTAINERS: Fix my email address 2011-05-23 09:15:58 -04:00
Makefile.am Add a --disable-man configure option 2012-11-05 23:39:32 -05:00
NEWS Bump version to 3.6.1 2012-10-16 01:34:30 +02:00
README Add README and DOAP file 2009-09-04 15:23:13 -04:00

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.