about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* made squares equally sized, and 1px biggerarg@mig292006-12-011-5/+5
* if client is focused, the emptysquare don't needs to be drawedarg@mig292006-12-011-3/+3
* and the winner isarg@mig292006-12-012-14/+20
* sander1 proposalarg@mig292006-12-011-7/+15
* doodarg@mig292006-12-011-8/+9
* darkening the fg colors somewhatarg@mig292006-12-011-2/+2
* less obtrusive indicator (only a top line)arg@mig292006-12-012-18/+5
* final2 indicatorarg@mig292006-12-012-9/+13
* removing the -1 on final indicators, looks cleanerarg@mig292006-12-011-3/+3
* final indicatorsarg@mig292006-12-012-4/+3
* changed things like I described in last mailarg@mig292006-12-011-15/+11
* improved tag indicatorarg@mig292006-12-011-6/+14
* removed viewall signature from dwm.harg@mig292006-11-301-1/+0
* next version will be 2.5arg@mig292006-11-301-1/+1
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig292006-11-305-13/+9
* Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479farg@mig292006-11-301-0/+1
* extended dwm.1 with last change 2.4arg@mig292006-11-281-1/+1
* togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig292006-11-281-1/+1
* applied Alex Elide's tricky patch, thanks!arg@mig292006-11-271-1/+0
* returning to old Key structarg@mig292006-11-273-68/+65
* applied Szabolcs Nagy's patch (thank you!)arg@mig292006-11-271-1/+1
* applied patch by Jukkaarg@mig292006-11-271-1/+1
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of f...arg@mig292006-11-273-69/+72
* added man page entryarg@mig292006-11-272-1/+4
* added togglefloat to hg tip (i consider this useful for some cases), using MO...arg@mig292006-11-274-0/+11
* applied Jukka's patch preventing some cornercases and making the EOF error me...arg@mig292006-11-271-1/+2
* applied yet another proposal of Manuelarg@mig292006-11-261-2/+2
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig292006-11-265-14/+16
* applied Jukka's stdinread patcharg@mig292006-11-261-2/+3
* next version will be 2.4arg@mig292006-11-251-1/+1
* applied Manuels patch (thanks to Manuel!)arg@mig292006-11-252-15/+22
* small fix of man pagearg@mig292006-11-241-1/+1
* Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849arg@mig292006-11-241-0/+1
* using the term 'indicated' instead of 'higlighted' 2.3arg@mig292006-11-231-3/+3
* updated man page with the bottom right corner indicatorarg@mig292006-11-231-2/+4
* fifififarg@mig292006-11-223-37/+1
* added a similiar patch to Daves solution to indicate if there are clients wit...arg@mig292006-11-221-8/+24
* returning to old bar colorization behavior, like sander proposed for consiste...arg@mig292006-11-211-1/+1
* applied Gottox patchesarg@mig292006-11-213-8/+6
* using iso10646 explicitely in arg's config.harg@mig292006-11-211-1/+1
* Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cfarg@mig292006-11-211-0/+1
* nah reverting to my prev style, that's really the best 2.2arg@mig292006-11-181-6/+6
* applying aluminium style for arg's config.harg@mig292006-11-181-6/+6
* applied Gottox' windowarea patcharg@mig292006-11-164-32/+32
* using a more blue-ish color...arg@mig292006-11-081-2/+2
* making the selected color more lightningarg@mig292006-11-081-1/+1
* next release will be 2.2arg@mig292006-11-031-1/+1
* applied Jukkas patcharg@mig292006-11-031-3/+7
* Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531arg@mig292006-11-021-0/+1
* renamed resizecol into resizemaster 2.1arg@mig292006-10-314-6/+6
6.1&id=0654d6d093f8e78033b9dcafcb52bbdcd92aed0c'>^
4c13e1f2 ^

34a60763 ^
4c13e1f2 ^





34a60763 ^

4c13e1f2 ^

34a60763 ^
4c13e1f2 ^

c776804d ^
4c13e1f2 ^




34a60763 ^
4c13e1f2 ^




















4c13e1f2 ^

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