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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
|
Sam Spilsbury <sam.spilsbury@canonical.com> 2011-07-07
Add VERSION file (0.9.5.0)
Sam Spilsbury <sam.spilsbury@canonical.com> 2011-03-15
Update for new core API
Sam Spilsbury <smspillaz@gmail.com> 2010-09-07
Use libxml to write out session file so that the output is properly
encoded.
This fixes restoration of sessions which had windows with e.g. '&' in
its title.
Forward port of 8d9fbe0d6cfd3e4416cca5609ca012f57b3adc25 to master
Merge: 3664670 a3bc91d
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-24
Merge branch 'master' of git+ssh://smspillaz@git.compiz.org/git/compiz/plugins/session
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-24
Load after decor plugin to prevent windows moving after plugin load
Scott Moreau <oreaus@gmail.com> 2010-05-13
Fix typo.
Sam Spilsbury <SmSpillaz@gmail.com> 2010-05-13
Load after composite and opengl to prevent a crash in newer versions of libdri
Also, loading before causes mass unredirection/redirection and looks ugly
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> 2010-04-29
Use C++ bool
Danny Baumann <dannybaumann@web.de> 2009-03-20
Initial C++ port.
Kristian Lyngstol <kristian@bohemians.org> 2009-02-07
Fix warning correctly
Kristian Lyngstol <kristian@bohemians.org> 2009-02-07
Fix warning
Danny Baumann <dannybaumann@web.de> 2009-01-28
Always save topleft edge of window including decorations so we don't
depend on the timing of decorator startup when restoring the session.
Malte Schröder <maltesch@gmx.de> 2008-11-23
Allow windows to be excluded from sessoin management
Danny Baumann <dannybaumann@web.de> 2008-09-27
Make sure that "demands attention" state is not set for windows restored to another viewport.
Danny Baumann <dannybaumann@web.de> 2008-09-27
Make sure windows are restored on the correct viewport.
Merge: 6c43d70 1ede544
Danny Baumann <dannybaumann@web.de> 2008-06-19
Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/session
Danny Baumann <dannybaumann@web.de> 2008-06-19
Use simpler check for unmanaged windows.
Dennis Kasprzyk <onestone@opencompositing.org> 2008-06-18
Track core changes
Dennis Kasprzyk <onestone@opencompositing.org> 2008-04-04
CMake build file.
Dennis Kasprzyk <onestone@opencompositing.org> 2008-04-03
Makefile update.
Merge: f6e0d2e 14dc214
Danny Baumann <dannybaumann@web.de> 2008-03-17
Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/session
Danny Baumann <dannybaumann@web.de> 2008-03-17
Core now calculates window type and actions on state changes.
Danny Baumann <dannybaumann@web.de> 2008-03-17
Send out sync request when changing window size.
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
Remove superflous variable.
Danny Baumann <dannybaumann@web.de> 2008-03-12
Track core changes.
Merge: 5301b62 3d1ed50
Danny Baumann <dannybaumann@web.de> 2008-03-12
Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/session
Danny Baumann <dannybaumann@web.de> 2008-03-12
Makefile update
Danny Baumann <dannybaumann@web.de> 2008-03-11
Only ignore initial saveYourself calls instead of all non-shutdown ones.
Merge: a57d3e8 13111b4
Danny Baumann <dannybaumann@web.de> 2008-03-09
Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/session
Conflicts:
session.c
Danny Baumann <dannybaumann@web.de> 2008-03-09
Track core changes.
Danny Baumann <dannybaumann@web.de> 2008-03-06
Simplification and free filename in error cases.
Danny Baumann <dannybaumann@web.de> 2008-03-05
Fix minor possible memleak.
Danny Baumann <dannybaumann@web.de> 2008-03-05
Allocate filename dynamically.
Danny Baumann <dannybaumann@web.de> 2008-02-22
Added missing newline.
Danny Baumann <dannybaumann@web.de> 2008-02-21
Only save session state on shutdown.
Danny Baumann <dannybaumann@web.de> 2008-02-21
Mark session files as UTF-8 encoded.
Danny Baumann <dannybaumann@web.de> 2008-02-19
Don't filter out windows that have the client leader property set.
- xterm windows set the client id property on their main window, which is also the client leader
- We filtered out unmapped windows anyway.
Roland Bär <roland@verifysoft.de> 2008-02-19
Sanity checksc on findWindowAtScreen()
Merge: 9c20164 6278c44
Danny Baumann <dannybaumann@web.de> 2008-02-19
Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/session
Conflicts:
session.c
Danny Baumann <dannybaumann@web.de> 2008-02-19
Disable save legacy by default as it messes Gnome's panels up.
Danny Baumann <dannybaumann@web.de> 2008-02-19
Update file header.
Danny Baumann <dannybaumann@web.de> 2008-02-19
Make saving non-XSMP conformant apps optional.
Danny Baumann <dannybaumann@web.de> 2008-02-19
Fix handling of windows without client id, but with WM_COMMAND.
Danny Baumann <dannybaumann@web.de> 2008-02-19
- WM_COMMAND is a client leader property
- Reduce code duplication
Danny Baumann <dannybaumann@web.de> 2008-02-18
Improve matching algorithm.
Danny Baumann <dannybaumann@web.de> 2008-02-18
Also save & restore window command text.
Danny Baumann <dannybaumann@web.de> 2008-02-18
Properly call other wrapped functions.
Danny Baumann <dannybaumann@web.de> 2008-02-18
Don't save unmapped windows that we didn't unmap.
This works around sort-of-broken apps like skype that create unmapped windows with weird sizes that aren't distinguishable from the app's visible windows.
Danny Baumann <dannybaumann@web.de> 2008-02-18
Actually, one timer per display is enough.
Danny Baumann <dannybaumann@web.de> 2008-02-17
Optimize hack.
One timeout per screen is better than one per window.
Thanks to onestone for the hint.
Danny Baumann <dannybaumann@web.de> 2008-02-17
The new timing requires us to not include the decorations into the saved position.
Danny Baumann <dannybaumann@web.de> 2008-02-17
As objectAdd is _not_ called for objects that are present before plugin load (and specifically, windowAdd is not called for windows that are present on Compiz load), work around this using a timer.
This ugly and inefficient crap should be removed as soon as Compiz is fixed to call windowAdd for windows that are present on Compiz load.
Danny Baumann <dannybaumann@web.de> 2008-02-17
Various fixes to make session restore work with all kinds of timings:
- Only handle non-override_redirect windows.
- Check on map request rather than on objectAdd as at creation time the needed properties aren't set.
- Load defore decoration and save geometry without decoration size. As decoration might move the window from all kinds of places inside the code, this is safer behaviour.
- Account for viewport different from 0,0 at session save.
- Use configureXWindow again and set placed flag directly.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Also try to match window role as suggested by ICCCM section 5.1. Use class/name match as last resort.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Also restore resClass, resName and role.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Optimize function signatures.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Also save window role.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Avoid code duplication.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Only save title, name, class if available.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Rename name to title to differentiate it from the resName.
Danny Baumann <dannybaumann@web.de> 2008-02-16
Load after decoration to make sure we always overwrite decoration's window movements. This works fine because we also saved the geometry after decoration movement. Reflect that in the calculations.
Travis Watkins <amaranth@ubuntu.com> 2008-02-15
update copyright
Danny Baumann <dannybaumann@web.de> 2008-02-15
Also save fullscreen state.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Put window list in core object and some minor cleanup.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Fix infinite loop on plugin unload.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Compiz coding style and some more optimizations.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Get rid of sessionForeachWindow.
Windows that are present on Compiz startup get an explicit WindowAdd callback, so there's no need to loop through them.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Desktop and dock windows aren't sticky.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Remove unused function.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Optimizations.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Use moveResizeWindow.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Optimizations.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Update window attributes after applying saved stuff.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Window attributes are in child items.
Danny Baumann <dannybaumann@web.de> 2008-02-15
Plug memleaks.
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
make sure we don't accidentally free windowList when removing an item
add sessionWindowAdd to get windows that don't show up until after compiz is started
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
small fixes
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
little fixes
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
add linked list of windows we want to apply attributes to
Merge: e3c657d 6f78a68
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
Merge branch 'master' of git+ssh://amaranth@git.compiz-fusion.org/git/users/amaranth/session
Conflicts:
session.c
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
adapt to new ABI
Danny Baumann <dannybaumann@web.de> 2008-02-14
Fix memleak.
Don't make plugin fail load if no SM is available.
Danny Baumann <dannybaumann@web.de> 2008-02-14
Adapt to new core API.
Danny Baumann <dannybaumann@web.de> 2008-02-14
Use compObjectFind to find default display.
Also fixed symbol name for getPluginInfo.
Merge: 7b75289 fcc42d7
Danny Baumann <dannybaumann@web.de> 2008-02-14
Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/users/amaranth/session
Danny Baumann <dannybaumann@web.de> 2008-02-14
Fix copy'n'paste mistakes.
Travis Watkins <amaranth@ubuntu.com> 2008-02-14
remove session management, update to new session hooks
Danny Baumann <dannybaumann@web.de> 2008-02-08
Added infrastructure for using core's session functions.
Danny Baumann <dannybaumann@web.de> 2008-02-08
Build fixes for latest core.
Danny Baumann <dannybaumann@web.de> 2008-02-08
Makefile update.
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
support --sm-disable
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
update copyright header
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
load metadata (thanks danny)
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
save/restore shaded state
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
properly save geometry for maximized windows
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
cleanup
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
only free previousId if non-NULL
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
restore window's workspace too
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
fix typo
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
don't save geometry if maximized
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
fix all boogs
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
moving windows works now
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
oops, this isn't python, strcmp is important
Travis Watkins <amaranth@ubuntu.com> 2007-09-23
remove dependencies
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
still with the crashing
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
add more dependencies
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
fix crash by adding metadata to make plugin load very early
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
add ignore file
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
more cleanup
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
delete dummy
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
more cleanup, doesn't seem to crash anymore
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
cleanup
Merge: 0c31ad8 5950cfa
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
Merge git+ssh://amaranth@git.compiz-fusion.org/git/users/amaranth/session
amaranth <amaranth@opencompositing.org> 2007-09-23
Dummy commit
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
blah blah, commit more often, or at least don't only commit when it's broken
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
create save file properly using session ID
Travis Watkins <amaranth@ubuntu.com> 2007-09-22
initialize the session even if we didn't get a client id
Travis Watkins <amaranth@ubuntu.com> 2007-09-21
it works again
Travis Watkins <amaranth@ubuntu.com> 2007-09-21
shit, i really need to remember to commit this stuff
|