mutter/src/compositor
Owen W. Taylor 8eb31944a5 MetaShadowFactory: Add the ability to top-fade a shadow
For attached modal dialogs, we want the shadow to fade out at the top
as if the window was glued to the parent at the top. Add a
shadow-top-fade property to MetaWindowActor and the corresponding
parameter to meta_shadow_factory_get_shadow().

The internal implementation of MetaShadow is adjusted to work
in terms of an "inner border" and "outer border" instead of doing
the calculations in terms of an aggregate border and the spread
of the shadow. The old way of doing things gets clumsy when the
top_fade distance is added in as well.

https://bugzilla.gnome.org/show_bug.cgi?id=592382
2010-11-18 09:47:57 -05:00
..
plugins Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
compositor-private.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
compositor.c Remove compatibility for GTK+-2.0 2010-10-28 12:16:14 +02: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 Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-plugin-manager.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-plugin.c Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-shadow-factory.c MetaShadowFactory: Add the ability to top-fade a shadow 2010-11-18 09:47:57 -05:00
meta-shadow-factory.h MetaShadowFactory: Add the ability to top-fade a shadow 2010-11-18 09:47:57 -05:00
meta-shaped-texture.c Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-shaped-texture.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-texture-tower.c Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-texture-tower.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-window-actor-private.h Remove Mutter namespace prefix 2010-10-23 15:48:29 -04:00
meta-window-actor.c MetaShadowFactory: Add the ability to top-fade a shadow 2010-11-18 09:47:57 -05:00
meta-window-group.c Remove Mutter namespace prefix 2010-10-23 15:48:29 -04: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 Make shadows pretty and configurable 2010-11-18 09:47:56 -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.