mutter/src/compositor
Colin Walters f2158218be plugins: Add early_initialize vfunc
For GNOME Shell, we need to grab our DBus names *before* we talk XSMP.
gnome-session takes our XSMP connection as "I'm ready", and starts
running all the other random crud that people dropped in as autostart
files.  But for example, we need to have claimed
org.freedesktop.Notifications before a lot of said crud starts.

This requires a plugin API version bump.

Misc: Move handling of --version way earlier in main() where
it should be; no point having it wedged after plugin handling.
2011-02-25 14:38:04 -05:00
..
plugins default plugin: Clean up unused n_workspaces variable. 2011-01-16 13:54:31 -05:00
cogl-utils.c Refactor "texture material" creation from MetaShadowFactory 2010-11-18 13:58:37 -05:00
cogl-utils.h Refactor "texture material" creation from MetaShadowFactory 2010-11-18 13:58:37 -05:00
compositor-private.h Draw the root window background 2010-11-18 13:58:37 -05:00
compositor.c Don't constantly restack hidden windows 2011-01-26 17:02:17 -05:00
meta-background-actor.c MetaBackgroundActor: Handle paint opacity 2011-02-12 18:27:09 -05:00
meta-background-actor.h Turn off background repeats for a full-size image 2010-11-18 13:58:37 -05:00
meta-module.c Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-module.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-plugin-manager.c plugins: Add early_initialize vfunc 2011-02-25 14:38:04 -05:00
meta-plugin-manager.h plugins: Add early_initialize vfunc 2011-02-25 14:38:04 -05:00
meta-plugin.c Draw the root window background 2010-11-18 13:58:37 -05:00
meta-shadow-factory-private.h Implement more accurate clipping of obscured shadows 2010-11-18 09:47:58 -05:00
meta-shadow-factory.c Refactor "texture material" creation from MetaShadowFactory 2010-11-18 13:58:37 -05:00
meta-shaped-texture.c Fix errors building for gles-systems (clutter-eglx) 2011-01-04 11:27:16 -05:00
meta-shaped-texture.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-texture-tower.c Fix errors building for gles-systems (clutter-eglx) 2011-01-04 11:27:16 -05:00
meta-texture-tower.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-window-actor-private.h Make window shadows globally configurable 2010-11-18 09:47:58 -05:00
meta-window-actor.c MetaWindowActor: Add a 'position-changed' signal 2011-02-02 23:55:47 -05:00
meta-window-group.c Draw the root window background 2010-11-18 13:58:37 -05:00
meta-window-group.h Fix typo 2010-10-24 12:00:57 +02:00
meta-window-shape.c Make shadows pretty and configurable 2010-11-18 09:47:56 -05:00
meta-window-shape.h Make shadows pretty and configurable 2010-11-18 09:47:56 -05:00
README There can be only one compositor engine 2009-06-30 09:34:03 -04:00
region-utils.c MetaRegionIterator: avoid reading off end of rectangles array 2010-12-06 12:00:30 -05:00
region-utils.h Make shadows pretty and configurable 2010-11-18 09:47:56 -05:00

Intro
=====

Fix me.


Env Vars
========

MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.