about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixed a commentAnselm R. Garbe2007-08-111-1/+1
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-1113-134/+164
| | | | included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
* let not overlap the bordersAnselm R. Garbe2007-08-101-1/+1
|
* removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ↵Anselm R. Garbe2007-08-108-197/+90
| | | | for details
* slight change of my color schemeAnselm R. Garbe2007-08-051-2/+2
|
* removed spow(x, 0); calls, I did them for consistency's sake, but it should ↵Anselm R. Garbe2007-08-051-3/+3
| | | | be rather obvious how the scaling works anyways
* applied Jukka's dwm.1 patchAnselm R. Garbe2007-08-051-6/+6
|
* changed shortcuts as described on the mailinglist, added sanity checks for ↵Anselm R. Garbe2007-08-054-35/+60
| | | | ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)
* small fix of static function orderAnselm R. Garbe2007-08-041-18/+18
|
* I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves ↵Anselm R. Garbe2007-08-044-29/+44
| | | | like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)
* removed a C++ style commentAnselm R. Garbe2007-08-031-1/+1
|
* implemented ratio tile as described on the mailinglistAnselm R. Garbe2007-08-034-44/+73
|
* changed the fix of yesterday, the resize should only be necessary at ↵Anselm R. Garbe2007-07-311-1/+1
| | | | manage() time, not on any unban()
* fooAnselm R. Garbe2007-07-301-0/+1
|
* set client state to iconic on maprequestAnselm R. Garbe2007-07-281-0/+1
|
* changed ban/unban implementation to not move the windows anymore, but ↵Anselm R. Garbe2007-07-284-11/+15
| | | | map/unmap them instead - PLEASE TEST THIS
* removed shiftview(), if you scroll the views in the tag area, you can also ↵Anselm R. Garbe2007-07-283-29/+2
| | | | | use Button1 instead removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the way
* applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Anselm R. Garbe2007-07-262-7/+3
|
* applied Jeroen Schot's shiftview patchAnselm R. Garbe2007-07-243-0/+23
|
* applied dwm-windowscrolling patcharg@f00b4r2007-07-241-0/+4
|
* Added tag 4.3 for changeset e0ec0d5d8b1earg@f00b4r2007-07-141-0/+1
|
* restoring tip to be a working dwm again (switching FONT to terminus in ↵ 4.3arg@f00b4r2007-07-122-3/+2
| | | | config.arg.h)
* please recheck this patch with Mathematica from Wolfram Research - lemme ↵Anselm R. Garbe2007-06-191-1/+2
| | | | know if it fixes the geyish blob window bug
* removed crappy createnotify handlerAnselm R. Garbe2007-06-191-14/+0
|
* applied restack patch of anydot, with slight changesAnselm R. Garbe2007-06-061-3/+9
|
* I change the style of init somewhat, init as early as possible.Anselm R. Garbe2007-06-061-3/+3
|
* uncommented creatnotifyAnselm R. Garbe2007-06-041-1/+1
|
* added an creatnotify event handlerAnselm R. Garbe2007-06-044-40/+56
|
* applied anudots [un]ban repair patchAnselm R. Garbe2007-06-043-7/+3
|
* making variable declarations in dwm.h extern, this seems to be more ansi ↵Anselm R. Garbe2007-06-011-15/+15
| | | | compliant
* replaced BORDERPX with sel->border in togglemax(), in other places this is ↵Anselm R. Garbe2007-05-302-2/+2
| | | | not possible.
* Added tag 4.2 for changeset c13cb8c6b7a5Anselm R. Garbe2007-05-301-0/+1
|
* referred to LICENSE file 4.2Anselm R. Garbe2007-05-3010-60/+10
|
* Jukka also belongs to Copyright holders after all he has contributed and ↵Anselm R. Garbe2007-05-3011-1/+12
| | | | done for dwm, updated -v as well
* applied Jukkas patchAnselm R. Garbe2007-05-302-2/+2
|
* changed -v output (now also anydot and nsz are contained in this output)Anselm R. Garbe2007-05-291-1/+1
|
* added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe2007-05-2911-0/+11
|
* added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe2007-05-2911-0/+11
|
* applied anydot's 3 minor patches, thank you anydotAnselm R. Garbe2007-05-294-34/+31
|
* applied Sanders patchAnselm R. Garbe2007-05-281-2/+2
|
* applied anydots proposal to let togglefloating restore fixed windowsAnselm R. Garbe2007-05-251-0/+2
|
* fix if n < nmaster of remainer calculation for master windowsAnselm R. Garbe2007-05-241-1/+1
|
* rev 900, coolAnselm R. Garbe2007-05-241-1/+1
|
* foAnselm R. Garbe2007-05-241-1/+1
|
* calculating the remainder for master and stack area correctlyAnselm R. Garbe2007-05-241-6/+9
|
* fixed issue reported by Christian GarbsAnselm R. Garbe2007-05-241-2/+1
|
* removed the only one and superfloues strncmpAnselm R. Garbe2007-05-231-1/+1
|
* fooAnselm R. Garbe2007-05-231-1/+1
|
* reverted last change after Sander pointed out the original decisionAnselm R. Garbe2007-05-231-1/+1
|
* applied anydots remark of togglefloating()Anselm R. Garbe2007-05-231-1/+1
|
k K. Agaram <vc@akkartik.com> 2016-10-23 21:15:43 -0700 3574' href='/akkartik/mu/commit/081print.mu?h=main&id=0606f4ace4fc6f610c89d8b7f561e09cc486b952'>0606f4ac ^
0d2686c7 ^
0606f4ac ^



dc1323e9 ^
0606f4ac ^








dc1323e9 ^
0606f4ac ^










a63ebc92 ^
0606f4ac ^




0d2686c7 ^
0606f4ac ^


a63ebc92 ^
1ead3562 ^
a63ebc92 ^
0606f4ac ^









a63ebc92 ^

72c4fb2d ^
6f65d591 ^

72c4fb2d ^
08f4628e ^

a0331a9b ^

72c4fb2d ^
22b30692 ^
ad8161f3 ^




72c4fb2d ^


136412d2 ^
6f65d591 ^

81ecfebd ^
08f4628e ^

a0331a9b ^

81ecfebd ^

ad8161f3 ^




81ecfebd ^


dc1323e9 ^
6f65d591 ^



dc1323e9 ^
08f4628e ^
ad8161f3 ^
7a84094a ^
a0331a9b ^

dc1323e9 ^

ad8161f3 ^





dc1323e9 ^


26c09c2b ^
6f65d591 ^



26c09c2b ^
08f4628e ^
ad8161f3 ^
6f65d591 ^
7a84094a ^
a0331a9b ^

26c09c2b ^

ad8161f3 ^





26c09c2b ^


136412d2 ^
6f65d591 ^






26c09c2b ^
6f65d591 ^
08f4628e ^
ad8161f3 ^
7a84094a ^
a0331a9b ^

26c09c2b ^

ad8161f3 ^







26c09c2b ^


dc1323e9 ^
6f65d591 ^



dc1323e9 ^
08f4628e ^
ad8161f3 ^
7a84094a ^

a0331a9b ^

dc1323e9 ^

ad8161f3 ^






dc1323e9 ^


26c09c2b ^
6f65d591 ^




26c09c2b ^
6f65d591 ^
ad8161f3 ^
7a84094a ^

26c09c2b ^
6f65d591 ^
26c09c2b ^
ad8161f3 ^

26c09c2b ^


136412d2 ^
6f65d591 ^










26c09c2b ^
6f65d591 ^
08f4628e ^
ad8161f3 ^
7a84094a ^

a0331a9b ^

26c09c2b ^

ad8161f3 ^

bbe0801a ^








ad8161f3 ^
bbe0801a ^
26c09c2b ^


760f683f ^
77d5b5d6 ^
104854ca ^
08f4628e ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^














a63ebc92 ^

760f683f ^
607ddf33 ^

7a84094a ^
08f4628e ^
80df524b ^
607ddf33 ^





80df524b ^
607ddf33 ^






760f683f ^
77d5b5d6 ^
104854ca ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^


a63ebc92 ^

760f683f ^
77d5b5d6 ^
104854ca ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^


a63ebc92 ^

2ffa3ede ^
6f65d591 ^






2ffa3ede ^
ad8161f3 ^
a0331a9b ^

2ffa3ede ^

22b30692 ^
ad8161f3 ^










bbe0801a ^

2ffa3ede ^


760f683f ^
77d5b5d6 ^
104854ca ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^







a63ebc92 ^

760f683f ^
77d5b5d6 ^
104854ca ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^





a63ebc92 ^

760f683f ^
77d5b5d6 ^
104854ca ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^







a63ebc92 ^

760f683f ^
77d5b5d6 ^
104854ca ^
a63ebc92 ^
0606f4ac ^


1ead3562 ^
a63ebc92 ^
0606f4ac ^





a63ebc92 ^
768bdb4d ^
760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^

104854ca ^
768bdb4d ^

760f683f ^
77d5b5d6 ^
104854ca ^
502d2ea5 ^

768bdb4d ^

760f683f ^
607ddf33 ^

7a84094a ^
607ddf33 ^


760f683f ^
77d5b5d6 ^
104854ca ^
9fae6657 ^
104854ca ^
0606f4ac ^
104854ca ^
1ead3562 ^
9fae6657 ^
0606f4ac ^
104854ca ^
9fae6657 ^

760f683f ^
77d5b5d6 ^
104854ca ^
9fae6657 ^
104854ca ^
0606f4ac ^
104854ca ^
1ead3562 ^
9fae6657 ^
0606f4ac ^
104854ca ^
9fae6657 ^

760f683f ^
77d5b5d6 ^
104854ca ^
0606f4ac ^

48bb8627 ^
48bb8627 ^

760f683f ^
77d5b5d6 ^
104854ca ^
0606f4ac ^

48bb8627 ^
48bb8627 ^

760f683f ^
77d5b5d6 ^
104854ca ^
0606f4ac ^

596490f4 ^
596490f4 ^

760f683f ^
77d5b5d6 ^
104854ca ^
0606f4ac ^

596490f4 ^
596490f4 ^

760f683f ^
77d5b5d6 ^
104854ca ^
80df524b ^
34342239 ^

502d2ea5 ^

34342239 ^
80df524b ^
57bcdaee ^
1691db72 ^
502d2ea5 ^

57bcdaee ^
7a84094a ^

768bdb4d ^
80df524b ^
502d2ea5 ^
08f4628e ^
136412d2 ^
502d2ea5 ^
768bdb4d ^

768bdb4d ^

3f7eed6c ^
6f65d591 ^

cee0e7d5 ^
6f65d591 ^
a0331a9b ^

cee0e7d5 ^

ad8161f3 ^








cee0e7d5 ^


760f683f ^
77d5b5d6 ^
bbe0801a ^
80df524b ^
34342239 ^

502d2ea5 ^

34342239 ^
80df524b ^
57bcdaee ^
1691db72 ^
502d2ea5 ^

57bcdaee ^
768bdb4d ^
ea19d0dc ^
3f7eed6c ^
768bdb4d ^
bbe0801a ^

760f683f ^
bbe0801a ^

80df524b ^
3151fb23 ^




80df524b ^
3151fb23 ^





bbe0801a ^
99232855 ^

760f683f ^
99232855 ^

80df524b ^
99232855 ^




80df524b ^
99232855 ^




7a84094a ^
99232855 ^

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
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723