~linaro-graphics-wg/compiz-plugins-main/oneiric-gles2

« back to all changes in this revision

Viewing changes to ring/ChangeLog

  • Committer: Sam Spilsbury
  • Date: 2011-09-20 07:43:55 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110920074355-puzdutejjwsu3ta2
Sync - Remove Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-07
2
 
 
3
 
    Add VERSION file (0.9.5.0)
4
 
 
5
 
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-02-24
6
 
 
7
 
    Initialize variable
8
 
 
9
 
Sam Spilsbury <smspillaz@gmail.com>     2010-10-23
10
 
 
11
 
    Cleanup (static analysis)
12
 
 
13
 
Merge: 987b871 95e8b43
14
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
15
 
 
16
 
    Merge branch 'master' of ssh://anongit.compiz.org/git/compiz/plugins/ring
17
 
 
18
 
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
19
 
 
20
 
    Load after decor plugin to prevent windows moving after plugin load
21
 
 
22
 
Danny Baumann <dannybaumann@web.de>     2010-05-01
23
 
 
24
 
    Improve CompRect method usage.
25
 
 
26
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-05-01
27
 
 
28
 
    Use CompRect for output geometry
29
 
 
30
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
31
 
 
32
 
    Use #defines for better action binding style
33
 
 
34
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
35
 
 
36
 
    Use C++ bool
37
 
 
38
 
Merge: 121ee99 32592c6
39
 
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
40
 
 
41
 
    Merge branch 'master' of ssh://anongit.compiz.org/git/compiz/plugins/ring
42
 
 
43
 
Sam <smspillaz@gmail.com>       2010-04-05
44
 
 
45
 
    Properly reset window geometry when drawing overlay icon
46
 
 
47
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
48
 
 
49
 
    Fix warning and build
50
 
 
51
 
Merge: 367c5ba 02e2a1b
52
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
53
 
 
54
 
    Merge branch 'compiz++' of ../ring into compiz++
55
 
    
56
 
    Conflicts:
57
 
src/ring.cpp           
58
 
 
59
 
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
60
 
 
61
 
    Fix warning
62
 
 
63
 
Erkin Bahceci <erkinbah@gmail.com>      2009-12-17
64
 
 
65
 
    Fix warning.
66
 
 
67
 
Erkin Bahceci <erkinbah@gmail.com>      2009-12-17
68
 
 
69
 
    Fix sorting order.
70
 
 
71
 
Erkin Bahceci <erkinbah@gmail.com>      2009-12-17
72
 
 
73
 
    Fix crash when a window closes during ring use.
74
 
    
75
 
    Forward port of def43e4d1683acf69845b006834e87f25929ab1f.
76
 
 
77
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
78
 
 
79
 
    Fixed unused variable declaration
80
 
 
81
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
82
 
 
83
 
    Add "active" compiz event to prevent focus animation after ring usage.
84
 
 
85
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
86
 
 
87
 
    Fix possible segfault on 64-bit arch. due to passing 0 to va_list and retrieving it as pointer.
88
 
 
89
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
90
 
 
91
 
    Be a little safer in that loop
92
 
 
93
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
94
 
 
95
 
    Only paint when required
96
 
 
97
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
98
 
 
99
 
    Require opengl
100
 
 
101
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-12
102
 
 
103
 
    Work correctly without the text plugin
104
 
 
105
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-11
106
 
 
107
 
    Remove dummy
108
 
 
109
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-11
110
 
 
111
 
    Dummy commit
112
 
 
113
 
Sam Spilsbury <smspillaz@gmail.com>     2009-09-11
114
 
 
115
 
    Initial C++ port
116
 
 
117
 
Danny Baumann <dannybaumann@web.de>     2009-01-11
118
 
 
119
 
    Adapt for text plugin interface changes.
120
 
 
121
 
Danny Baumann <dannybaumann@web.de>     2008-12-02
122
 
 
123
 
    Support icons larger than 96x96 and limit painting of emblem icons to
124
 
    64x64.
125
 
 
126
 
Danny Baumann <dannybaumann@web.de>     2008-11-28
127
 
 
128
 
    Use core's normal cursor instead of having an extra copy.
129
 
 
130
 
Danny Baumann <dannybaumann@web.de>     2008-09-26
131
 
 
132
 
    Change window title according to mouse movement when using mouse selection mode.
133
 
 
134
 
Danny Baumann <dannybaumann@web.de>     2008-09-01
135
 
 
136
 
    Track core changes.
137
 
 
138
 
Danny Baumann <dannybaumann@web.de>     2008-07-29
139
 
 
140
 
    Track core changes.
141
 
 
142
 
Danny Baumann <dannybaumann@web.de>     2008-04-27
143
 
 
144
 
    Coding style fixes, cleanups.
145
 
 
146
 
Danny Baumann <dannybaumann@web.de>     2008-04-21
147
 
 
148
 
    Fix segfault on using mouse selection.
149
 
 
150
 
Guillaume Seguin <guillaume@segu.in>    2008-04-21
151
 
 
152
 
    Use Cairo-based text background drawing
153
 
 
154
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
155
 
 
156
 
    CMake build file.
157
 
 
158
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
159
 
 
160
 
    Makefile update.
161
 
 
162
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
163
 
 
164
 
    Makefile update.
165
 
 
166
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
167
 
 
168
 
    Makefile update.
169
 
 
170
 
Danny Baumann <dannybaumann@web.de>     2008-03-12
171
 
 
172
 
    Makefile update
173
 
 
174
 
Danny Baumann <dannybaumann@web.de>     2008-03-09
175
 
 
176
 
    Fixed handling of binding termination.
177
 
    When an action is initiated via edge button, terminate on edge leave instead of button release.
178
 
 
179
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
180
 
 
181
 
    Check for header changes
182
 
 
183
 
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
184
 
 
185
 
    Makefile update.
186
 
 
187
 
Danny Baumann <dannybaumann@web.de>     2008-01-21
188
 
 
189
 
    Use wording already present in translations.
190
 
 
191
 
Danny Baumann <dannybaumann@web.de>     2008-01-20
192
 
 
193
 
    Allow showing shaded windows.
194
 
 
195
 
Danny Baumann <dannybaumann@web.de>     2007-10-16
196
 
 
197
 
    More minor cleanup and beautification.
198
 
 
199
 
Danny Baumann <dannybaumann@web.de>     2007-10-16
200
 
 
201
 
    Free slots on plugin unload.
202
 
 
203
 
Danny Baumann <dannybaumann@web.de>     2007-10-16
204
 
 
205
 
    Minor beautification.
206
 
 
207
 
Danny Baumann <dannybaumann@web.de>     2007-09-07
208
 
 
209
 
    Track core changes.
210
 
 
211
 
Danny Baumann <dannybaumann@web.de>     2007-09-03
212
 
 
213
 
    Show viewport number in window title when showing windows from all viewports.
214
 
 
215
 
Danny Baumann <dannybaumann@web.de>     2007-09-02
216
 
 
217
 
    Track text plugin changes and look for its presence.
218
 
 
219
 
Danny Baumann <dannybaumann@web.de>     2007-08-31
220
 
 
221
 
    Use correct header file.
222
 
 
223
 
Danny Baumann <dannybaumann@web.de>     2007-08-30
224
 
 
225
 
    Track core changes.
226
 
 
227
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-20
228
 
 
229
 
    New action system
230
 
 
231
 
Danny Baumann <dannybaumann@web.de>     2007-08-09
232
 
 
233
 
    Fix problems when the selected window is closed.
234
 
 
235
 
Danny Baumann <dannybaumann@web.de>     2007-08-09
236
 
 
237
 
    Fix adding windows to ring.
238
 
 
239
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-06
240
 
 
241
 
    Makefile update.
242
 
 
243
 
Danny Baumann <dannybaumann@web.de>     2007-07-30
244
 
 
245
 
    Only skip SkipTaskbar windows, not SkipPager ones.
246
 
 
247
 
Danny Baumann <dannybaumann@web.de>     2007-07-30
248
 
 
249
 
    Windows in show desktop mode are also valid switcher windows.
250
 
 
251
 
Danny Baumann <dannybaumann@web.de>     2007-07-28
252
 
 
253
 
    Simplify match because the workarounds plugin will handle the workarounds.
254
 
 
255
 
Merge: bb25e72 c193da4
256
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-18
257
 
 
258
 
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/ring
259
 
 
260
 
Roland Baer <roland@Vista.(none)>       2007-07-18
261
 
 
262
 
    ring unused var
263
 
 
264
 
Merge: 3b9cb4a 1d27369
265
 
Guillaume Seguin <guillaume@segu.in>    2007-07-18
266
 
 
267
 
    Merge branch 'master' of git+ssh://guillaume@git.opencompositing.org/git/fusion/plugins/ring
268
 
 
269
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-16
270
 
 
271
 
    Remove obsolete deps/features from vtable
272
 
 
273
 
Guillaume Seguin <guillaume@segu.in>    2007-07-16
274
 
 
275
 
    * Fix typo
276
 
 
277
 
Danny Baumann <dannybaumann@web.de>     2007-07-08
278
 
 
279
 
    Code formatting fixes.
280
 
 
281
 
Danny Baumann <dannybaumann@web.de>     2007-07-08
282
 
 
283
 
    Code cleanup.
284
 
 
285
 
Danny Baumann <dannybaumann@web.de>     2007-07-08
286
 
 
287
 
    Only use depth scaling for emblem icon display.
288
 
 
289
 
Danny Baumann <dannybaumann@web.de>     2007-07-07
290
 
 
291
 
    Don't scale icons for minimized windows twice.
292
 
 
293
 
Danny Baumann <dannybaumann@web.de>     2007-07-07
294
 
 
295
 
    Also scale icons according to their position in the ring, not only the windows.
296
 
 
297
 
Danny Baumann <dannybaumann@web.de>     2007-07-06
298
 
 
299
 
    Fix incompatibility between unmap fadeout of the fade plugin and minimized window icon display.
300
 
 
301
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-03
302
 
 
303
 
    Makefile update.
304
 
 
305
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-01
306
 
 
307
 
    Makefile update.
308
 
 
309
 
Danny Baumann <dannybaumann@web.de>     2007-07-01
310
 
 
311
 
    Fix typo.
312
 
 
313
 
Danny Baumann <dannybaumann@web.de>     2007-06-30
314
 
 
315
 
    xml -> xml.in
316
 
 
317
 
Danny Baumann <dannybaumann@web.de>     2007-06-30
318
 
 
319
 
    Beautification.
320
 
 
321
 
Danny Baumann <dannybaumann@web.de>     2007-06-30
322
 
 
323
 
    Update window title display if window title of selected window changes.
324
 
 
325
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
326
 
 
327
 
    Makefile update.
328
 
 
329
 
Erkin Bahceci <erkinbah@gmail.com>      2007-06-26
330
 
 
331
 
    Scale z by 1 instead of 0.
332
 
 
333
 
Danny Baumann <dannybaumann@web.de>     2007-06-21
334
 
 
335
 
    Properly free window private index.
336
 
    Thanks to Pafy for catching this one.
337
 
 
338
 
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
339
 
 
340
 
    Makefile update.
341
 
 
342
 
Danny Baumann <dannybaumann@web.de>     2007-06-11
343
 
 
344
 
    Use text plugin package.
345
 
 
346
 
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
347
 
 
348
 
    Updated Makefile
349
 
 
350
 
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
351
 
 
352
 
    Updated Makefile
353
 
 
354
 
Danny Baumann <dannybaumann@web.de>     2007-06-08
355
 
 
356
 
    Re-sort options.
357
 
 
358
 
Danny Baumann <dannybaumann@web.de>     2007-06-08
359
 
 
360
 
    Typo fix.
361
 
 
362
 
Danny Baumann <dannybaumann@web.de>     2007-06-08
363
 
 
364
 
    Whitespace fixes.
365
 
 
366
 
Trevi - 3v1n0 <trevi55@gmail.com>       2007-06-08
367
 
 
368
 
    Shows correctly Java and Firefox tools on Ring switcher
369
 
 
370
 
Danny Baumann <dannybaumann@web.de>     2007-06-06
371
 
 
372
 
    Adjust TODO list and mail address.
373
 
 
374
 
Danny Baumann <dannybaumann@web.de>     2007-06-04
375
 
 
376
 
    Improve spelling and code formatting.
377
 
 
378
 
Quinn Storm <quinn@quinn-laptop.(none)> 2007-06-03
379
 
 
380
 
    add simple option to specify which ring direction is 'next', affects layout and rotation by simply mirroring X translation when enabled
381
 
    default is the old behaviour, though enabling it brings ring more in line with the behaviour of the regular switcher
382
 
 
383
 
Danny Baumann <daba@mobilrechner.localdomain>   2007-06-02
384
 
 
385
 
    Remove "No Spring Model After Settle" option.
386
 
    We should not have any options that enable broken-by-design behaviour, especially if we are aware of the fact that it is broken.
387
 
    This option can either be implemented properly or be kept in a local branch, but not in master in its current state.
388
 
 
389
 
Quinn Storm <quinn@quinn-laptop.(none)> 2007-05-31
390
 
 
391
 
    mark the spring model option as buggy
392
 
 
393
 
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-01
394
 
 
395
 
    Applied lastest core changes
396
 
 
397
 
Danny Baumann <daba@mobilrechner.localdomain>   2007-05-23
398
 
 
399
 
    Improve formatting and option description.
400
 
 
401
 
Quinn <quinn@darter.(none)>     2007-05-22
402
 
 
403
 
    add (admittedly ill-described at the moment) option to ring plugin to turn off the disabling of the spring model after the ring has 'settled', in order to make experience more consistent (otherwise you can't be sure if the user will see springy or non-springy ring rotation, depending on if they let the ring settle)
404
 
 
405
 
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-21
406
 
 
407
 
    Makefile update
408
 
 
409
 
Danny Baumann <daba@mobilrechner.localdomain>   2007-05-17
410
 
 
411
 
    Fix usage of enum option accesses.
412
 
 
413
 
Merge: e697761 ebf0702
414
 
Danny Baumann <daba@mobilrechner.localdomain>   2007-05-17
415
 
 
416
 
    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/plugins/ring
417
 
 
418
 
Danny Baumann <daba@mobilrechner.localdomain>   2007-05-17
419
 
 
420
 
    Remove autogenerated files.
421
 
 
422
 
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-17
423
 
 
424
 
    cleanup
425
 
 
426
 
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-17
427
 
 
428
 
    initial commit
429
 
 
430
 
compiz <compiz@de35.org>        2007-05-17
431
 
 
432
 
    Dummy commit