~lbrulet-8/compiz-plugins-main/fix-876591

« back to all changes in this revision

Viewing changes to wall/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-24 18:39:23 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20110824183923-plhvls4n5c89apdj
Tags: upstream-0.9.5.92.bzr17
ImportĀ upstreamĀ versionĀ 0.9.5.92.bzr17

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-13
 
2
 
 
3
    Add VERSION
 
4
 
 
5
Travis Watkins <travis.watkins@linaro.org>      2011-05-13
 
6
 
 
7
    add no slide default option
 
8
    
 
9
    Bring the 0.8.x no slide match option default to 0.9, makes desktops and
 
10
    sticky windows stop sliding again.
 
11
 
 
12
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-03-15
 
13
 
 
14
    Revert "Update for new core API"
 
15
    
 
16
    This reverts commit 9bf34ec73982e2d8b6fa7deedb3c5b9a375a04b5.
 
17
 
 
18
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-03-15
 
19
 
 
20
    Update for new core API
 
21
 
 
22
Sam Spilsbury <smspillaz@gmail.com>     2010-12-23
 
23
 
 
24
    Add signals on viewport change begin / end
 
25
 
 
26
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-11
 
27
 
 
28
    Don't update edge regions on every poll. Instead only do them on screen size change
 
29
 
 
30
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-11
 
31
 
 
32
    Be a little bit smarter about dynamically enabling and disabling edge actions
 
33
 
 
34
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-11
 
35
 
 
36
    Remove ugly hack and instead use the new CompScreen API to query if we are grabbed
 
37
 
 
38
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-11
 
39
 
 
40
    Remove debugging messages too
 
41
 
 
42
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-11-11
 
43
 
 
44
    Try to detect when we don't need the edge action windows and disable them.
 
45
    
 
46
    Note that this employs a few hacks to make it happen - a few that would be
 
47
    quite desirable to change if possible.
 
48
    
 
49
    1) We can only test if we need the edge window once we are actually inside the edge window (since we need to keep the edge windows around in order to get xdnd flip events there). Of course this means that if you have an edge timeout, it's just not going to work, which sucks.
 
50
    2) We have to poll the mouse in order to see if we're not in any edge windows
 
51
    3) We have to grab and ungrab the pointer to check for pointer grabs (and not remove the edge windows if that's the case since we can re-enter the edge windows and *suprise suprise* not get an EnterNotify, which sucks, but that's life).
 
52
 
 
53
Merge: 5fa0b50 3cbf1fe
 
54
Sam Spilsbury <smspillaz@gmail.com>     2010-10-23
 
55
 
 
56
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/compiz/plugins/wall
 
57
 
 
58
Sam Spilsbury <smspillaz@gmail.com>     2010-10-23
 
59
 
 
60
    Cleanup (static analysis)
 
61
 
 
62
Scott Moreau <oreaus@gmail.com> 2010-09-28
 
63
 
 
64
    Don't require composite since opengl already does.
 
65
 
 
66
Sam Spilsbury <smspillaz@gmail.com>     2010-07-30
 
67
 
 
68
    Set window interface handler so that ::activate () will be called
 
69
 
 
70
Merge: 1af7d21 168a561
 
71
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-09
 
72
 
 
73
    Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/wall
 
74
 
 
75
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-09
 
76
 
 
77
    Destroy the entire cairo context, re-create it, clear it and then draw on it.
 
78
    
 
79
    Previously we were only clearing the cairo context. But for some reason, further
 
80
    drawing operations on the context wouldn't apply anyways (not even the clear operation) after cairo_save () had been called.
 
81
 
 
82
Sam Spilsbury <smspillaz@gmail.com>     2010-04-11
 
83
 
 
84
    Ensure that we load after composite and opengl
 
85
 
 
86
Sam Spilsbury <smspillaz@gmail.com>     2010-02-05
 
87
 
 
88
    Fix warnings
 
89
 
 
90
Merge: 9723c1f 8699ac1
 
91
Sam Spilsbury <smspillaz@gmail.com>     2009-11-18
 
92
 
 
93
    Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/wall
 
94
 
 
95
Sam Spilsbury <smspillaz@gmail.com>     2009-11-18
 
96
 
 
97
    Fix typo
 
98
 
 
99
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-11-06
 
100
 
 
101
    libcairo.so symlink is only available if the dev package is installed.
 
102
 
 
103
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-11-05
 
104
 
 
105
    Keep libcairo loaded to prevent crashes in XCloseDisplay.
 
106
 
 
107
Sam Spilsbury <smspillaz@gmail.com>     2009-09-05
 
108
 
 
109
    Dont convert a negative integer to unsigned int in WallScreen::checkAmount
 
110
 
 
111
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-03-16
 
112
 
 
113
    Track core changes.
 
114
 
 
115
Erkin Bahceci <erkinbah@gmail.com>      2009-03-14
 
116
 
 
117
    Track core changes.
 
118
 
 
119
Danny Baumann <dannybaumann@web.de>     2009-03-09
 
120
 
 
121
    Use output region and some cleanups.
 
122
 
 
123
Danny Baumann <dannybaumann@web.de>     2009-03-09
 
124
 
 
125
    Add missing paint () method, wrap into GLWindow and some cleanup.
 
126
 
 
127
Danny Baumann <dannybaumann@web.de>     2009-03-09
 
128
 
 
129
    Cleanup.
 
130
 
 
131
Danny Baumann <dannybaumann@web.de>     2009-02-02
 
132
 
 
133
    Coding style, warning fixes, optimizations.
 
134
 
 
135
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-01-21
 
136
 
 
137
    Fix window movement calculation.
 
138
 
 
139
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-01-21
 
140
 
 
141
    Fixed viewport changing with window.
 
142
 
 
143
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-01-16
 
144
 
 
145
    Fixes.
 
146
 
 
147
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-01-16
 
148
 
 
149
    Simplify action handling.
 
150
 
 
151
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-01-16
 
152
 
 
153
    Fixed metadata.
 
154
 
 
155
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-01-16
 
156
 
 
157
    Addedn opengl and composite plugin build dependency.
 
158
 
 
159
Travis Watkins <travis@ronin.(none)>    2009-01-15
 
160
 
 
161
    compiles, doesn't load
 
162
 
 
163
Danny Baumann <dannybaumann@web.de>     2008-12-17
 
164
 
 
165
    Fix rounding issues during drawing.
 
166
 
 
167
Danny Baumann <dannybaumann@web.de>     2008-12-17
 
168
 
 
169
    Minor coding style improvements.
 
170
 
 
171
Danny Baumann <dannybaumann@web.de>     2008-12-17
 
172
 
 
173
    Improve rounding correctness.
 
174
 
 
175
Merge: 5f9dd8e 4125706
 
176
Danny Baumann <dannybaumann@web.de>     2008-12-16
 
177
 
 
178
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/wall
 
179
    
 
180
    Conflicts:
 
181
wall.c           
 
182
 
 
183
Danny Baumann <dannybaumann@web.de>     2008-12-16
 
184
 
 
185
    Added "no sliding windows" match.
 
186
    Windows specified there will be kept static during wall slides.
 
187
 
 
188
Danny Baumann <dannybaumann@web.de>     2008-12-14
 
189
 
 
190
    Determine direction angle at beginning of movement and keep it until
 
191
    movement is terminated or a new movement is started.
 
192
 
 
193
Danny Baumann <dannybaumann@web.de>     2008-12-10
 
194
 
 
195
    Solve some weirdnesses with preview_timeout = 0 (such as preview not
 
196
    being kept while holding modifier keys).
 
197
    Keep direction display while keeping modifiers pressed.
 
198
 
 
199
Danny Baumann <dannybaumann@web.de>     2008-11-20
 
200
 
 
201
    Accept "change viewport" client messages while changing viewports.
 
202
 
 
203
Danny Baumann <dannybaumann@web.de>     2008-10-15
 
204
 
 
205
    Make sure focusDefault always defaults to TRUE, not only when called from bindings.
 
206
 
 
207
Kristian Lyngstol <kristian@bohemians.org>      2008-09-22
 
208
 
 
209
    Minor scope fixes in miniScreen (live preview) iteration
 
210
 
 
211
Danny Baumann <dannybaumann@web.de>     2008-09-09
 
212
 
 
213
    Do not focus default window if viewport change was initiated due to window activation.
 
214
 
 
215
Danny Baumann <dannybaumann@web.de>     2008-09-01
 
216
 
 
217
    Track core changes.
 
218
 
 
219
Danny Baumann <dannybaumann@web.de>     2008-08-28
 
220
 
 
221
    Properly invoke next and prev actions.
 
222
    Hold grab as long as a button or key is held down to get that working.
 
223
 
 
224
Merge: 05ce5b1 063930b
 
225
Dennis Kasprzyk <onestone@compiz-fusion.org>    2008-08-26
 
226
 
 
227
    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/wall
 
228
 
 
229
Dennis Kasprzyk <onestone@compiz-fusion.org>    2008-08-26
 
230
 
 
231
    Fixed live preview calculations.
 
232
 
 
233
Danny Baumann <dannybaumann@web.de>     2008-06-25
 
234
 
 
235
    Only focus default window if switcher is not active.
 
236
 
 
237
Danny Baumann <dannybaumann@web.de>     2008-06-25
 
238
 
 
239
    Revert "Only focus default window when not activating a window."
 
240
    
 
241
    This reverts commit 059dec3a56a80070189333a1c7c40496e10a86f5.
 
242
 
 
243
Danny Baumann <dannybaumann@web.de>     2008-06-19
 
244
 
 
245
    Only focus default window when not activating a window.
 
246
 
 
247
Danny Baumann <dannybaumann@web.de>     2008-06-16
 
248
 
 
249
    Don't allow wall initiation when scale is active.
 
250
    Cleaned up wallMoveViewport routine.
 
251
 
 
252
Danny Baumann <dannybaumann@web.de>     2008-06-09
 
253
 
 
254
    Properly initialize variables.
 
255
 
 
256
Danny Baumann <dannybaumann@web.de>     2008-06-05
 
257
 
 
258
    Allow DnD for wall's flip edges.
 
259
 
 
260
Dennis Kasprzyk <onestone@opencompositing.org>  2008-05-05
 
261
 
 
262
    Handle clear mask correctly.
 
263
 
 
264
Danny Baumann <dannybaumann@web.de>     2008-05-05
 
265
 
 
266
    Also activate sliding when switcher is active.
 
267
 
 
268
Danny Baumann <dannybaumann@web.de>     2008-04-29
 
269
 
 
270
    Issue screengrab during sliding to make sure core ignores EnterNotify events happening during viewport change.
 
271
 
 
272
Patrick Niklaus <marex@opencompositing.org>     2008-04-19
 
273
 
 
274
    Added option to configure border width
 
275
 
 
276
Patrick Niklaus <marex@opencompositing.org>     2008-04-19
 
277
 
 
278
    Added option to configure the switcher preview size
 
279
 
 
280
Patrick Niklaus <marex@opencompositing.org>     2008-04-19
 
281
 
 
282
    Cleaned up preview painting code
 
283
 
 
284
Danny Baumann <dannybaumann@web.de>     2008-04-18
 
285
 
 
286
    Allow viewport switching without any sliding animation.
 
287
 
 
288
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
 
289
 
 
290
    CMake build file.
 
291
 
 
292
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
 
293
 
 
294
    Makefile update.
 
295
 
 
296
Travis Watkins <amaranth@ubuntu.com>    2008-03-20
 
297
 
 
298
    remove prev/next keybinding defaults, they interfere with gtk+ stuff
 
299
 
 
300
Danny Baumann <dannybaumann@web.de>     2008-03-15
 
301
 
 
302
    Add nodelay hint to flip edges.
 
303
 
 
304
Danny Baumann <dannybaumann@web.de>     2008-03-15
 
305
 
 
306
    Switch to window viewport on window activation rather than focus change.
 
307
 
 
308
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
309
 
 
310
    Makefile update.
 
311
 
 
312
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
313
 
 
314
    Makefile update.
 
315
 
 
316
Danny Baumann <dannybaumann@web.de>     2008-03-12
 
317
 
 
318
    Makefile update
 
319
 
 
320
Danny Baumann <dannybaumann@web.de>     2008-03-07
 
321
 
 
322
    Don't follow scale's window activations.
 
323
 
 
324
Danny Baumann <dannybaumann@web.de>     2008-03-03
 
325
 
 
326
    Don't switch viewports when a window requests to get focus.
 
327
    Instead, switch when the window actually got focus as its focus might have been prevented by focus stealing prevention, in which case the viewport change would be unexpected by the user.
 
328
 
 
329
Danny Baumann <dannybaumann@web.de>     2008-02-10
 
330
 
 
331
    Remove useless code.
 
332
 
 
333
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
 
334
 
 
335
    Makefile update.
 
336
 
 
337
Danny Baumann <dannybaumann@web.de>     2007-11-10
 
338
 
 
339
    Show preview window as long as the initiating key/button is pressed.
 
340
 
 
341
Danny Baumann <dannybaumann@web.de>     2007-10-29
 
342
 
 
343
    Track core changes.
 
344
 
 
345
Danny Baumann <dannybaumann@web.de>     2007-10-11
 
346
 
 
347
    Always use the output device the mouse pointer is on for displaying the switcher box.
 
348
 
 
349
Danny Baumann <dannybaumann@web.de>     2007-10-11
 
350
 
 
351
    moveWindowToViewportPosition moves the window already, no need for a second move.
 
352
 
 
353
Dennis Kasprzyk <onestone@opencompositing.org>  2007-10-08
 
354
 
 
355
    Use new core API instead of moveScreenViewport.
 
356
 
 
357
Danny Baumann <dannybaumann@web.de>     2007-09-21
 
358
 
 
359
    Grab translation calculation code from plane plugin.
 
360
    This has two advantages:
 
361
    - The slide time is not calculated per-viewport, but per full movement.
 
362
    - Slides when pressing e.g. Right-Down are much smoother.
 
363
 
 
364
Danny Baumann <dannybaumann@web.de>     2007-09-21
 
365
 
 
366
    Optimizations.
 
367
 
 
368
Danny Baumann <dannybaumann@web.de>     2007-09-21
 
369
 
 
370
    Indention fix.
 
371
 
 
372
Danny Baumann <dannybaumann@web.de>     2007-09-21
 
373
 
 
374
    Using matrixTranslate instead of ScreenPaintAttrib.
 
375
 
 
376
Danny Baumann <dannybaumann@web.de>     2007-09-17
 
377
 
 
378
    Fix default key binding.
 
379
 
 
380
Jigish Gohil <cyberorg@prime.cyberorg.info>     2007-09-07
 
381
 
 
382
    typo correction handeled, thanks Excentrik
 
383
 
 
384
Danny Baumann <dannybaumann@web.de>     2007-09-07
 
385
 
 
386
    Track core changes.
 
387
 
 
388
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
389
 
 
390
    Revert accidential change.
 
391
 
 
392
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
393
 
 
394
    Track core changes.
 
395
 
 
396
Danny Baumann <dannybaumann@web.de>     2007-08-28
 
397
 
 
398
    Track core changes.
 
399
 
 
400
Danny Baumann <dannybaumann@web.de>     2007-08-23
 
401
 
 
402
    Meaningful grouping for actions.
 
403
 
 
404
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-20
 
405
 
 
406
    New action system
 
407
 
 
408
Danny Baumann <dannybaumann@web.de>     2007-08-17
 
409
 
 
410
    Honour wrap around setting on edge flipping.
 
411
 
 
412
Merge: 495cf16 a04aeb3
 
413
Danny Baumann <dannybaumann@web.de>     2007-08-14
 
414
 
 
415
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/wall
 
416
 
 
417
Danny Baumann <dannybaumann@web.de>     2007-08-14
 
418
 
 
419
    Fix spelling.
 
420
 
 
421
Roland Baer <roland@Vista.(none)>       2007-08-13
 
422
 
 
423
    [PATCH] Nuked effectivly unused variables and useless code
 
424
 
 
425
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-06
 
426
 
 
427
    Makefile update.
 
428
 
 
429
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
430
 
 
431
    Actually use ARROW_SIZE constant.
 
432
 
 
433
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
434
 
 
435
    Remove stuff commited accidentially (again).
 
436
    Note: git commit -a is evil.
 
437
 
 
438
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
439
 
 
440
    Get rid of screenGrabExist.
 
441
 
 
442
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
443
 
 
444
    Revert stuff commited by accident.
 
445
 
 
446
Merge: 88537b2 50c2d3a
 
447
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
448
 
 
449
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/wall
 
450
 
 
451
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
452
 
 
453
    Indention fix.
 
454
 
 
455
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
456
 
 
457
    Factor out quad drawing to a function.
 
458
 
 
459
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
460
 
 
461
    Remove more dead code.
 
462
 
 
463
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
464
 
 
465
    Factor out cairo layer clearing to a function.
 
466
 
 
467
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
468
 
 
469
    Remove more dead code.
 
470
 
 
471
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
472
 
 
473
    Factor out context creation to a function.
 
474
 
 
475
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
476
 
 
477
    Remove dead code.
 
478
 
 
479
Danny Baumann <dannybaumann@web.de>     2007-08-03
 
480
 
 
481
    Compiz indention style.
 
482
 
 
483
Patrick Niklaus <marex@opencompositing.org>     2007-08-01
 
484
 
 
485
    Made arrow color adjustable
 
486
 
 
487
Patrick Niklaus <marex@opencompositing.org>     2007-08-01
 
488
 
 
489
    Now use the outline color for the arrow as well
 
490
 
 
491
Patrick Niklaus <marex@opencompositing.org>     2007-07-28
 
492
 
 
493
    Regroup appearance options
 
494
 
 
495
Patrick Niklaus <marex@opencompositing.org>     2007-07-28
 
496
 
 
497
    Added options for highlight gradient color
 
498
 
 
499
Patrick Niklaus <marex@opencompositing.org>     2007-07-28
 
500
 
 
501
    Added option for thumb gradient colors
 
502
 
 
503
Patrick Niklaus <marex@opencompositing.org>     2007-07-28
 
504
 
 
505
    Added option for outline color
 
506
 
 
507
Patrick Niklaus <marex@opencompositing.org>     2007-07-28
 
508
 
 
509
    Added option for rounded edge radius
 
510
 
 
511
Danny Baumann <dannybaumann@web.de>     2007-07-28
 
512
 
 
513
    Added fade dependency.
 
514
 
 
515
Patrick Niklaus <marex@opencompositing.org>     2007-07-23
 
516
 
 
517
    Make wall's switcher window colors adjustable
 
518
 
 
519
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-16
 
520
 
 
521
    Remove obsolete deps/features from vtable
 
522
 
 
523
Danny Baumann <dannybaumann@web.de>     2007-07-12
 
524
 
 
525
    Also allow DnD for flip edges.
 
526
 
 
527
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-03
 
528
 
 
529
    Makefile update.
 
530
 
 
531
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-01
 
532
 
 
533
    Makefile update.
 
534
 
 
535
Danny Baumann <dannybaumann@web.de>     2007-06-30
 
536
 
 
537
    xml -> xml.in
 
538
 
 
539
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
540
 
 
541
    Makefile update.
 
542
 
 
543
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-25
 
544
 
 
545
    Don't show switcher on other screengrab.
 
546
 
 
547
Danny Baumann <dannybaumann@web.de>     2007-06-24
 
548
 
 
549
    prepareXCoords -> transformToScreenSpace.
 
550
 
 
551
Merge: d344ee5 da7c673
 
552
Robert Carr <racarr@gorbie.(none)>      2007-06-20
 
553
 
 
554
    Fix merge...
 
555
 
 
556
Robert Carr <racarr@gorbie.(none)>      2007-06-20
 
557
 
 
558
    Remove mousewheel stuff from wall, it is now in vpswitch
 
559
 
 
560
Robert Carr <racarr@gorbie.(none)>      2007-06-19
 
561
 
 
562
    Fix indentation
 
563
 
 
564
Guillaume Seguin <guillaume@segu.in>    2007-06-11
 
565
 
 
566
    * Fix typo that prevented switcher background to be regenerated on hsize change
 
567
 
 
568
Merge: 101629c 2e99f91
 
569
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
570
 
 
571
    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/plugins/wall
 
572
 
 
573
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
574
 
 
575
    Fix dependencies.
 
576
 
 
577
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
578
 
 
579
    Makefile update.
 
580
 
 
581
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
582
 
 
583
    Updated Makefile
 
584
 
 
585
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
586
 
 
587
    Updated Makefile
 
588
 
 
589
Danny Baumann <dannybaumann@web.de>     2007-06-10
 
590
 
 
591
    printf -> compLogMessage
 
592
 
 
593
Danny Baumann <dannybaumann@web.de>     2007-06-08
 
594
 
 
595
    Re-sort some options.
 
596
 
 
597
Danny Baumann <dannybaumann@web.de>     2007-06-08
 
598
 
 
599
    Fix indentation.
 
600
 
 
601
Danny Baumann <dannybaumann@web.de>     2007-06-04
 
602
 
 
603
    Minor cleanup.
 
604
 
 
605
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-04
 
606
 
 
607
    Added better multimonitor handling
 
608
 
 
609
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-01
 
610
 
 
611
    Applied lastest core changes
 
612
 
 
613
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-21
 
614
 
 
615
    Makefile update
 
616
 
 
617
Danny Baumann <dannybaumann@web.de>     2007-05-20
 
618
 
 
619
    Wall should be loaded before wobbly.
 
620
    Otherwise live previews will look weird when dragging a window above viewport borders.
 
621
 
 
622
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-16
 
623
 
 
624
    added new dependency rules
 
625
 
 
626
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-09
 
627
 
 
628
    Wall without expo mode
 
629
 
 
630
compiz <compiz@de35.org>        2007-05-09
 
631
 
 
632
    Dummy commit