~mc-return/compiz/compiz.merge-src-screen.cpp-improvements

« back to all changes in this revision

Viewing changes to plugins/blur/blur.xml.in

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:09:18 UTC
  • Revision ID: git-v1:163f6b6f3c3b7764987cbdf8e03cc355edeaa499
New generalized build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<compiz>
 
2
    <plugin name="blur">
 
3
        <_short>Blur Windows</_short>
 
4
        <_long>Blur windows</_long>
 
5
        <feature>blur</feature>
 
6
        <deps>
 
7
            <relation type="before">
 
8
                <plugin>video</plugin>
 
9
            </relation>
 
10
            <relation type="after">
 
11
                <plugin>decoration</plugin>
 
12
            </relation>
 
13
            <requirement>
 
14
                <plugin>opengl</plugin>
 
15
            </requirement>
 
16
        </deps>
 
17
        <options>
 
18
            <option name="pulse" type="bell">
 
19
                <_short>Pulse</_short>
 
20
                <_long>Pulse effect</_long>
 
21
            </option>
 
22
            <option name="blur_speed" type="float">
 
23
                <_short>Blur Speed</_short>
 
24
                <_long>Window blur speed</_long>
 
25
                <default>3.5</default>
 
26
                <min>0.1</min>
 
27
                <max>10.0</max>
 
28
                <precision>0.1</precision>
 
29
            </option>
 
30
            <option name="focus_blur_match" type="match">
 
31
                <_short>Focus blur windows</_short>
 
32
                <_long>Windows that should be affected by focus blur</_long>
 
33
                <default>toolbar | menu | utility | normal | dialog | modaldialog</default>
 
34
            </option>
 
35
            <option name="focus_blur" type="bool">
 
36
                <_short>Focus Blur</_short>
 
37
                <_long>Blur windows that doesn't have focus</_long>
 
38
                <default>false</default>
 
39
            </option>
 
40
            <option name="alpha_blur_match" type="match">
 
41
                <_short>Alpha blur windows</_short>
 
42
                <_long>Windows that should be use alpha blur by default</_long>
 
43
                <default></default>
 
44
            </option>
 
45
            <option name="alpha_blur" type="bool">
 
46
                <_short>Alpha Blur</_short>
 
47
                <_long>Blur behind translucent parts of windows</_long>
 
48
                <default>true</default>
 
49
            </option>
 
50
            <option name="filter" type="int">
 
51
                <_short>Blur Filter</_short>
 
52
                <_long>Filter method used for blurring</_long>
 
53
                <default>0</default>
 
54
                <min>0</min>
 
55
                <max>2</max>
 
56
                <desc>
 
57
                    <value>0</value>
 
58
                    <_name>4xBilinear</_name>
 
59
                </desc>
 
60
                <desc>
 
61
                    <value>1</value>
 
62
                    <_name>Gaussian</_name>
 
63
                </desc>
 
64
                <desc>
 
65
                    <value>2</value>
 
66
                    <_name>Mipmap</_name>
 
67
                </desc>
 
68
            </option>
 
69
            <option name="gaussian_radius" type="int">
 
70
                <_short>Gaussian Radius</_short>
 
71
                <_long>Gaussian radius</_long>
 
72
                <default>3</default>
 
73
                <min>1</min>
 
74
                <max>15</max>
 
75
            </option>
 
76
            <option name="gaussian_strength" type="float">
 
77
                <_short>Gaussian Strength</_short>
 
78
                <_long>Gaussian strength</_long>
 
79
                <default>1.0</default>
 
80
                <min>0.0</min>
 
81
                <max>1.0</max>
 
82
                <precision>0.1</precision>
 
83
            </option>
 
84
            <option name="mipmap_lod" type="float">
 
85
                <_short>Mipmap LOD</_short>
 
86
                <_long>Mipmap level-of-detail</_long>
 
87
                <default>2.5</default>
 
88
                <min>0.1</min>
 
89
                <max>5.0</max>
 
90
                <precision>0.1</precision>
 
91
            </option>
 
92
            <option name="saturation" type="int">
 
93
                <_short>Blur Saturation</_short>
 
94
                <_long>Blur saturation</_long>
 
95
                <default>100</default>
 
96
                <min>0</min>
 
97
                <max>100</max>
 
98
            </option>
 
99
            <option name="occlusion" type="bool">
 
100
                <_short>Blur Occlusion</_short>
 
101
                <_long>Disable blurring of screen regions obscured by other windows.</_long>
 
102
                <default>true</default>
 
103
            </option>
 
104
            <option name="independent_tex" type="bool">
 
105
                <_short>Independent texture fetch</_short>
 
106
                <_long>Use the available texture units to do as many as possible independent texture fetches.</_long>
 
107
                <default>false</default>
 
108
            </option>
 
109
        </options>
 
110
    </plugin>
 
111
</compiz>