~smspillaz/compiz/compiz.experimental2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-14

    Bump VERSION

Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-14

    Update NEWS for 0.9.5.0

Sam Spilsbury <sam.spilsbury@canonical.com>	2011-07-07

    Add VERSION file (0.9.5.0)

Scott Moreau <oreaus@gmail.com>	2010-09-28

    Don't require composite since opengl already does.

Sam Spilsbury <SmSpillaz@gmail.com>	2010-05-25

    Load after decor plugin to prevent windows moving after plugin load

Merge: 1077aa7 aa6a696
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>	2010-05-06

    Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/trailfocus

Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>	2010-05-06

    Fix some incorrect memory usage

Sam Spilsbury <smspillaz@gmail.com>	2010-04-11

    Ensure loading after required plugins

Sam Spilsbury <smspillaz@gmail.com>	2009-12-07

    Fix crash on unload or window close

Danny Baumann <dannybaumann@web.de>	2009-03-20

    Use inputRect.

Dennis Kasprzyk <onestone@compiz-fusion.org>	2009-03-16

    Track core changes.

Erkin Bahceci <erkinbah@gmail.com>	2009-03-14

    Track core changes.

Danny Baumann <dannybaumann@web.de>	2009-03-08

    Use destructor to remove window from list.

Danny Baumann <dannybaumann@web.de>	2009-03-08

    Various improvements:
    - Fill window from activeness stack instead of window stack when popping
    windows
    - Dito for refilling the list due to option changes
    - Only wrap into glPaint when needed

Danny Baumann <dannybaumann@web.de>	2009-03-07

    Misc. fixes.

Danny Baumann <dannybaumann@web.de>	2009-03-07

    Initial C++ port.

Danny Baumann <dannybaumann@web.de>	2008-12-03

    Fix typo causing saturation changes not to work.

Danny Baumann <dannybaumann@web.de>	2008-12-02

    w->invisible gets set to FALSE later than the FocusIn may arrive, so use
    w->mapNum as 'is-or-will-be-mapped' indicator.

Danny Baumann <dannybaumann@web.de>	2008-09-01

    Track core changes.

Danny Baumann <dannybaumann@web.de>	2008-08-08

    Don't handle override_redirect windows ... we definitely don't want trailfocus to be active for menus etc.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-06-18

    Track core changes

Danny Baumann <dannybaumann@web.de>	2008-06-07

    Initialize ts->win correctly.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-04-04

    CMake build file.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-04-03

    Makefile update.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-03-14

    Makefile update.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-03-14

    Makefile update.

Danny Baumann <dannybaumann@web.de>	2008-03-12

    Makefile update

Danny Baumann <dannybaumann@web.de>	2008-02-06

    Fix in-viewport determination.

Danny Baumann <dannybaumann@web.de>	2008-02-06

    Make sure the list is always filled enough after cleaning.

Danny Baumann <dannybaumann@web.de>	2008-02-06

    Add helper function to determine if a window should be handled by trailfocus.

Danny Baumann <dannybaumann@web.de>	2008-02-06

    Ignore visible outside of the current viewport for the trailfocus list.
    Update the list when viewports are changed.

Dennis Kasprzyk <onestone@opencompositing.org>	2008-01-23

    Makefile update.

Danny Baumann <dannybaumann@web.de>	2007-09-17

    Remove useless includes.

Danny Baumann <dannybaumann@web.de>	2007-09-09

    Various optimizations and minor cleanups.

Danny Baumann <dannybaumann@web.de>	2007-09-09

    Compiz style indention.

Danny Baumann <dannybaumann@web.de>	2007-09-07

    Track core changes.

Danny Baumann <dannybaumann@web.de>	2007-08-30

    Track core changes.

Dennis Kasprzyk <onestone@opencompositing.org>	2007-08-06

    Makefile update.

Dennis Kasprzyk <onestone@opencompositing.org>	2007-07-16

    Remove obsolete deps/features from vtable

Danny Baumann <dannybaumann@web.de>	2007-07-12

    We have to walk the window stack downwards, not upwards.

Danny Baumann <dannybaumann@web.de>	2007-07-12

    Optimizations.

Danny Baumann <dannybaumann@web.de>	2007-07-12

    Fill window list when windows are destroyed.

Dennis Kasprzyk <onestone@opencompositing.org>	2007-07-03

    Makefile update.

Dennis Kasprzyk <onestone@opencompositing.org>	2007-07-01

    Makefile update.

Guillaume Seguin <guillaume@segu.in>	2007-06-30

    * Fix more descriptions!

Danny Baumann <dannybaumann@web.de>	2007-06-30

    xml -> xml.in

Dennis Kasprzyk <onestone@opencompositing.org>	2007-06-28

    Makefile update.

Dennis Kasprzyk <onestone@beryl-project.org>	2007-06-11

    Makefile update.

Dennis Kasprzyk <onestone@beryl-project.org>	2007-06-11

    Updated Makefile

Danny Baumann <dannybaumann@web.de>	2007-06-10

    printf -> compLogMessage

Dennis Kasprzyk <onestone@beryl-project.org>	2007-05-21

    Makefile update

Dennis Kasprzyk <onestone@beryl-project.org>	2007-05-17

    initial commit

compiz <compiz@de35.org>	2007-05-17

    Dummy commit