~kamstrup/winwrangler/dummy

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
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
2009-09-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* configure.ac:

	Bump version to 0.2.2

2009-09-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-utils.c:

	Also check that that a "user window" (meaning those affected by actions) 
	is in the current *viewport* to qualify it as a user window. We only
	checked the workspace before. This worked for Metacity, but Compiz uses
	viewports.
	
	This fixes bug #423959: "All windows are brought to current workspace"

2008-12-16  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* ChangeLog:

	Release 0.2.1
	
	Regen ChangeLog for 0.2.1

2008-12-16  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* NEWS:
	* configure.ac:
	* debian/changelog:

	Prepare to release 0.2.1

2008-12-16  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-utils.c:

	Properly fix bug 293864 : "WinWrangler has problems computing the desktop bounds". This is done by getting the window type with wnck_window_get_window_type() instead of using ad-hoc analysis of windows 
	to determine which are to be considered struts.

2008-12-05  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* ChangeLog:
	* NEWS:
	* configure.ac:
	* debian/changelog:

	Release 0.2

2008-12-05  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-utils.c:

	Fix bug 293864 "WinWrangler has problems computing the desktop bounds". The problem was that in Gnome <= 2.22 the desktop window was just named "Desktop", but in Gnome >= 2.24 it is called 
	"x-nautilus-desktop". WinWrangler now checks for both.

2008-12-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* .bzrignore:
	* po/nl.po:
	* INSTALL:
	* TODO.tasks:
	* po/Makefile.in.in:
	* Makefile.am:
	* NEWS:
	* configure.ac:
	* po/LINGUAS:
	* src/main.c:
	* src/winwrangler.h:
	* src/ww-hotkeys.c:
	* src/ww-layout-expand.c:
	* src/ww-layout-tile.c:
	* src/ww-layouts.c:
	* src/ww-layouts.h:
	* src/ww-tray.c:
	* src/ww-utils.c:

	Merge branch from Wouter Bolsterlee. Thanks Wouter!

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* NEWS:

	Add w-i-p NEWS stuff for 0.2

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* NEWS:

	Cleanup NEWS even more

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* NEWS:

	Cleanup NEWS formatting

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Avoid a compiler warning in string format specifier

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Removed some debug output and avoid a compiler warning

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Removed unneeded includes from main.c

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Prettify "known layouts" terminal output

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Improve error message on bad command line
	
	...and mark it as translatable.

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* .bzrignore:

	Add compiled translations to ignore list

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Use glib/gi18n.h instead of custom gettext stuff

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* configure.ac:

	Cleanup i18n initialization in configure.ac

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:
	* src/winwrangler.h:
	* src/ww-hotkeys.c:
	* src/ww-layout-expand.c:
	* src/ww-layout-tile.c:
	* src/ww-layouts.c:
	* src/ww-layouts.h:
	* src/ww-tray.c:
	* src/ww-utils.c:

	Mention correct project name in copyright blurbs

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* Makefile.am:

	Fix typo in Makefile.am comment

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* TODO.tasks:

	Removed empty TODO.tasks

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* .bzrignore:

	Updated ignore patterns
	
	All generated files are now in the ignore list

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* .bzrignore:

	Updated ignore patterns for po/ directory

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* po/nl.po:
	* po/LINGUAS:

	Added Dutch translation

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* INSTALL:

	Removed INSTALL symlink

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* po/Makefile.in.in:

	Removed unneeded po/Makefile.in.in

2008-11-19  Wouter Bolsterlee  <uws@xs4all.nl>

	* src/main.c:

	Mark applications options as translatable

2008-10-30  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* debian/changelog:
	* debian/control:

	Missing ',' in the debian/control screwing the .deb generation without warnings... :-S

2008-10-30  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* debian/changelog:
	* debian/control:

	Add build dep on libwnck to the .deb

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* ChangeLog:

	Update changelog

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* README:

	Clarify the purpose of WinWrangler in the README

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* NEWS:

	Initial fill-in of NEWS

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* Makefile.am:
	* debian/control:
	* src/Makefile.am:

	Fix distclean breakage after debian files where included

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* debian:
	* debian/changelog:
	* debian/compat:
	* debian/control:
	* debian/copyright:
	* debian/rules:

	Initial stab at debianization

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* aclocal.m4:
	* Makefile.am:

	Release 0.1
	
	Fix some distcheck issues

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* po/ChangeLog:
	* ChangeLog:

	Add files to make distcheck happy

2008-10-29  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* configure.ac:
	* src/winwrangler.h:
	* src/ww-layouts.c:
	* src/ww-tray.c:

	Add labels to layouts

2008-10-26  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-hotkeys.c:
	* src/ww-layouts.c:

	Chnage default hotkey modifiers to <Ctrl><Super> to avoid Compiz collisions (with zooming shortcuts)

2008-10-26  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-hotkeys.c:

	Also store the hotkey description with the hotkeys

2008-10-26  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-hotkeys.c:
	* aclocal.m4:
	* configure.ac:
	* data/art/scalable/winwrangler.svg:
	* po/Makefile.in.in:
	* src/Makefile.am:
	* src/main.c:
	* src/winwrangler.h:
	* src/ww-layouts.c:
	* src/ww-tray.c:
	* src/ww-utils.c:

	Enable hotkey monitoring using GtkHotkey

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* AUTHORS:
	* README:
	* src/Makefile.am:
	* src/main.c:
	* src/ww-tray.c:

	Remove stand alone app winwrangler-tray and make it a switch to the winwrangler executable instead

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* HACKING:
	* Makefile.am:
	* README:

	Update README
	
	Add HACKING file

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* data/art/32x32/winwrangler.png:
	* data/art/scalable/winwrangler.svg:
	* data/art/Makefile.am:

	add 32x32 and scalable icons

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* data/art/Makefile.am:

	Make icons install properly

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* data:
	* data/Makefile.am:
	* data/art:
	* data/art/16x16:
	* data/art/16x16/winwrangler.png:
	* data/art/22x22:
	* data/art/22x22/winwrangler.png:
	* data/art/32x32:
	* data/art/Makefile.am:
	* data/art/scalable:
	* data/art/winwrangler.png:
	* Makefile.am:
	* configure.ac:
	* src/ww-tray.c:

	Add icon files

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-layout-tile.c:

	Fix crasher in tile layout if no user windows where present

2008-03-04  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* README:
	* configure.ac:
	* src/main.c:
	* src/winwrangler.h:
	* src/ww-layout-expand.c:
	* src/ww-layout-tile.c:
	* src/ww-layouts.c:
	* src/ww-layouts.h:
	* src/ww-tray.c:
	* src/ww-utils.c:

	Rewrite tile layout to take struts (panels and such) into account.
	
	Fix segfault in -tray

2008-02-25  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-layout-tile.c:

	Fix leak of dimensions-array

2008-02-24  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-layout-tile.c:
	* src/Makefile.am:
	* src/main.c:
	* src/winwrangler.h:
	* src/ww-layouts.c:
	* src/ww-layouts.h:
	* src/ww-tray.c:
	* src/ww-utils.c:

	"Tile" layout now basically working. *Basically*.

2008-02-21  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/main.c:
	* src/ww-tray.c:

	Tray icon "working"

2008-02-21  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-tray.c:

	memory clean ups

2008-02-21  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-tray.c:

	Bits and pieces

2008-02-21  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/Makefile.am:
	* src/ww-layouts.h:
	* src/ww-tray.c:

	Make code compilable

2008-02-21  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-tray.c:
	* src/Makefile.am:
	* src/winwrangler.h:
	* src/ww-layouts.c:
	* src/ww-utils.c:

	Lots of work towards winwrangler-tray. DOESN'T COMPILE!

2008-02-21  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-utils.c:
	* src/Makefile.am:
	* src/main.c:
	* src/winwrangler.h:
	* src/ww-layout-expand.c:
	* src/ww-layouts.c:

	Semi-working expand. It has very rough edges, but works to some extent.

2008-02-20  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/main.c:
	* src/winwrangler.h:
	* src/ww-layout-expand.c:

	Change signature of WwLayoutHandler to take a WnckScreen as first arg

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/main.c:

	Print help message as default

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-layouts.h:
	* src/main.c:

	Add file I missed (ww-lauouts.h)
	
	Code cleanups in main.c

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/Makefile.am:
	* src/main.c:
	* src/winwrangler.h:
	* src/ww-layout-expand.c:
	* src/ww-layouts.c:

	Base app now working. Still now window handling, but we are ready for that now.

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* src/ww-layouts.c:
	* src/Makefile.am:
	* src/winwrangler.h:

	Start foundations of actual code

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* configure.ac:
	* src/main.c:
	* src/winwrangler.h:

	Define WwLayoutHandler signature

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* TODO.tasks:
	* Makefile.am:
	* configure.ac:
	* src/Makefile.am:
	* src/main.c:
	* src/callbacks.c:
	* src/ww-layout-expand.c:
	* src/callbacks.h:
	* src/winwrangler.h:

	More project setup

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* po/.cvsignore:
	* po/ChangeLog:
	* po/Makefile:
	* po/Makefile.in:
	* po/POTFILES:
	* po/stamp-it:
	* src/.cvsignore:
	* src/.deps:
	* src/.deps/callbacks.Po:
	* src/.deps/main.Po:
	* src/Makefile:
	* src/Makefile.in:
	* src/winwrangler.glade:

	Remove obsoletel files

2008-02-19  "Mikkel Kamstrup Erlandsen"  <mikkel.kamstrup@gmail.com>

	* AUTHORS:
	* COPYING:
	* ChangeLog:
	* INSTALL:
	* Makefile.am:
	* NEWS:
	* README:
	* aclocal.m4:
	* autogen.sh:
	* configure.ac:
	* po:
	* po/.cvsignore:
	* po/ChangeLog:
	* po/LINGUAS:
	* po/Makefile:
	* po/Makefile.in:
	* po/Makefile.in.in:
	* po/POTFILES:
	* po/POTFILES.in:
	* po/stamp-it:
	* src:
	* src/.cvsignore:
	* src/.deps:
	* src/.deps/callbacks.Po:
	* src/.deps/main.Po:
	* src/Makefile:
	* src/Makefile.am:
	* src/Makefile.in:
	* src/callbacks.c:
	* src/callbacks.h:
	* src/main.c:
	* src/winwrangler.glade:
	* winwrangler.anjuta:

	Initial imports