blob: b10a08c536b1318ef9a1c6d33d1b58c17b1c14e1 (
plain)
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
|
Sam Spilsbury <sam.spilsbury@canonical.com> 2011-07-07
Add VERSION file (0.9.5.0)
Sam Spilsbury <sam.spilsbury@canonical.com> 2011-03-14
Update for new core API
Sam Spilsbury <smspillaz@gmail.com> 2010-11-05
Tweak defaults
Merge: b96a25b 5671860
Sam Spilsbury <smspillaz@gmail.com> 2010-10-23
Merge branch 'master' of git+ssh://git.opencompositing.org/git/compiz/plugins/shift
Sam Spilsbury <smspillaz@gmail.com> 2010-10-23
Cleanup (static analysis)
Scott Moreau <oreaus@gmail.com> 2010-09-28
Don't require composite since opengl already does.
Sam Spilsbury <smspillaz@gmail.com> 2010-08-19
Make space between windows and maximum number of visible windows configurable
Sam Spilsbury <smspillaz@gmail.com> 2010-08-16
Make cover angle configurable
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-25
Load after decor plugin to prevent windows moving after plugin load
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-09
Fix prolonged period where animation values are extremely low
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-09
Fix more invisible () / !isViewable () confusion, resulting in the decoration
plugin's switcher window displaying briefly during shift
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-09
Fix typo which would cause the initiate bindings not to work
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-09
Fix more uninitialized variable usage
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-09
Fix use of unused variable in conditional
Merge: 6121ac6 3a6e74d
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-08
Merge branch 'master' of ssh://smspillaz@git.compiz.org/git/compiz/plugins/shift
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-08
Add dynamic wrappable function enable/disable
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-08
Don't draw reflection and parts of windows on both outputs for "On activated output"
Danny Baumann <dannybaumann@web.de> 2010-05-01
Improve CompRect method usage.
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> 2010-05-01
Use isViewable () rather than invisible ()
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> 2010-05-01
Use CompRect for output extents calculation
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> 2010-04-29
Use #defines for better ::bind coding style
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> 2010-04-29
Use C++ bool
Sam Spilsbury <smspillaz@gmail.com> 2010-04-11
Only ensure that desktop and dock type windows are drawn on screen
as "non shifted" windows
Sam Spilsbury <smspillaz@gmail.com> 2010-04-11
Fix typo
Sam Spilsbury <smspillaz@gmail.com> 2010-04-11
Load after composite and opengl
Sam Spilsbury <smspillaz@gmail.com> 2010-04-11
Ensure that we load after composite and opengl
Sam Spilsbury <smspillaz@gmail.com> 2010-04-05
Ensure that non shiftable windows such as the desktop are still painted
Sam <smspillaz@gmail.com> 2010-04-05
Fix warnigns
Sam <smspillaz@gmail.com> 2010-04-05
Correctly reset window geometry when drawing icno
Sam Spilsbury <smspillaz@smspillaz-desktop.(none)> 2010-04-04
Correclty initialize values
Sam Spilsbury <smspillaz@smspillaz-desktop.(none)> 2010-04-03
Shift Take Two
Merge: b6f301e 724587d
Sam Spilsbury <smspillaz@gmail.com> 2010-02-05
Merge branch 'compiz++' of ../shift into compiz++
Sam Spilsbury <smspillaz@gmail.com> 2010-02-05
Fix warnings
Erkin Bahceci <erkinbah@gmail.com> 2009-12-17
Fix crash when a window closes during shift switcher use.
Forward port of 0dcf61174582214563e444a04069e84984cb9e44.
Sam Spilsbury <smspillaz@gmail.com> 2009-11-15
Remove unused variables and irrelevant #warning
Sam Spilsbury <smspillaz@gmail.com> 2009-11-15
Remove debuggin messages
Sam Spilsbury <smspillaz@gmail.com> 2009-11-15
Initialize all screen variables. Not initializing them leads to a race condition where buttonPressed could be true and startTarget to be MAXSHORT causing loops in MotionNotify event to recurse about MAXSHORT times which is very taxing on the CPU
Sam Spilsbury <smspillaz@gmail.com> 2009-10-02
Remove dummy
Sam Spilsbury <smspillaz@gmail.com> 2009-10-02
Dummy commit
Sam Spilsbury <smspillaz@gmail.com> 2009-10-02
Initial C++ port, known bugs:
* - Flip mode has some opacity setting issues, will fix later
* - Mouse-drag based switching is _incredibly_ slow. Have no idea why - the code is exactly the same on both 0.8 and 0.9
Erkin Bahceci <erkinbah@gmail.com> 2009-09-01
Fix possible segfault on 64-bit arch. due to passing 0 to va_list and retrieving it as pointer.
Erkin Bahceci <erkinbah@gmail.com> 2009-08-06
Fix crash when a window is closed while ending shift.
Danny Baumann <dannybaumann@web.de> 2009-01-11
Adapt for text plugin interface changes.
Danny Baumann <dannybaumann@web.de> 2008-09-01
Track core changes.
Danny Baumann <dannybaumann@web.de> 2008-07-29
Track core changes.
Dennis Kasprzyk <onestone@opencompositing.org> 2008-05-03
Flp cull face for reflection.
Dennis Kasprzyk <onestone@opencompositing.org> 2008-04-21
Use Cairo-based text background drawing.
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
Dennis Kasprzyk <onestone@opencompositing.org> 2008-01-23
Check for header changes
Dennis Kasprzyk <onestone@opencompositing.org> 2008-01-23
Makefile update.
Danny Baumann <dannybaumann@web.de> 2008-01-21
Use wording already present in translations.
Danny Baumann <dannybaumann@web.de> 2008-01-20
Allow showing shaded windows.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-12-20
Cleanups.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-12-20
Modify window list to get the proper cover mode animation/stacking order.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-12-19
Proper implementation of "cancel" action handling.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-12-19
Vertical ouputs patch by Steven Robertson
Dennis Kasprzyk <onestone@opencompositing.org> 2007-10-16
Compare window stacking if the drawSlots have the same distance.
Jigish Gohil <cyberorg@prime.cyberorg.info> 2007-09-08
typo correction, thanks Excentrik
Danny Baumann <dannybaumann@web.de> 2007-09-07
Track core changes.
Merge: 9e238ac fad5d76
Dennis Kasprzyk <onestone@opencompositing.org> 2007-09-03
Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/shift
Dennis Kasprzyk <onestone@opencompositing.org> 2007-09-03
Optimizations.
Merge: 2467b92 16845c7
Danny Baumann <dannybaumann@web.de> 2007-09-03
Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/shift
Danny Baumann <dannybaumann@web.de> 2007-09-03
Show viewport number in window title when showing windows from all viewports.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-09-03
Load before bs.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-09-03
Use windowPaintAttribs.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-09-03
Initiate with minimized windows in the background.
Danny Baumann <dannybaumann@web.de> 2007-09-02
Track text plugin changes and check for its presence.
Danny Baumann <dannybaumann@web.de> 2007-08-31
Use correct header file.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Track core changes.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Handle shift mode exit as button action.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Right type conversion.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Paint individual windows instead the whole output, when painting above current animation.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Do only paint windows of current viewport above the animation. (Fixes transparent cube)
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Load before fade.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Added option to hide all non Desktop windows during switching.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-30
Fade in/out windows that are above the selected window.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-29
Handle selected window opacity correctly.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-23
Sort initial window list based on stack position.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-23
Added missing damageScreen on end of the animation.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-23
Don't paint invisible windows.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-23
Don't fade windows in multioutput mode.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-23
Added different output modes for multiple output configurations.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-23
Cleanup.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-22
Added initiate on edge actions.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-22
Fix stacking.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-22
Smoother animation.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-22
Remove useless code.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-22
Better fade in/out
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-20
New action system
Roland Baer <roland@Vista.(none)> 2007-08-13
[PATCH] Removed unused function shiftLinearInterpolation()
Danny Baumann <dannybaumann@web.de> 2007-08-09
Fix problems when selected window is removed.
Danny Baumann <dannybaumann@web.de> 2007-08-09
Fixed adding windows to switcher.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-07
Fix header
Dennis Kasprzyk <onestone@opencompositing.org> 2007-08-06
Makefile update.
Danny Baumann <dannybaumann@web.de> 2007-07-30
Only skip SkipTaskbar windows, not SkipPager ones.
Danny Baumann <dannybaumann@web.de> 2007-07-30
Windows in show desktop mode are also valid switcher targets.
Danny Baumann <dannybaumann@web.de> 2007-07-28
Simplify match. The workarounds plugin will handle the workarounds.
Erkin Bahceci <erkinbah@gmail.com> 2007-07-28
Add activate event.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-25
Initialize variables correctly.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-25
Added option to manipulate cover offset.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-25
Fixed flip drawing order.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
- Select right window after mouse movement.
- Change window title during mouse movement.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Added mouse movement of the switcher.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Added initiate action for windows on all viewports.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Terminate switching mode on button press.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Added a not auto terminating initiate action and posibillity to switch with mouse/keyboard.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Make sure that opacity has always the right value.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Switched to a simpler fadein/out animation.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-24
Increased flip fade/move out.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-23
Added mipmap support.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-23
Remove dummy file.
Dennis Kasprzyk <onestone@opencompositing.org> 2007-07-23
Initial commit.
compiz <compiz@opencompositing.org> 2007-07-23
Dummy commit
|