Go to file
Jonas Ådahl e17d70a592 x11/window-controls: Pass around MetaX11Display directly
Instead of passing around an X11 Display pointer that is retrieved from
the default Gdk backend, then finding the MetaX11Display from said X11
Display, pass the MetaX11Display directly.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/854
2019-10-15 07:17:29 +00:00
.gitlab-ci
clutter cogl: Remove COGL_INVALID_HANDLE 2019-10-14 17:05:28 +00:00
cogl cogl: Remove COGL_INVALID_HANDLE 2019-10-14 17:05:28 +00:00
data wayland: Add setting/api to check the policy to set up the X11 display 2019-08-06 00:41:36 +00:00
doc
meson
po Update Catalan translation 2019-10-08 07:35:51 +02:00
src x11/window-controls: Pass around MetaX11Display directly 2019-10-15 07:17:29 +00:00
tools
.gitignore
.gitlab-ci.yml ci: Change the without-native-backend to not build with Wayland too 2019-10-10 22:51:00 +00:00
config.h.meson
COPYING
meson_options.txt
meson.build Bump version to 3.35.1 2019-10-12 20:35:43 +02:00
mutter.doap
NEWS Bump version to 3.35.1 2019-10-12 20:35:43 +02:00
README.md

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.

Contributing

To contribute, open merge requests at https://gitlab.gnome.org/GNOME/mutter.

The coding style used is primarily the GNU flavor of the GNOME coding style with some minor additions such as preferring stdint.h types over GLib fundamental types, and a soft 80 character line limit. However, in general, look at the file you're editing for inspiration.

Commit messages should follow the GNOME commit message guidelines. We require an URL to either an issue or a merge request in each commit.

License

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