Go to file
Ting-Wei Lan 319500e4f3 tests: Fix warnings reported by shellcheck
This commit includes following fixes for a few shell scripts:

1. Follow the best practice of quoting variables everywhere unless they
   are used in places where word-splitting and globbing can never happen.

2. Replace `command` with $(command) because the latter is easier to use
   and read.

3. Don't use "$@" in places expecting a string because it is an array
   of strings instead of a single string.
2018-12-01 13:07:29 +00:00
.gitlab-ci gitlab-ci: Add test stage 2018-11-14 15:56:16 +01:00
clutter tests: Fix warnings reported by shellcheck 2018-12-01 13:07:29 +00:00
cogl tests: Fix warnings reported by shellcheck 2018-12-01 13:07:29 +00:00
data
doc
po
src wayland: Fix DnD actor set up 2018-12-01 09:42:48 +00:00
tools tools: Remove obsolete ppa-magic.py 2018-11-30 11:12:12 +08:00
.gitignore
.gitlab-ci.yml gitlab-ci.yml: Increase test timeout multiplier further 2018-11-22 18:20:58 +01:00
autogen.sh
config.h.meson
configure.ac meta/plugin: Use G_DECLARE_DERIVABLE_TYPE 2018-11-23 14:28:37 +00:00
COPYING
Makefile.am
meson_options.txt
meson.build build: Don't check for Xwayland when Wayland is disabled 2018-12-01 12:56:12 +00:00
mutter.doap
NEWS Bump version to 3.31.2 2018-11-14 02:01:25 +01:00
README.md README: Mention usage by Gala 2018-11-08 17:11:27 +01:00

Mutter

Mutter is a Wayland display server and X11 window manager and compositor library.

When used as a Wayland display server, it runs on top of KMS and libinput. It implements the compositor side of the Wayland core protocol as well as various protocol extensions. It also has functionality related to running X11 applications using Xwayland.

When used on top of Xorg it acts as a X11 window manager and compositing manager.

It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration.

Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork af Clutter, a scene graph and user interface toolkit.

Mutter is used by, for example, GNOME Shell, the GNOME core user interface, and by Gala, elementary OS's window manager. It can also be run standalone, using the command "mutter", but just running plain mutter is only intended for debugging purposes.

License

Mutter is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for detalis.