~smspillaz/compiz-animation-plugin/compiz-animation-plugion.fix_940603

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Sam Spilsbury
  • Date: 2011-08-23 10:34:46 UTC
  • mfrom: (380.1.4)
  • Revision ID: git-v1:6bf839224887168d2c98a5645aa73b4d84d41ee3
MergeĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-14
 
2
 
 
3
    Bump VERSION
 
4
 
 
5
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-14
 
6
 
 
7
    Update NEWS for 0.9.5.0
 
8
 
 
9
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-07
 
10
 
 
11
    Add VERSION file (0.9.5.0)
 
12
 
 
13
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-03-14
 
14
 
 
15
    Don't try to delay the unreparent event and also use new core API
 
16
 
 
17
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-02-24
 
18
 
 
19
    Revert "Set fx if were animating towards the left"
 
20
    
 
21
    This reverts commit 2cf4ee07185da6c1b873c3df783e10509dbc8187.
 
22
    
 
23
    There is probably a better way to do this, but it needs to be looked into
 
24
    later. For now just let the compiler spew at us
 
25
 
 
26
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-02-24
 
27
 
 
28
    Set fx if were animating towards the left
 
29
 
 
30
Merge: b167f70 cfa722a
 
31
Sam Spilsbury <smspillaz@gmail.com>     2010-10-23
 
32
 
 
33
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/compiz/plugins/animation
 
34
 
 
35
Sam Spilsbury <smspillaz@gmail.com>     2010-10-23
 
36
 
 
37
    Cleanup (static analysis)
 
38
 
 
39
Scott Moreau <oreaus@gmail.com> 2010-09-28
 
40
 
 
41
    Don't require composite since opengl already does.
 
42
 
 
43
Jay Catherwood <jay.catherwood@gmail.com>       2010-08-24
 
44
 
 
45
    Make grid methods public for MultiAnim
 
46
 
 
47
Jay Catherwood <jay.catherwood@gmail.com>       2010-08-23
 
48
 
 
49
    Only call drawGeometry on current animation
 
50
 
 
51
Jay Catherwood <jay.catherwood@gmail.com>       2010-08-22
 
52
 
 
53
    Revert "Don't call drawGeometry multiple times"
 
54
    
 
55
    This reverts commit 4a65645bd389914ce6f319f5d3214f6ed2be343d.
 
56
 
 
57
Jay Catherwood <jay.catherwood@gmail.com>       2010-08-22
 
58
 
 
59
    Don't call drawGeometry multiple times
 
60
    
 
61
    in a MultiAnim. The window is already drawn n times by
 
62
    different paintWindow calls.
 
63
 
 
64
Sam Spilsbury <smspillaz@gmail.com>     2010-08-18
 
65
 
 
66
    Add re-entry guards
 
67
 
 
68
Danny Baumann <dannybaumann@web.de>     2010-08-17
 
69
 
 
70
    Change to "window_animation" event
 
71
 
 
72
Danny Baumann <dannybaumann@web.de>     2010-08-17
 
73
 
 
74
    Don't fill in fields if no animation is running
 
75
 
 
76
Sam Spilsbury <smspillaz@gmail.com>     2010-08-17
 
77
 
 
78
    Add window_animation compiz event, so other plugins can track animations to windows
 
79
 
 
80
Sam Spilsbury <smspillaz@gmail.com>     2010-08-17
 
81
 
 
82
    Revert "Remove PAINT_WINDOW_NO_CORE_INSTANCE_MASK bit if we are animating a window"
 
83
    
 
84
    This reverts commit 55f2578b907349e361cf3b485787d912cf2f6592.
 
85
 
 
86
Sam Spilsbury <smspillaz@gmail.com>     2010-08-17
 
87
 
 
88
    Remove PAINT_WINDOW_NO_CORE_INSTANCE_MASK bit if we are animating a window
 
89
 
 
90
Sam Spilsbury <smspillaz@gmail.com>     2010-08-17
 
91
 
 
92
    Fixup multianim code, only increment unmap count on BeforeUnmap notification and include multi.h
 
93
 
 
94
Jay Catherwood <jay.catherwood@gmail.com>       2010-08-14
 
95
 
 
96
    Correct number of animations
 
97
 
 
98
Merge: a05c7cb ef1e50b
 
99
Jay Catherwood <jay.catherwood@gmail.com>       2010-08-11
 
100
 
 
101
    Merge branch 'master' of git://anongit.compiz.org/compiz/plugins/animation
 
102
 
 
103
Sam Spilsbury <smspillaz@gmail.com>     2010-08-12
 
104
 
 
105
    Split animation.h into files
 
106
 
 
107
Sam Spilsbury <smspillaz@gmail.com>     2010-08-12
 
108
 
 
109
    Add MultiAnim class, this class allows animations to draw multiple
 
110
    copies of a window
 
111
    
 
112
    The class is a template class, so to use it you'll need to create
 
113
    a class which represents a single copy of your window which you
 
114
    want to animate, and then create a new animation class which inherits:
 
115
    
 
116
        public MultiAnim <YourAnim, numberOfCopies>
 
117
    
 
118
    The class automatically hands off virtual function calls to your
 
119
    animation's class. In order to determine which copy of the window
 
120
    you are animating, you can call:
 
121
    
 
122
        MultiAnim <YourAnim, numberOfCopies>::getCurrAnimationNumber (AnimWindow *);
 
123
 
 
124
Jay Catherwood <jay.catherwood@gmail.com>       2010-07-22
 
125
 
 
126
    Fix animations not firing at times.
 
127
    
 
128
    A porting bug had the animation plugin checking for currently active
 
129
    window plugins and effects in the screen section, which would cause
 
130
    animations to sometimes not initiate. This puts the check into the
 
131
    correct place
 
132
 
 
133
Jay Catherwood <jay.catherwood@gmail.com>       2010-07-22
 
134
 
 
135
    Initialize pw->mPluginActive correctly
 
136
 
 
137
Merge: 422f3ad 56f0c23
 
138
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
 
139
 
 
140
    Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/plugins/animation
 
141
 
 
142
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-11
 
143
 
 
144
    Fix possible crash
 
145
 
 
146
Sam Spilsbury <smspillaz@gmail.com>     2010-04-13
 
147
 
 
148
    Don't animate windows during kdecompat slide effect.
 
149
    
 
150
    Forward port of 67255a1e933f44d85c86cb877bc21378a709a33f to master
 
151
 
 
152
Erkin Bahceci <erkinbah@gmail.com>      2010-02-06
 
153
 
 
154
    Don't animate notify-osd.
 
155
 
 
156
Erkin Bahceci <erkinbah@gmail.com>      2010-02-06
 
157
 
 
158
    Fix close animations.
 
159
 
 
160
Erkin Bahceci <erkinbah@gmail.com>      2009-12-25
 
161
 
 
162
    Fix rare crash on animation start.
 
163
 
 
164
Erkin Bahceci <erkinbah@gmail.com>      2009-12-24
 
165
 
 
166
    Add some Point and Point3d operators.
 
167
 
 
168
Erkin Bahceci <erkinbah@gmail.com>      2009-12-24
 
169
 
 
170
    Disable error message for now.
 
171
    
 
172
    (since it's unnecessarily printed at startup when
 
173
    an option string is used).
 
174
 
 
175
Erkin Bahceci <erkinbah@gmail.com>      2009-12-16
 
176
 
 
177
    Fix invisible dropdown menu when it's reopened while it's still closing.
 
178
 
 
179
Erkin Bahceci <erkinbah@gmail.com>      2009-12-14
 
180
 
 
181
    Fix an issue with closing minimized windows.
 
182
    
 
183
    Minimized windows wouldn't get destroyed fully and removed from
 
184
    screen's window list if a close animation was selected.
 
185
 
 
186
Erkin Bahceci <erkinbah@gmail.com>      2009-12-06
 
187
 
 
188
    Fix animation artifacts.
 
189
 
 
190
Erkin Bahceci <erkinbah@gmail.com>      2009-11-28
 
191
 
 
192
    Fix crash.
 
193
 
 
194
Erkin Bahceci <erkinbah@gmail.com>      2009-11-28
 
195
 
 
196
    Various extension-related changes.
 
197
 
 
198
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-11-18
 
199
 
 
200
    Track core changes.
 
201
 
 
202
Erkin Bahceci <erkinbah@gmail.com>      2009-11-17
 
203
 
 
204
    Fix deceleration direction for zoom, glide, magic lamp, and sidekick.
 
205
 
 
206
Erkin Bahceci <erkinbah@gmail.com>      2009-11-15
 
207
 
 
208
    Fix typo.
 
209
 
 
210
Erkin Bahceci <erkinbah@gmail.com>      2009-11-14
 
211
 
 
212
    Fix crash when a window closes during focus animation.
 
213
    
 
214
    Partial forward-port of d6ec1392b04de16420593f65c1a4d957a570f0e6.
 
215
 
 
216
Erkin Bahceci <erkinbah@gmail.com>      2009-11-14
 
217
 
 
218
    Prevent focus animation also when ring, shift, scale ends.
 
219
 
 
220
Erkin Bahceci <erkinbah@gmail.com>      2009-11-13
 
221
 
 
222
    Prevent focus animation after switching windows, by waiting longer.
 
223
 
 
224
Erkin Bahceci <erkinbah@gmail.com>      2009-11-07
 
225
 
 
226
    Add max grid size param.
 
227
    
 
228
    Not used yet.
 
229
 
 
230
Erkin Bahceci <erkinbah@gmail.com>      2009-11-05
 
231
 
 
232
    Revert part of the last commit.
 
233
    
 
234
    This fixes the issue with ccsm dialogs.
 
235
 
 
236
Erkin Bahceci <erkinbah@gmail.com>      2009-10-19
 
237
 
 
238
    Fix some issues with closing windows.
 
239
 
 
240
Erkin Bahceci <erkinbah@gmail.com>      2009-10-18
 
241
 
 
242
    Fix uninitialized variable.
 
243
 
 
244
Erkin Bahceci <erkinbah@gmail.com>      2009-08-27
 
245
 
 
246
    Fix uninitialized variables.
 
247
 
 
248
Erkin Bahceci <erkinbah@gmail.com>      2009-08-22
 
249
 
 
250
    Increase start countdown to avoid open anim. for already opened windows.
 
251
 
 
252
Erkin Bahceci <erkinbah@gmail.com>      2009-08-22
 
253
 
 
254
    Fix uninitialized member variables.
 
255
 
 
256
Erkin Bahceci <erkinbah@gmail.com>      2009-08-12
 
257
 
 
258
    Disable painting functions when not needed.
 
259
 
 
260
Erkin Bahceci <erkinbah@gmail.com>      2009-08-12
 
261
 
 
262
    Make destructor virtual.
 
263
 
 
264
Erkin Bahceci <erkinbah@gmail.com>      2009-08-12
 
265
 
 
266
    Remove allocation of unused char array.
 
267
 
 
268
Erkin Bahceci <erkinbah@gmail.com>      2009-08-11
 
269
 
 
270
    Fix another dodge crash.
 
271
 
 
272
Erkin Bahceci <erkinbah@gmail.com>      2009-08-11
 
273
 
 
274
    Fix crash on going fullscreen in evince with dodge selected.
 
275
 
 
276
Erkin Bahceci <erkinbah@gmail.com>      2009-08-02
 
277
 
 
278
    Fix sign warnings.
 
279
 
 
280
Erkin Bahceci <erkinbah@gmail.com>      2009-08-02
 
281
 
 
282
    decoration -> decor
 
283
 
 
284
Erkin Bahceci <erkinbah@gmail.com>      2009-07-30
 
285
 
 
286
    Add library linker flag.
 
287
 
 
288
Erkin Bahceci <erkinbah@gmail.com>      2009-07-24
 
289
 
 
290
    Various minor optimizations.
 
291
 
 
292
Erkin Bahceci <erkinbah@gmail.com>      2009-07-18
 
293
 
 
294
    Clean up.
 
295
 
 
296
Erkin Bahceci <erkinbah@gmail.com>      2009-07-18
 
297
 
 
298
    Fix freeze when unshading during shade animation.
 
299
 
 
300
Erkin Bahceci <erkinbah@gmail.com>      2009-07-18
 
301
 
 
302
    Fix lack of animations with all-default settings.
 
303
 
 
304
Erkin Bahceci <erkinbah@gmail.com>      2009-07-17
 
305
 
 
306
    Improve magic lamp performance (reduce damaged area).
 
307
    
 
308
    The difference can be seen by using the showrepaint plugin.
 
309
 
 
310
Erkin Bahceci <erkinbah@gmail.com>      2009-07-16
 
311
 
 
312
    Optimize magic lamp, dream, rollup, wave, curved/hor. fold.
 
313
    
 
314
    These grid-model based effects have two grid objects per grid row,
 
315
    which have the same computed y coordinates. This commit makes
 
316
    the right-hand side object copy over those values from the
 
317
    left-hand side object on the same row instead of recomputing
 
318
    the same values.
 
319
 
 
320
Erkin Bahceci <erkinbah@gmail.com>      2009-07-15
 
321
 
 
322
    Speed up bounding box calculation for magic lamp.
 
323
 
 
324
Erkin Bahceci <erkinbah@gmail.com>      2009-07-14
 
325
 
 
326
    Various code safety improvements.
 
327
 
 
328
Erkin Bahceci <erkinbah@gmail.com>      2009-07-14
 
329
 
 
330
    Fix lack of focus animation.
 
331
 
 
332
Erkin Bahceci <erkinbah@gmail.com>      2009-07-13
 
333
 
 
334
    Fix crash.
 
335
 
 
336
Erkin Bahceci <erkinbah@gmail.com>      2009-07-13
 
337
 
 
338
    Initial C++ port. Dodge and magic lamp changes.
 
339
    
 
340
    - New dodge mode: all windows moving (made the default).
 
341
    - Fixed dodge artifacts/weirdness showing up in certain situations.
 
342
    - Magic Lamp renamed to Magic Lamp Wavy.
 
343
    - Vacuum renamed to Magic Lamp, allowed for minimize (made the default).
 
344
    - Separated restack stuff (dodge and focus-fade) from animation core.
 
345
 
 
346
Erkin Bahceci <erkinbah@gmail.com>      2009-07-13
 
347
 
 
348
    Initial setup for compiz++ port.
 
349
 
 
350
Erkin Bahceci <erkinbah@gmail.com>      2009-04-18
 
351
 
 
352
    Prevent (un)minimize anim. for hidden (switcher) windows.
 
353
 
 
354
Kristian Lyngstol <kristian@bohemians.org>      2009-02-07
 
355
 
 
356
    Fix warning CORRECTLY
 
357
 
 
358
Kristian Lyngstol <kristian@bohemians.org>      2009-02-07
 
359
 
 
360
    Fix warning (int != void... sigh).
 
361
 
 
362
Erkin Bahceci <erkinbah@gmail.com>      2009-02-06
 
363
 
 
364
    Remove unused variables.
 
365
 
 
366
Erkin Bahceci <erkinbah@gmail.com>      2008-12-21
 
367
 
 
368
    Allow model engine use in extensions. Expose more functions.
 
369
 
 
370
Erkin Bahceci <erkinbah@gmail.com>      2008-11-25
 
371
 
 
372
    Fix occasional crash with dodge (bug 1080).
 
373
 
 
374
Erkin Bahceci <erkinbah@gmail.com>      2008-11-07
 
375
 
 
376
    Fix artifacts with non-animated closing windows.
 
377
 
 
378
Danny Baumann <dannybaumann@web.de>     2008-11-06
 
379
 
 
380
    Fix memory leak.
 
381
 
 
382
Erkin Bahceci <erkinbah@gmail.com>      2008-10-02
 
383
 
 
384
    Dodge closer.
 
385
 
 
386
Erkin Bahceci <erkinbah@gmail.com>      2008-10-02
 
387
 
 
388
    Don't focus-fade or dodge if only shadows overlap.
 
389
 
 
390
Erkin Bahceci <erkinbah@gmail.com>      2008-10-02
 
391
 
 
392
    Fix minimize/restore inconsistency with skip-taskbar windows (bug 1049).
 
393
 
 
394
Erkin Bahceci <erkinbah@gmail.com>      2008-09-24
 
395
 
 
396
    Don't damage window region at the end of close/minimize/shade.
 
397
    
 
398
    Slightly improves performance by not damaging the full window region
 
399
    at the end of close, minimize, and shade animations.
 
400
 
 
401
Merge: 21e18d3 4fa639c
 
402
Erkin Bahceci <erkinbah@gmail.com>      2008-09-21
 
403
 
 
404
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
405
 
 
406
Erkin Bahceci <erkinbah@gmail.com>      2008-09-21
 
407
 
 
408
    Improve performance with some animations.
 
409
    
 
410
    This change mainly improves (on minimize) curved/horiz.fold, dream, glide, and
 
411
    (on open/close/minimize) zoom and sidekick, by damaging a smaller region.
 
412
    The damage region was being computed as the bounding box of the current and
 
413
    the last drawing boxes. This was unnecessary as we just need the union of
 
414
    those two boxes. This change implements that.
 
415
 
 
416
Danny Baumann <dannybaumann@web.de>     2008-09-17
 
417
 
 
418
    Fix potential memleak.
 
419
 
 
420
Danny Baumann <dannybaumann@web.de>     2008-09-17
 
421
 
 
422
    Prevent animations for switcher window by default.
 
423
 
 
424
Erkin Bahceci <erkinbah@gmail.com>      2008-09-16
 
425
 
 
426
    Track libcompizconfig changes.
 
427
 
 
428
Erkin Bahceci <erkinbah@gmail.com>      2008-09-09
 
429
 
 
430
    Reorder groups and subgroups in metadata.
 
431
 
 
432
Erkin Bahceci <erkinbah@gmail.com>      2008-09-07
 
433
 
 
434
    Remove unused attribute.
 
435
 
 
436
Erkin Bahceci <erkinbah@gmail.com>      2008-09-06
 
437
 
 
438
    Remove unnecessary includes.
 
439
 
 
440
Merge: 89f0827 bcaa862
 
441
Erkin Bahceci <erkinbah@gmail.com>      2008-09-01
 
442
 
 
443
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
444
 
 
445
Erkin Bahceci <erkinbah@gmail.com>      2008-09-01
 
446
 
 
447
    Fix potential crash with wave/curved/horiz.fold.
 
448
 
 
449
Merge: 9dc5ca4 3e8d7df
 
450
Danny Baumann <dannybaumann@web.de>     2008-09-01
 
451
 
 
452
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/animation
 
453
 
 
454
Danny Baumann <dannybaumann@web.de>     2008-09-01
 
455
 
 
456
    Track core changes.
 
457
 
 
458
Merge: 63b5597 b62f74d
 
459
Danny Baumann <dannybaumann@web.de>     2008-09-01
 
460
 
 
461
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/animation
 
462
 
 
463
Danny Baumann <dannybaumann@web.de>     2008-08-31
 
464
 
 
465
    Fini display options properly.
 
466
 
 
467
Erkin Bahceci <erkinbah@gmail.com>      2008-08-29
 
468
 
 
469
    Fix crash when extension is disabled during animation.
 
470
    
 
471
    This happened with animations provided by extension plugins.
 
472
 
 
473
Erkin Bahceci <erkinbah@gmail.com>      2008-08-28
 
474
 
 
475
    Fix dodge regression.
 
476
 
 
477
Danny Baumann <dannybaumann@web.de>     2008-08-28
 
478
 
 
479
    Fix typo in animation name.
 
480
 
 
481
Erkin Bahceci <erkinbah@gmail.com>      2008-08-26
 
482
 
 
483
    Allow extensions. Move some effects to animationaddon.
 
484
    
 
485
    * Change effect and random effect options from int to string.
 
486
    
 
487
    * Allow other plugins to extend the animation plugin to provide new
 
488
      animation effects.
 
489
    
 
490
    * Remove particle and polygon engines, along with the effects
 
491
      airplane, beamup, burn, domino, explode, fold, leafspread, and skewer.
 
492
      These are now provided by the new animationaddon plugin.
 
493
    
 
494
    * Simplify some option-related code and remove CompScreen parameter
 
495
      where there is also a CompWindow parameter.
 
496
 
 
497
Erkin Bahceci <erkinbah@gmail.com>      2008-08-21
 
498
 
 
499
    Fix multiple output problem in curved/horiz.fold/wave.
 
500
 
 
501
Erkin Bahceci <erkinbah@gmail.com>      2008-08-17
 
502
 
 
503
    Rearrange some code in focusfade.
 
504
 
 
505
Erkin Bahceci <erkinbah@gmail.com>      2008-08-17
 
506
 
 
507
    Fix wrong opacity during focusfade with trailfocus.
 
508
 
 
509
Erkin Bahceci <erkinbah@gmail.com>      2008-08-06
 
510
 
 
511
    Fix blur/reflex/neg conflicts with wave/dream/horizfold/curvedfold.
 
512
    
 
513
    * Modifications for wave, dream, horizfold, curvedfold to avoid using
 
514
    the Q texture coordinate, which was causing conflicts with blur/reflex/neg.
 
515
    
 
516
    * Amplitude option changes for these effects due to their new implementations.
 
517
    
 
518
    * Plus some code refactoring.
 
519
 
 
520
Erkin Bahceci <erkinbah@gmail.com>      2008-07-18
 
521
 
 
522
    Fix a crash during focus fade.
 
523
    
 
524
    Specifically while a window that was in a "focus chain" was being "finished",
 
525
    it was still being left in the chain. This commit fixes that.
 
526
 
 
527
Danny Baumann <dannybaumann@web.de>     2008-07-18
 
528
 
 
529
    Always return TRUE after sucessfully processing screen option changes.
 
530
 
 
531
Erkin Bahceci <erkinbah@gmail.com>      2008-07-16
 
532
 
 
533
    Reduce CPU use in magiclamp, dream, wave, rollup, horiz/curvedfold.
 
534
    
 
535
    This commit optimizes these animations to avoid doing the same things
 
536
    over and over again for every model object.
 
537
 
 
538
Erkin Bahceci <erkinbah@gmail.com>      2008-07-15
 
539
 
 
540
    Remove unnecessary parameter.
 
541
 
 
542
Erkin Bahceci <erkinbah@gmail.com>      2008-07-15
 
543
 
 
544
    Reduce CPU usage in non-dodge/focusfade animations.
 
545
    
 
546
    The walker interface is only necessary for dodge and focus fade animations,
 
547
    but it was being used for all of them. This commit fixes that.
 
548
 
 
549
Erkin Bahceci <erkinbah@gmail.com>      2008-06-30
 
550
 
 
551
    Damage window region if it's killed during animation.
 
552
    
 
553
    This probably fixes the occasional gksu artifacts (bug 949).
 
554
 
 
555
Erkin Bahceci <erkinbah@gmail.com>      2008-06-21
 
556
 
 
557
    Plug mem leak.
 
558
 
 
559
Erkin Bahceci <erkinbah@gmail.com>      2008-06-12
 
560
 
 
561
    Fix excess damaging in burn/beamup.
 
562
 
 
563
Danny Baumann <dannybaumann@web.de>     2008-06-09
 
564
 
 
565
    Use icon geometry stored in CompWindow struct.
 
566
 
 
567
Danny Baumann <dannybaumann@web.de>     2008-06-08
 
568
 
 
569
    Plug mem leak.
 
570
 
 
571
Danny Baumann <dannybaumann@web.de>     2008-06-07
 
572
 
 
573
    Plug mem leaks.
 
574
 
 
575
Erkin Bahceci <erkinbah@gmail.com>      2008-05-09
 
576
 
 
577
    Fix crash during magic lamp animation (bug 932).
 
578
 
 
579
Erkin Bahceci <erkinbah@gmail.com>      2008-05-04
 
580
 
 
581
    Prevent dodging of nonmatching windows (like toolbars).
 
582
 
 
583
Erkin Bahceci <erkinbah@gmail.com>      2008-04-29
 
584
 
 
585
    Restore shade model (bug 919).
 
586
 
 
587
Erkin Bahceci <erkinbah@gmail.com>      2008-04-29
 
588
 
 
589
    Use more realistic lighting in animations.
 
590
    
 
591
    For animations like explode, leaf spread, etc., side faces of polygon objects
 
592
    were being painted with the same shade as the front face. This changeset
 
593
    enables more accurate lighting in those animations using correct side face
 
594
    normals. Also we now allow polygon objects with 0 thickness. Airplane normals
 
595
    are removed as side face normals are not necessary for 0-thickness objects.
 
596
 
 
597
Danny Baumann <dannybaumann@web.de>     2008-04-22
 
598
 
 
599
    Optimizations.
 
600
 
 
601
Erkin Bahceci <erkinbah@gmail.com>      2008-04-21
 
602
 
 
603
    Fix all possible freezes for good.
 
604
    
 
605
    This adds a cycle check so that a cycle doesn't happen anymore during
 
606
    focus animations, which was the source of all the freezes. Specifically
 
607
    there was still a freeze that happened in some cases with gobby with
 
608
    dodge set as the focus animation, and this is fixed now.
 
609
 
 
610
Erkin Bahceci <erkinbah@gmail.com>      2008-04-21
 
611
 
 
612
    Simplify the last commit.
 
613
 
 
614
Erkin Bahceci <erkinbah@gmail.com>      2008-04-21
 
615
 
 
616
    Fix freeze (bug 906).
 
617
 
 
618
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
 
619
 
 
620
    CMake build file.
 
621
 
 
622
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
 
623
 
 
624
    Makefile update.
 
625
 
 
626
Erkin Bahceci <erkinbah@gmail.com>      2008-03-29
 
627
 
 
628
    Fix artifacts in Rollup animation.
 
629
 
 
630
Merge: 25f20f4 4d561a9
 
631
Erkin Bahceci <erkinbah@gmail.com>      2008-03-16
 
632
 
 
633
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
634
 
 
635
Erkin Bahceci <erkinbah@gmail.com>      2008-03-16
 
636
 
 
637
    Fix 1st unminimize anim. after compiz (re)start.
 
638
    
 
639
    Windows that were in minimized state when compiz is (re)started are being
 
640
    animated with the open animation instead of the unminimize animation when
 
641
    unminimized the first time. This fixes that bug, so that unminimize
 
642
    animation is played for such windows on the first unminimize.
 
643
 
 
644
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
645
 
 
646
    Makefile update.
 
647
 
 
648
Merge: a95ae39 762e18c
 
649
Erkin Bahceci <erkinbah@gmail.com>      2008-03-14
 
650
 
 
651
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
652
 
 
653
Erkin Bahceci <erkinbah@gmail.com>      2008-03-14
 
654
 
 
655
    Fix crash due to last commit (e.g. with razr).
 
656
 
 
657
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
658
 
 
659
    Makefile update.
 
660
 
 
661
Erkin Bahceci <erkinbah@gmail.com>      2008-03-12
 
662
 
 
663
    Use core changes in Animation. Refactor some code.
 
664
    
 
665
    Also take multiple texture units into account and add more comments.
 
666
 
 
667
Merge: ed1c60b bea31b8
 
668
Danny Baumann <dannybaumann@web.de>     2008-03-12
 
669
 
 
670
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/animation
 
671
 
 
672
Danny Baumann <dannybaumann@web.de>     2008-03-12
 
673
 
 
674
    Makefile update
 
675
 
 
676
Erkin Bahceci <erkinbah@gmail.com>      2008-03-11
 
677
 
 
678
    Use better gksu/logout window match.
 
679
 
 
680
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
681
 
 
682
    Cancel focus fade properly on no overlap.
 
683
 
 
684
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
685
 
 
686
    Prevent focus fade when windows don't overlap.
 
687
 
 
688
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
689
 
 
690
    Clean up.
 
691
 
 
692
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
693
 
 
694
    Remove unused variable.
 
695
 
 
696
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
697
 
 
698
    Refactor code.
 
699
 
 
700
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
701
 
 
702
    Fix slight jump in the middle of magic lamp anim.
 
703
 
 
704
Erkin Bahceci <erkinbah@gmail.com>      2008-03-08
 
705
 
 
706
    Use regex for logout window.
 
707
 
 
708
Erkin Bahceci <erkinbah@gmail.com>      2008-02-27
 
709
 
 
710
    Remove unnecessary switcher window workaround.
 
711
 
 
712
Erkin Bahceci <erkinbah@gmail.com>      2008-02-26
 
713
 
 
714
    Group utility with tooltip, remove from minimize matches.
 
715
    
 
716
    Utility windows should be distinguished from normal windows by default.
 
717
    It's more suitable to group them together with tooltips and notifications.
 
718
 
 
719
Erkin Bahceci <erkinbah@gmail.com>      2008-02-24
 
720
 
 
721
    Make sidekick symmetric.
 
722
 
 
723
Erkin Bahceci <erkinbah@gmail.com>      2008-02-23
 
724
 
 
725
    Fix crash by mismatch in anim selection (bug 761).
 
726
    
 
727
    3 columns in "Animation Selection" were already being checked for mismatch.
 
728
    This adds a check for the 4th column "options" and updates the error message.
 
729
 
 
730
Danny Baumann <dannybaumann@web.de>     2008-02-19
 
731
 
 
732
    Damage bounding box only if not finishing.
 
733
 
 
734
Erkin Bahceci <erkinbah@gmail.com>      2008-02-10
 
735
 
 
736
    Fix broken focus fade / dodge for dialogs.
 
737
    
 
738
    Fixes broken focus animations for child windows like dialog, utility, ...
 
739
 
 
740
Erkin Bahceci <erkinbah@gmail.com>      2008-02-10
 
741
 
 
742
    Safety measure against circular focus chains.
 
743
 
 
744
Erkin Bahceci <erkinbah@gmail.com>      2008-02-10
 
745
 
 
746
    Fix focus freeze with xine setup window.
 
747
 
 
748
Erkin Bahceci <erkinbah@gmail.com>      2008-02-07
 
749
 
 
750
    Fix animation artifacts.
 
751
    
 
752
    Fixes damage problems with razr/domino by taking the rotation axis offset
 
753
    into consideration, and possibly with other effects by removing unnecessary
 
754
    ending lastBB update.
 
755
 
 
756
Erkin Bahceci <erkinbah@gmail.com>      2008-02-05
 
757
 
 
758
    Clarification.
 
759
 
 
760
Erkin Bahceci <erkinbah@gmail.com>      2008-01-27
 
761
 
 
762
    Fix bug 381: Dark decoration textures in 3D effects.
 
763
    
 
764
    This fixes the problem of dark window decoration textures in
 
765
    airplane, domino, explode, fold, leaf spread, razr, and skewer effects.
 
766
 
 
767
Erkin Bahceci <erkinbah@gmail.com>      2008-01-25
 
768
 
 
769
    Fix possible freeze.
 
770
 
 
771
Erkin Bahceci <erkinbah@gmail.com>      2008-01-25
 
772
 
 
773
    Remove unnecessary return value and code.
 
774
 
 
775
Erkin Bahceci <erkinbah@gmail.com>      2008-01-24
 
776
 
 
777
    Always make animations progress.
 
778
 
 
779
Erkin Bahceci <erkinbah@gmail.com>      2008-01-24
 
780
 
 
781
    Properly abort failed animation.
 
782
 
 
783
Erkin Bahceci <erkinbah@gmail.com>      2008-01-23
 
784
 
 
785
    Fix an occassional freeze.
 
786
    
 
787
    Resets stacking related info (for focus effects) upon open, close,
 
788
    (un)minimize events. Lack of this was the likely cause of a rare freeze
 
789
    with focus fade effect.
 
790
 
 
791
Erkin Bahceci <erkinbah@gmail.com>      2008-01-23
 
792
 
 
793
    Refactor and add a pixmap check for close event.
 
794
 
 
795
Erkin Bahceci <erkinbah@gmail.com>      2008-01-23
 
796
 
 
797
    Fix finite freeze w/ superkaramba after monitor standby.
 
798
    
 
799
    Some system monitor applications like superkaramba widgets
 
800
    (create and) destroy an (invisible) window every second, which
 
801
    was triggering an unnecessary addWindowDamage in Animation
 
802
    plugin for those windows. When the monitor is in stand-by mode,
 
803
    compiz doesn't redraw the screen, causing these (potential)
 
804
    closing animations to be delayed until the user returns
 
805
    leading to high cpu usage or a (finite) freeze at that time.
 
806
    This fix prevents the problem by not calling addWindowDamage
 
807
    for such windows.
 
808
 
 
809
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
 
810
 
 
811
    Makefile update.
 
812
 
 
813
Erkin Bahceci <erkinbah@gmail.com>      2008-01-11
 
814
 
 
815
    Remove unnecessary variable.
 
816
 
 
817
Erkin Bahceci <erkinbah@gmail.com>      2008-01-10
 
818
 
 
819
    Optimize Burn and Beamup.
 
820
 
 
821
Erkin Bahceci <erkinbah@gmail.com>      2008-01-09
 
822
 
 
823
    Fix possible crash (bug 714).
 
824
 
 
825
Erkin Bahceci <erkinbah@gmail.com>      2007-12-25
 
826
 
 
827
    Fix drawing of polygon effects only on current cube side.
 
828
 
 
829
Erkin Bahceci <erkinbah@gmail.com>      2007-12-25
 
830
 
 
831
    Don't draw burn/beamup particles on all cube sides.
 
832
 
 
833
Erkin Bahceci <erkinbah@gmail.com>      2007-12-23
 
834
 
 
835
    Fix freeze after Switcher usage (bug 705).
 
836
    
 
837
    Fixes the freeze by properly cleaning all stacking related variables after
 
838
    Switcher is used to restack windows.
 
839
 
 
840
Erkin Bahceci <erkinbah@gmail.com>      2007-12-10
 
841
 
 
842
    Fix crash on cleanup. Should fix bug 671.
 
843
 
 
844
Merge: f5e33cd f112f5f
 
845
Erkin Bahceci <erkinbah@gmail.com>      2007-12-09
 
846
 
 
847
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
848
 
 
849
Erkin Bahceci <erkinbah@gmail.com>      2007-12-09
 
850
 
 
851
    Handle possible null pointer. Should fix bug 667.
 
852
 
 
853
Merge: da88cf5 47b445c
 
854
Danny Baumann <dannybaumann@web.de>     2007-10-27
 
855
 
 
856
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/animation
 
857
    
 
858
    Conflicts:
 
859
    
 
860
animation.c           
 
861
 
 
862
Danny Baumann <dannybaumann@web.de>     2007-10-24
 
863
 
 
864
    Use CompVector.
 
865
 
 
866
Danny Baumann <dannybaumann@web.de>     2007-10-24
 
867
 
 
868
    Correct arguments.
 
869
 
 
870
Danny Baumann <dannybaumann@web.de>     2007-10-24
 
871
 
 
872
    resetToIdentity is no longer present.
 
873
 
 
874
Danny Baumann <dannybaumann@web.de>     2007-10-24
 
875
 
 
876
    Complete using core matrix functions.
 
877
 
 
878
Danny Baumann <dannybaumann@web.de>     2007-10-24
 
879
 
 
880
    Use core's matrix functions.
 
881
 
 
882
Erkin Bahceci <erkinbah@gmail.com>      2007-10-22
 
883
 
 
884
    Make sure dodging windows get one last damage.
 
885
 
 
886
Erkin Bahceci <erkinbah@gmail.com>      2007-10-22
 
887
 
 
888
    Fix focus anim freeze when quickly alternating focus.
 
889
 
 
890
Erkin Bahceci <erkinbah@gmail.com>      2007-10-22
 
891
 
 
892
    Cleanup, indent.
 
893
 
 
894
Erkin Bahceci <erkinbah@gmail.com>      2007-10-22
 
895
 
 
896
    Fix focus fade with multiple utility windows (e.g. gobby).
 
897
 
 
898
Erkin Bahceci <erkinbah@gmail.com>      2007-10-22
 
899
 
 
900
    Walker interface for focus effects.
 
901
 
 
902
Erkin Bahceci <erkinbah@gmail.com>      2007-10-13
 
903
 
 
904
    Prevent focus anim after Switcher when zoom is low.
 
905
    
 
906
    This prevents the unintended focus animation that happens right after
 
907
    Switcher is done, when Switcher's zoom option value is close to 0.
 
908
 
 
909
Danny Baumann <dannybaumann@web.de>     2007-09-19
 
910
 
 
911
    Initialize as->output to a valid output structure.
 
912
    This prevents a crash in the first preparePaintScreen call because as->output is assigned in paintOutput.
 
913
 
 
914
Erkin Bahceci <erkinbah@gmail.com>      2007-09-15
 
915
 
 
916
    Multi-monitor: Optimize damaging and fix perspective.
 
917
    
 
918
    Now the damaged region should be minimal on multiple monitors too.
 
919
 
 
920
Erkin Bahceci <erkinbah@gmail.com>      2007-09-13
 
921
 
 
922
    Fix polygon-based glide damaging with multiple monitors.
 
923
    Polygon perspective correction on multiple monitors need to be fixed
 
924
    for a more proper solution.
 
925
 
 
926
Danny Baumann <dannybaumann@web.de>     2007-09-07
 
927
 
 
928
    Track core changes.
 
929
 
 
930
Jigish Gohil <cyberorg@prime.cyberorg.info>     2007-09-06
 
931
 
 
932
    typo correction, thanks Excentrik
 
933
 
 
934
Erkin Bahceci <erkinbah@gmail.com>      2007-09-03
 
935
 
 
936
    Play better with bs (focus effects). Small optimization.
 
937
 
 
938
Erkin Bahceci <erkinbah@gmail.com>      2007-09-03
 
939
 
 
940
    Further optimize dodge.
 
941
 
 
942
Erkin Bahceci <erkinbah@gmail.com>      2007-09-02
 
943
 
 
944
    Fix crash (Avoid possibly creating damage box with negative size).
 
945
 
 
946
Erkin Bahceci <erkinbah@gmail.com>      2007-09-02
 
947
 
 
948
    Quick fix for multi-monitor damaging (should be further optimized).
 
949
 
 
950
Erkin Bahceci <erkinbah@gmail.com>      2007-09-02
 
951
 
 
952
    Fix glide transform (and damaging).
 
953
 
 
954
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
955
 
 
956
    Fully damage window for magic lamp with menus.
 
957
 
 
958
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
959
 
 
960
    Fix 1 pixel line artifact.
 
961
 
 
962
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
963
 
 
964
    Correct wave direction.
 
965
 
 
966
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
967
 
 
968
    Equalize dream duration with others. Move constants.
 
969
 
 
970
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
971
 
 
972
    Remove unnecessary variable.
 
973
 
 
974
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
975
 
 
976
    Fix initial damage of dodging windows.
 
977
 
 
978
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
979
 
 
980
    Do shadow damaging for future polygon-based focus effects.
 
981
 
 
982
Erkin Bahceci <erkinbah@gmail.com>      2007-09-01
 
983
 
 
984
    Fix dodge damaging.
 
985
 
 
986
Erkin Bahceci <erkinbah@gmail.com>      2007-08-31
 
987
 
 
988
    Initialize variable.
 
989
 
 
990
Merge: 6925ab6 24f4fdd
 
991
Erkin Bahceci <erkinbah@gmail.com>      2007-08-31
 
992
 
 
993
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
994
 
 
995
Erkin Bahceci <erkinbah@gmail.com>      2007-08-31
 
996
 
 
997
    Fix explode tessellation.
 
998
 
 
999
Erkin Bahceci <erkinbah@gmail.com>      2007-08-31
 
1000
 
 
1001
    Reduce animation cpu/gpu usage by damaging minimally.
 
1002
    
 
1003
    At each animation step, damage only the parts of the screen that should
 
1004
    be updated instead of the whole screen. The smaller the animated window
 
1005
    and the larger the screen resolution, the higher the performance improvement
 
1006
    will be (especially tooltip and menu animations will benefit significantly).
 
1007
    This changeset affects all animation effects except Airplane.
 
1008
 
 
1009
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
1010
 
 
1011
    Fix typo.
 
1012
 
 
1013
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
1014
 
 
1015
    Revert accidential change.
 
1016
 
 
1017
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
1018
 
 
1019
    Track core changes.
 
1020
 
 
1021
Merge: ed8489f 0d046f7
 
1022
Erkin Bahceci <erkinbah@gmail.com>      2007-08-20
 
1023
 
 
1024
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
1025
 
 
1026
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-20
 
1027
 
 
1028
    const char*
 
1029
 
 
1030
Erkin Bahceci <erkinbah@gmail.com>      2007-08-19
 
1031
 
 
1032
    Remove unused variables.
 
1033
 
 
1034
Erkin Bahceci <erkinbah@gmail.com>      2007-08-18
 
1035
 
 
1036
    Remove unused code.
 
1037
 
 
1038
Roland Baer <roland@verifysoft.net>     2007-08-15
 
1039
 
 
1040
    Fix missing check on animEnsureModel().
 
1041
 
 
1042
Erkin Bahceci <erkinbah@gmail.com>      2007-08-11
 
1043
 
 
1044
    Make perceived durations same across all effects.
 
1045
    (Adjusts domino, razr, explode, and leafspread duration multiplier).
 
1046
 
 
1047
Erkin Bahceci <erkinbah@gmail.com>      2007-08-11
 
1048
 
 
1049
    Set default Fold direction to Out.
 
1050
 
 
1051
Erkin Bahceci <erkinbah@gmail.com>      2007-08-07
 
1052
 
 
1053
    Fix gnome 2.19.X shutdown dialog & dimming layer handling.
 
1054
    (Animate shutdown dialog, but not dimming layer).
 
1055
 
 
1056
Erkin Bahceci <erkinbah@gmail.com>      2007-08-07
 
1057
 
 
1058
    Make airplane follow pointer during close animation.
 
1059
 
 
1060
Danny Baumann <dannybaumann@web.de>     2007-08-07
 
1061
 
 
1062
    Fix some compiler warnings.
 
1063
 
 
1064
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-06
 
1065
 
 
1066
    Makefile update.
 
1067
 
 
1068
Erkin Bahceci <erkinbah@gmail.com>      2007-08-06
 
1069
 
 
1070
    Fix Airplane path end point.
 
1071
 
 
1072
Erkin Bahceci <erkinbah@gmail.com>      2007-08-05
 
1073
 
 
1074
    Better error message.
 
1075
 
 
1076
Erkin Bahceci <erkinbah@gmail.com>      2007-08-05
 
1077
 
 
1078
    Update first-effect-setting constant.
 
1079
 
 
1080
Erkin Bahceci <erkinbah@gmail.com>      2007-08-05
 
1081
 
 
1082
    Tweak Skewer defaults.
 
1083
 
 
1084
Carlo Palma <carlopalma@salug.it>       2007-08-05
 
1085
 
 
1086
    New effect: Airplane
 
1087
 
 
1088
Tomasz Kolodziejski <tkolodziejski@gmail.com>   2007-08-05
 
1089
 
 
1090
    New effects: Fold & Skewer
 
1091
 
 
1092
Danny Baumann <dannybaumann@web.de>     2007-07-31
 
1093
 
 
1094
    Use event name from structure rather than a hardcoded one for comparison.
 
1095
 
 
1096
Erkin Bahceci <erkinbah@gmail.com>      2007-07-29
 
1097
 
 
1098
    Clean up.
 
1099
 
 
1100
Erkin Bahceci <erkinbah@gmail.com>      2007-07-29
 
1101
 
 
1102
    Some polygon engine additions for complex effects.
 
1103
 
 
1104
Erkin Bahceci <erkinbah@gmail.com>      2007-07-29
 
1105
 
 
1106
    Clean up commented code.
 
1107
 
 
1108
Erkin Bahceci <erkinbah@gmail.com>      2007-07-29
 
1109
 
 
1110
    Fix screen lock window handling after workaround changes.
 
1111
 
 
1112
Erkin Bahceci <erkinbah@gmail.com>      2007-07-29
 
1113
 
 
1114
    Fix KDE menus.
 
1115
    Please do more testing before removing stuff ;)
 
1116
 
 
1117
Danny Baumann <dannybaumann@web.de>     2007-07-28
 
1118
 
 
1119
    Remove animation workarounds (handled by workarounds plugin).
 
1120
 
 
1121
Erkin Bahceci <erkinbah@gmail.com>      2007-07-28
 
1122
 
 
1123
    Don't animate during Shift. Get rid of code repetition.
 
1124
 
 
1125
Erkin Bahceci <erkinbah@gmail.com>      2007-07-27
 
1126
 
 
1127
    Get rid of a constant.
 
1128
 
 
1129
Roland Baer <roland@verifysoft.net>     2007-07-27
 
1130
 
 
1131
    Minor memory leak fixes.
 
1132
 
 
1133
Erkin Bahceci <erkinbah@gmail.com>      2007-07-27
 
1134
 
 
1135
    Set min explode thickness to 1. Fix descriptions.
 
1136
    This prevents the flashing when thickness is small.
 
1137
 
 
1138
Erkin Bahceci <erkinbah@gmail.com>      2007-07-25
 
1139
 
 
1140
    Fix crash on (un)shading during focus effect.
 
1141
 
 
1142
Erkin Bahceci <erkinbah@gmail.com>      2007-07-25
 
1143
 
 
1144
    Fix overflow in "no window above when lowering" case.
 
1145
 
 
1146
Erkin Bahceci <erkinbah@gmail.com>      2007-07-25
 
1147
 
 
1148
    Fix freeing after event order change.
 
1149
 
 
1150
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-25
 
1151
 
 
1152
    Fixed memory corruption.
 
1153
 
 
1154
Erkin Bahceci <erkinbah@gmail.com>      2007-07-25
 
1155
 
 
1156
    Re-enable gksudo darkening layer anim prevention.
 
1157
 
 
1158
Erkin Bahceci <erkinbah@gmail.com>      2007-07-24
 
1159
 
 
1160
    Implement options string for anim selection lists.
 
1161
    These are comma separated lists of option value assignments to
 
1162
    override effect settings, such as:
 
1163
    fire_color=#0080ffff, fire_particles=700, fire_smoke=1
 
1164
    Only the options in the "Effect Settings" group can be used here.
 
1165
    An html documentation of all options can be generated with optionDocGen.xslt
 
1166
    under the Documentation project in git by doing
 
1167
    xsltproc -o animationDoc.html optionDocGen.xslt /usr/share/compiz/animation.xml
 
1168
 
 
1169
Erkin Bahceci <erkinbah@gmail.com>      2007-07-23
 
1170
 
 
1171
    Fix dodge.
 
1172
 
 
1173
Erkin Bahceci <erkinbah@gmail.com>      2007-07-22
 
1174
 
 
1175
    Switch durations to ms because of gconf. Rename options.
 
1176
    Switching to integer millisecond durations, since gconf apparently
 
1177
    doesn't support float lists.
 
1178
    Renaming effect, duration, match options to plurals (which make
 
1179
    more sense anyway) to prevent any problems related to this duration
 
1180
    change and the recent switch to multiple effect selection.
 
1181
 
 
1182
Erkin Bahceci <erkinbah@gmail.com>      2007-07-22
 
1183
 
 
1184
    Minor code reorganization.
 
1185
 
 
1186
Erkin Bahceci <erkinbah@gmail.com>      2007-07-22
 
1187
 
 
1188
    Plug the memory leak.
 
1189
 
 
1190
Erkin Bahceci <erkinbah@gmail.com>      2007-07-22
 
1191
 
 
1192
    Fix lack of focus animations after using switcher.
 
1193
 
 
1194
Merge: b8171dd 6d5e713
 
1195
Danny Baumann <dannybaumann@web.de>     2007-07-21
 
1196
 
 
1197
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/animation
 
1198
 
 
1199
Danny Baumann <dannybaumann@web.de>     2007-07-21
 
1200
 
 
1201
    Minor cleanup.
 
1202
 
 
1203
Erkin Bahceci <erkinbah@gmail.com>      2007-07-21
 
1204
 
 
1205
    Add window-centered perspective correction to polygon engine.
 
1206
 
 
1207
Roland Baer <roland@Vista.(none)>       2007-07-18
 
1208
 
 
1209
    animation unused vars
 
1210
 
 
1211
Erkin Bahceci <erkinbah@gmail.com>      2007-07-16
 
1212
 
 
1213
    Put empty descriptions for now.
 
1214
 
 
1215
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-16
 
1216
 
 
1217
    Remove obsolete deps/features from vtable
 
1218
 
 
1219
Erkin Bahceci <erkinbah@gmail.com>      2007-07-15
 
1220
 
 
1221
    Correct notification-daemon window type.
 
1222
 
 
1223
Merge: acbd508 70b1628
 
1224
Erkin Bahceci <erkinbah@gmail.com>      2007-07-14
 
1225
 
 
1226
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
1227
 
 
1228
Erkin Bahceci <erkinbah@gmail.com>      2007-07-14
 
1229
 
 
1230
    Implement multiple effect selection. Rename create -> open.
 
1231
    And a little cleanup.
 
1232
 
 
1233
Danny Baumann <dannybaumann@web.de>     2007-07-13
 
1234
 
 
1235
    Properly handle out-of-memory conditions when updating the client list copy.
 
1236
 
 
1237
Danny Baumann <dannybaumann@web.de>     2007-07-13
 
1238
 
 
1239
    Properly initialize variables for the client list storage.
 
1240
 
 
1241
Erkin Bahceci <erkinbah@gmail.com>      2007-07-12
 
1242
 
 
1243
    Replace simple matchEvals with strcmp.
 
1244
 
 
1245
Erkin Bahceci <erkinbah@gmail.com>      2007-07-12
 
1246
 
 
1247
    Simplify match strings by handling workarounds in code.
 
1248
    getActualWinType should be eventually moved to the Workarounds plugin when
 
1249
    it is included and enabled by default in plugins-main.
 
1250
 
 
1251
Erkin Bahceci <erkinbah@gmail.com>      2007-07-11
 
1252
 
 
1253
    Fix lack of focus animation in some cases.
 
1254
 
 
1255
Erkin Bahceci <erkinbah@gmail.com>      2007-07-11
 
1256
 
 
1257
    Hopefully fix the occasional focus anim crash.
 
1258
 
 
1259
Erkin Bahceci <erkinbah@gmail.com>      2007-07-10
 
1260
 
 
1261
    Fix Qt3 menu anim interrupt on 1st opening. Pass on resize notify.
 
1262
 
 
1263
Erkin Bahceci <erkinbah@gmail.com>      2007-07-10
 
1264
 
 
1265
    Fix Qt3 and Qt4 tooltip animations (Regexp plugin should be enabled).
 
1266
 
 
1267
Erkin Bahceci <erkinbah@gmail.com>      2007-07-10
 
1268
 
 
1269
    Little cleanup.
 
1270
 
 
1271
Erkin Bahceci <erkinbah@gmail.com>      2007-07-09
 
1272
 
 
1273
    Fix lack of menu animations in Qt4 applications.
 
1274
 
 
1275
Erkin Bahceci <erkinbah@gmail.com>      2007-07-09
 
1276
 
 
1277
    Change subgroup title.
 
1278
 
 
1279
Erkin Bahceci <erkinbah@gmail.com>      2007-07-09
 
1280
 
 
1281
    Change group title.
 
1282
 
 
1283
Erkin Bahceci <erkinbah@gmail.com>      2007-07-09
 
1284
 
 
1285
    Improve a few descriptions.
 
1286
 
 
1287
Erkin Bahceci <erkinbah@gmail.com>      2007-07-09
 
1288
 
 
1289
    Allow some more time for zoom.
 
1290
 
 
1291
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1292
 
 
1293
    Fix crash when closing gobby.
 
1294
 
 
1295
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1296
 
 
1297
    Fix focusfade hang: focus win A, B, then A, before 1st anim is done.
 
1298
    (where A is not focused initially and A & B are overlapping).
 
1299
 
 
1300
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1301
 
 
1302
    Fix changing window opacity during focus fade.
 
1303
    Shadows will still suffer though. And windows with alpha
 
1304
    (with translucent regions) are not touched,
 
1305
    as this would make them even more opaque during animation.
 
1306
 
 
1307
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1308
 
 
1309
    Change zoom behavior when springiness is 0 to have no bump.
 
1310
 
 
1311
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1312
 
 
1313
    Avoid conflict with FadeDesktop.
 
1314
 
 
1315
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1316
 
 
1317
    Apply Compiz indentation.
 
1318
 
 
1319
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1320
 
 
1321
    Make curved fold amplitude depend on window height.
 
1322
 
 
1323
Erkin Bahceci <erkinbah@gmail.com>      2007-07-08
 
1324
 
 
1325
    Fix KDE secondary windows (they are all treated as drop-down menu now).
 
1326
 
 
1327
Erkin Bahceci <erkinbah@gmail.com>      2007-07-06
 
1328
 
 
1329
    Apply curve change to shade mode too.
 
1330
 
 
1331
Erkin Bahceci <erkinbah@gmail.com>      2007-07-06
 
1332
 
 
1333
    Curvier curved fold.
 
1334
 
 
1335
Erkin Bahceci <erkinbah@gmail.com>      2007-07-06
 
1336
 
 
1337
    Fix zoom springiness.
 
1338
 
 
1339
Erkin Bahceci <erkinbah@gmail.com>      2007-07-06
 
1340
 
 
1341
    Prevent animation of gnome-screensaver black screen.
 
1342
 
 
1343
Erkin Bahceci <erkinbah@gmail.com>      2007-07-06
 
1344
 
 
1345
    Improve movement in magic lamp & vacuum.
 
1346
 
 
1347
Erkin Bahceci <erkinbah@gmail.com>      2007-07-06
 
1348
 
 
1349
    Add magic lamp moving end option (default on). Rename vacuum.
 
1350
    Remove unnecessary options from vacuum.
 
1351
 
 
1352
Danny Baumann <maniac@opencompositing.org>      2007-07-05
 
1353
 
 
1354
    Fix missing anim with transparent cube in magic lamp, dream, folds.
 
1355
 
 
1356
Erkin Bahceci <erkinbah@gmail.com>      2007-07-05
 
1357
 
 
1358
    Move xine, xpdf, gitk, etc. from Open/Close 2 to 1.
 
1359
    (including all unknown windows)
 
1360
 
 
1361
Erkin Bahceci <erkinbah@gmail.com>      2007-07-05
 
1362
 
 
1363
    Prevent gksudo darkening layer animation.
 
1364
 
 
1365
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-03
 
1366
 
 
1367
    Makefile update.
 
1368
 
 
1369
Erkin Bahceci <erkinbah@gmail.com>      2007-07-03
 
1370
 
 
1371
    Add "zoom to taskbar on minimize" and "sidekick zoom from center" options.
 
1372
 
 
1373
Merge: fded361 e9c33a7
 
1374
Erkin Bahceci <erkinbah@gmail.com>      2007-07-03
 
1375
 
 
1376
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
1377
 
 
1378
Erkin Bahceci <erkinbah@gmail.com>      2007-07-03
 
1379
 
 
1380
    Make animations minimize to taskbar. Make RollUp duration consistent.
 
1381
    Improve curved/horizontal fold animations' open/close behavior.
 
1382
 
 
1383
Erkin Bahceci <erkinbah@gmail.com>      2007-07-03
 
1384
 
 
1385
    Move some code between files.
 
1386
 
 
1387
Danny Baumann <dannybaumann@web.de>     2007-07-02
 
1388
 
 
1389
    Added NULL pointer check.
 
1390
    Patch by Roland BƤr.
 
1391
 
 
1392
Danny Baumann <dannybaumann@web.de>     2007-07-02
 
1393
 
 
1394
    Check return value.
 
1395
    Catched by Roland BƤr.
 
1396
 
 
1397
Merge: 281163a ec7e8a8
 
1398
Erkin Bahceci <erkinbah@gmail.com>      2007-07-01
 
1399
 
 
1400
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
1401
 
 
1402
Erkin Bahceci <erkinbah@gmail.com>      2007-07-01
 
1403
 
 
1404
    Emit "activate" event to inform plugins that an animation is in progress.
 
1405
 
 
1406
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-01
 
1407
 
 
1408
    Makefile update.
 
1409
 
 
1410
Merge: 0291252 c0d2a8e
 
1411
Erkin Bahceci <erkinbah@gmail.com>      2007-07-01
 
1412
 
 
1413
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/plugins/animation
 
1414
 
 
1415
Erkin Bahceci <erkinbah@gmail.com>      2007-07-01
 
1416
 
 
1417
    Zoom/Sidekick: Improve motion, set default springiness to 0.
 
1418
 
 
1419
Erkin Bahceci <erkinbah@gmail.com>      2007-07-01
 
1420
 
 
1421
    Glide: Fix lack of drawing of window's back.
 
1422
 
 
1423
Danny Baumann <dannybaumann@web.de>     2007-06-30
 
1424
 
 
1425
    xml -> xml.in
 
1426
 
 
1427
Erkin Bahceci <erkinbah@gmail.com>      2007-06-29
 
1428
 
 
1429
    Fix lack of focus/minimize/shade anim of xine, xterm & some other apps
 
1430
    like gitk, xpdf, xdvi, xvncviewer, xfontsel, ... by adding "unknown"
 
1431
    to match strings.
 
1432
 
 
1433
Erkin Bahceci <erkinbah@gmail.com>      2007-06-29
 
1434
 
 
1435
    Get rid of Switcher window opening animation.
 
1436
 
 
1437
Erkin Bahceci <erkinbah@gmail.com>      2007-06-29
 
1438
 
 
1439
    Fix lack of open & focus anim. for some windows
 
1440
    (e.g. NetworkManager "create new wireless..." dialog).
 
1441
 
 
1442
Erkin Bahceci <erkinbah@gmail.com>      2007-06-29
 
1443
 
 
1444
    Fix BeamUp opacity bug (when the 2 time-step values are different). Remove some unused code.
 
1445
 
 
1446
Erkin Bahceci <erkinbah@gmail.com>      2007-06-28
 
1447
 
 
1448
    Put back sigmoid motion to RollUp.
 
1449
 
 
1450
Erkin Bahceci <erkinbah@gmail.com>      2007-06-28
 
1451
 
 
1452
    Get rid of unnecessary subEffectNo.
 
1453
 
 
1454
Erkin Bahceci <erkinbah@gmail.com>      2007-06-28
 
1455
 
 
1456
    Remove left over header file.
 
1457
 
 
1458
Erkin Bahceci <erkinbah@gmail.com>      2007-06-28
 
1459
 
 
1460
    Simplify and speed up most remaining effects.
 
1461
    Namely curvedfold, dodge, domino, dream, explode3d, horizontalfold,
 
1462
    leafspread, magiclamp, razr, rollup, and wave.
 
1463
 
 
1464
Erkin Bahceci <erkinbah@gmail.com>      2007-06-28
 
1465
 
 
1466
    Simplify and speed up glide (use CompTransform).
 
1467
 
 
1468
Erkin Bahceci <erkinbah@gmail.com>      2007-06-28
 
1469
 
 
1470
    Simplify and speed up sidekick and zoom (use CompTransform).
 
1471
 
 
1472
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
1473
 
 
1474
    Makefile update.
 
1475
 
 
1476
Merge: edf5d2f 9e06ab7
 
1477
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
1478
 
 
1479
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/animation
 
1480
 
 
1481
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
1482
 
 
1483
    Make Coverity happy ;-)
 
1484
 
 
1485
Danny Baumann <dannybaumann@web.de>     2007-06-28
 
1486
 
 
1487
    Fix some possible NULL pointer dereferences.
 
1488
    Thanks to Roland BƤr for catching those.
 
1489
 
 
1490
Danny Baumann <dannybaumann@web.de>     2007-06-23
 
1491
 
 
1492
    dded comments noting that the NUM_EFFECT macros and the actual list size never should become out of sync.
 
1493
 
 
1494
Danny Baumann <dannybaumann@web.de>     2007-06-23
 
1495
 
 
1496
    Add prefix to display private index variable to prevent symbol conflicts.
 
1497
 
 
1498
Danny Baumann <dannybaumann@web.de>     2007-06-23
 
1499
 
 
1500
    Function and variable scope cleanup.
 
1501
    Sort prototypes in header files and get rid of the tiny source-file specific header files.
 
1502
    Move polygon and particle set specific functions to polygon.c / particle.c.
 
1503
 
 
1504
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1505
 
 
1506
    Fix max-dodge-amount update while moving win. Fix going through dialogs when they only intersects during dodge.
 
1507
 
 
1508
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1509
 
 
1510
    Get rid of remaining warnings.
 
1511
 
 
1512
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1513
 
 
1514
    Update Makefile. Get rid of some warnings. Add license note to files.
 
1515
 
 
1516
Merge: 4f493bc 1d60062
 
1517
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1518
 
 
1519
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/compcomm/plugins/animation
 
1520
 
 
1521
Robert Carr <racarr@gorbie.(none)>      2007-06-22
 
1522
 
 
1523
    Working split in to files! thanks maniac.
 
1524
 
 
1525
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1526
 
 
1527
    Dodge support for apps with open dialog/utility windows (file, find dialogs, gobby, etc.).
 
1528
 
 
1529
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1530
 
 
1531
    Fix flashing in focus animation with utility windows.
 
1532
 
 
1533
Erkin Bahceci <erkinbah@gmail.com>      2007-06-22
 
1534
 
 
1535
    Allow focus animations on shaded windows.
 
1536
 
 
1537
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
1538
 
 
1539
    Makefile update.
 
1540
 
 
1541
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
1542
 
 
1543
    Updated Makefile
 
1544
 
 
1545
Erkin Bahceci <erkinbah@gmail.com>      2007-06-10
 
1546
 
 
1547
    Fix indentation.
 
1548
 
 
1549
Erkin Bahceci <erkinbah@gmail.com>      2007-06-10
 
1550
 
 
1551
    Reordered some options. Fixed some options.
 
1552
 
 
1553
Merge: 7f97b2a 9397678
 
1554
Danny Baumann <dannybaumann@web.de>     2007-06-10
 
1555
 
 
1556
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/plugins/animation
 
1557
 
 
1558
Danny Baumann <dannybaumann@web.de>     2007-06-10
 
1559
 
 
1560
    printf -> compLogMessage
 
1561
 
 
1562
Erkin Bahceci <erkinbah@gmail.com>      2007-06-10
 
1563
 
 
1564
    Prevent dodging panels when apps are switching from fullscreen.
 
1565
 
 
1566
Danny Baumann <dannybaumann@web.de>     2007-06-08
 
1567
 
 
1568
    Don't do a fade animation while scale is active.
 
1569
 
 
1570
Erkin Bahceci <erkinbah@gmail.com>      2007-06-07
 
1571
 
 
1572
    Fix Explode.
 
1573
 
 
1574
Erkin Bahceci <erkinbah@gmail.com>      2007-06-07
 
1575
 
 
1576
    Correct indentation.
 
1577
 
 
1578
Treviļæ½o <trevi55@gmail.com>     2007-06-08
 
1579
 
 
1580
    Set right animations for Java apps by default. Hello git! :)
 
1581
 
 
1582
Danny Baumann <dannybaumann@web.de>     2007-06-03
 
1583
 
 
1584
    Use int options and int descriptions for the animation type options.
 
1585
 
 
1586
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1587
 
 
1588
    Avoid crash when using dodge with ring switcher
 
1589
 
 
1590
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1591
 
 
1592
    Fix fade focus and dodge problem when used after switcher
 
1593
 
 
1594
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1595
 
 
1596
    Consistent indentation in xml
 
1597
 
 
1598
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1599
 
 
1600
    Get rid of compile warnings
 
1601
 
 
1602
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1603
 
 
1604
    Add some Makefile options
 
1605
 
 
1606
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1607
 
 
1608
    * commit msg test: (a), d.e. a / b
 
1609
    * a
 
1610
 
 
1611
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1612
 
 
1613
    push test /
 
1614
 
 
1615
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1616
 
 
1617
    * New focus effect: Dodge  (idea from Dennis Kasprzyk)
 
1618
    * Dodge Gap Ratio option
 
1619
    * Fix focus stacking (lowering case with 2 windows)
 
1620
    * Allow animations with CompTransform
 
1621
    * Allow modelless animations, i.e. using only CompTransform, WindowPaintAttrib
 
1622
    * Remove duplicate functions
 
1623
 
 
1624
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1625
 
 
1626
    * push test
 
1627
    * case correction
 
1628
 
 
1629
Erkin Bahceci <erkinbah@gmail.com>      2007-06-02
 
1630
 
 
1631
    test commit
 
1632
 
 
1633
Merge: 200ef55 badae01
 
1634
Erkin Bahceci <erkinbah@gmail.com>      2007-05-31
 
1635
 
 
1636
    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/compcomm/plugins/animation
 
1637
 
 
1638
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-01
 
1639
 
 
1640
    Applied lastest core changes
 
1641
 
 
1642
Erkin Bahceci <erkinbah@gmail.com>      2007-05-29
 
1643
 
 
1644
    Rename function and little clean-up.
 
1645
 
 
1646
Erkin Bahceci <erkinbah@gmail.com>      2007-05-29
 
1647
 
 
1648
    Variable relocation.
 
1649
 
 
1650
Danny Baumann <dannybaumann@web.de>     2007-05-21
 
1651
 
 
1652
    Fix basic metadata for former string options.
 
1653
 
 
1654
Danny Baumann <dannybaumann@web.de>     2007-05-21
 
1655
 
 
1656
    Begin to convert animation to use int descriptions.
 
1657
 
 
1658
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-21
 
1659
 
 
1660
    Makefile update
 
1661
 
 
1662
Erkin Bahceci <erkinbah@gmail.com>      2007-05-18
 
1663
 
 
1664
    Reduce duration option precisions.
 
1665
 
 
1666
Erkin Bahceci <erkinbah@gmail.com>      2007-05-18
 
1667
 
 
1668
    Springy Zoom and Sidekick (with springiness options).
 
1669
 
 
1670
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-16
 
1671
 
 
1672
    added new dependency rules
 
1673
 
 
1674
Erkin Bahceci <erkinbah@gmail.com>      2007-05-15
 
1675
 
 
1676
    Disabled setting of 0 wave amplitude in magic lamp.
 
1677
 
 
1678
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-15
 
1679
 
 
1680
    disabled setting of 0 waves in magic lamp with modified metadata
 
1681
 
 
1682
Erkin Bahceci <erkinbah@gmail.com>      2007-05-12
 
1683
 
 
1684
    Fix focus-fade flashing problem when Group plugin forms a tabbed window group.
 
1685
 
 
1686
marex <marex@beryl-project.org> 2007-05-12
 
1687
 
 
1688
    Grouped the options in the metadata
 
1689
 
 
1690
Erkin Bahceci <erkinbah@gmail.com>      2007-05-12
 
1691
 
 
1692
    Fix typo.
 
1693
 
 
1694
Erkin Bahceci <erkinbah@gmail.com>      2007-05-12
 
1695
 
 
1696
    Fix fade-focus conflict with Group's tab change animation.
 
1697
 
 
1698
Erkin Bahceci <erkinbah@gmail.com>      2007-05-12
 
1699
 
 
1700
    Avoid division by zero.
 
1701
 
 
1702
Erkin Bahceci <erkinbah@gmail.com>      2007-05-11
 
1703
 
 
1704
    Fix missing AnimEffectProperties.
 
1705
 
 
1706
Erkin Bahceci <erkinbah@gmail.com>      2007-05-11
 
1707
 
 
1708
    Fix effect count bug, and minor typo.
 
1709
 
 
1710
Danny Baumann <dannybaumann@web.de>     2007-05-10
 
1711
 
 
1712
    Syntax fix.
 
1713
 
 
1714
Danny Baumann <dannybaumann@web.de>     2007-05-10
 
1715
 
 
1716
    Fix some of the most weird indentations.
 
1717
    Still some more work to do. Sue automatic indentation :-/
 
1718
 
 
1719
Danny Baumann <dannybaumann@web.de>     2007-05-10
 
1720
 
 
1721
    Some minor cleanup.
 
1722
 
 
1723
Erkin Bahceci <erkinbah@gmail.com>      2007-05-09
 
1724
 
 
1725
    Fix explode tessellation default.
 
1726
 
 
1727
Erkin Bahceci <erkinbah@gmail.com>      2007-05-09
 
1728
 
 
1729
    Fix "empty random effect list" behavior.
 
1730
 
 
1731
Erkin Bahceci <erkinbah@gmail.com>      2007-05-09
 
1732
 
 
1733
    Fix explode tessellation option.
 
1734
 
 
1735
Erkin Bahceci <erkinbah@gmail.com>      2007-05-09
 
1736
 
 
1737
    Fix random effects.
 
1738
 
 
1739
Erkin Bahceci <erkinbah@gmail.com>      2007-05-09
 
1740
 
 
1741
    Fix horizontal folds option.
 
1742
 
 
1743
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-09
 
1744
 
 
1745
    fake commit to move animation to the merged repo
 
1746
    removed animation.schema (the Makefile generates one from the xml file)
 
1747
 
 
1748
Merge: b8a9f57 a8b2ca0
 
1749
marex <marex@beryl-project.org> 2007-05-09
 
1750
 
 
1751
    Merge with git+ssh://marex@git.beryl-project.org/git/compcomm/plugins/animation
 
1752
 
 
1753
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-09
 
1754
 
 
1755
    Makefile update
 
1756
 
 
1757
marex <marex@beryl-project.org> 2007-05-09
 
1758
 
 
1759
    Fixed metadata category
 
1760
 
 
1761
Danny Baumann <dannybaumann@web.de>     2007-05-09
 
1762
 
 
1763
    Revert accidential change.
 
1764
 
 
1765
Merge: 8a1d66d 92c6e0b
 
1766
Danny Baumann <dannybaumann@web.de>     2007-05-09
 
1767
 
 
1768
    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/plugins/animation
 
1769
 
 
1770
Danny Baumann <dannybaumann@web.de>     2007-05-09
 
1771
 
 
1772
    Remove Beryl leftover.
 
1773
 
 
1774
Danny Baumann <dannybaumann@web.de>     2007-05-09
 
1775
 
 
1776
    Make animation plugin use the new metadata system.
 
1777
 
 
1778
Roi Cohen <roico@roico-desktop.(none)>  2007-05-08
 
1779
 
 
1780
    fix a typo in makefile
 
1781
 
 
1782
Erkin Bahceci <erkinbah@gmail.com>      2007-05-08
 
1783
 
 
1784
    Avoid "switcher minimization" problem by dropping minimize triggering on "no window icon geometry" cases (no window list applet case).
 
1785
 
 
1786
Merge: 22ce758 d370696
 
1787
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-07
 
1788
 
 
1789
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/compcomm/plugins/animation
 
1790
 
 
1791
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-07
 
1792
 
 
1793
    updated Makefile
 
1794
 
 
1795
Erkin Bahceci <erkinbah@gmail.com>      2007-05-06
 
1796
 
 
1797
    metadata: Added categories.
 
1798
 
 
1799
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-06
 
1800
 
 
1801
    updated makefile
 
1802
 
 
1803
Guillaume Seguin <ixce@ed3n-m.(none)>   2007-05-06
 
1804
 
 
1805
    Fix Makefile typo
 
1806
 
 
1807
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-06
 
1808
 
 
1809
    updated Makefile
 
1810
 
 
1811
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-06
 
1812
 
 
1813
    updated Makefile
 
1814
 
 
1815
Erkin Bahceci <erkinbah@gmail.com>      2007-05-04
 
1816
 
 
1817
    Complete updating animation.xml for latest changes to animation options.
 
1818
 
 
1819
Danny Baumann <dannybaumann@web.de>     2007-05-04
 
1820
 
 
1821
    Adapt animation for latest Compiz git.
 
1822
 
 
1823
Erkin Bahceci <erkinbah@gmail.com>      2007-05-02
 
1824
 
 
1825
    Avoid "focus fading" shaded windows.
 
1826
 
 
1827
Erkin Bahceci <erkinbah@gmail.com>      2007-05-02
 
1828
 
 
1829
    Fix "minimize all" behavior.
 
1830
 
 
1831
Erkin Bahceci <erkinbah@gmail.com>      2007-05-02
 
1832
 
 
1833
    Avoid Roll Up decoration texture problem.
 
1834
 
 
1835
Erkin Bahceci <erkinbah@gmail.com>      2007-05-02
 
1836
 
 
1837
    Updated default match strings (to be more accurate for menus of Mozilla apps)
 
1838
 
 
1839
Erkin Bahceci <erkinbah@gmail.com>      2007-05-02
 
1840
 
 
1841
    * Merged Magic Lamp 1/2
 
1842
    * Corrected explode tessellation default
 
1843
 
 
1844
Erkin Bahceci <erkinbah@gmail.com>      2007-05-01
 
1845
 
 
1846
    Merged minimize/unminimize and shade/unshade options, to make effect options more concise and easier to change.
 
1847
 
 
1848
Erkin Bahceci <erkinbah@gmail.com>      2007-05-01
 
1849
 
 
1850
    Use the new override_redirect matching.
 
1851
 
 
1852
Bellegarde Cedric <gnumdk@gmail.com>    2007-04-21
 
1853
 
 
1854
    Use compiz matching interface
 
1855
 
 
1856
Danny Baumann <daba@rechenknecht.peppercon.de>  2007-04-18
 
1857
 
 
1858
    Remove now unneeded blurfx IPCS interface.
 
1859
 
 
1860
Erkin Bahceci <erkinbah@gmail.com>      2007-04-04
 
1861
 
 
1862
    test commit 2
 
1863
 
 
1864
Erkin Bahceci <erkinbah@gmail.com>      2007-04-04
 
1865
 
 
1866
    test commit
 
1867
 
 
1868
Erkin Bahceci <erkin@flux.(none)>       2007-04-04
 
1869
 
 
1870
    Fixed a crash! (when closing certain windows)
 
1871
 
 
1872
Erkin Bahceci <erkin@flux.(none)>       2007-04-03
 
1873
 
 
1874
    Fixed memory leak when using Burn and Beam Up
 
1875
 
 
1876
Erkin Bahceci <erkin@flux.(none)>       2007-04-03
 
1877
 
 
1878
    Fixed missing hexagon tiles problem in Explode
 
1879
 
 
1880
Erkin Bahceci <erkinbah@gmail.com>      2007-04-03
 
1881
 
 
1882
    Updated for option function changes
 
1883
 
 
1884
Erkin Bahceci <erkinbah@gmail.com>      2007-04-02
 
1885
 
 
1886
    Fixed flashing of a minimized window when unminimizing another window
 
1887
 
 
1888
Erkin Bahceci <erkinbah@gmail.com>      2007-04-01
 
1889
 
 
1890
    Fixed a crash! (with hexagonal tessellation)
 
1891
 
 
1892
Erkin Bahceci <erkinbah@gmail.com>      2007-04-01
 
1893
 
 
1894
    Slightly improved explode effect
 
1895
 
 
1896
Erkin Bahceci <erkinbah@gmail.com>      2007-04-01
 
1897
 
 
1898
    Fixed focus wave
 
1899
 
 
1900
Erkin Bahceci <erkinbah@gmail.com>      2007-04-01
 
1901
 
 
1902
    Added plugin order dependency for Fade plugin.
 
1903
 
 
1904
Erkin Bahceci <erkinbah@gmail.com>      2007-03-31
 
1905
 
 
1906
    Updated authors section
 
1907
 
 
1908
Erkin Bahceci <erkinbah@gmail.com>      2007-03-30
 
1909
 
 
1910
    Tessellation type is now selectable (rectangular/hexagonal) for Explode
 
1911
 
 
1912
Erkin Bahceci <erkinbah@gmail.com>      2007-03-30
 
1913
 
 
1914
    Hexagon tessellation function (by tehpola)
 
1915
 
 
1916
Erkin Bahceci <erkinbah@gmail.com>      2007-03-30
 
1917
 
 
1918
    Temporary menu fix for mozilla apps (until mozilla bug is fixed).
 
1919
 
 
1920
Erkin Bahceci <erkinbah@gmail.com>      2007-03-30
 
1921
 
 
1922
    Updated author email.
 
1923
 
 
1924
Erkin Bahceci <erkin@flux.(none)>       2007-03-30
 
1925
 
 
1926
    Fixed schema beginning & ending.
 
1927
 
 
1928
David Reveman <davidr@novell.com>       2007-03-30
 
1929
 
 
1930
    Initial commit.