about summary refs log tree commit diff stats
path: root/client.c
Commit message (Collapse)AuthorAgeFilesLines
* centering apps only if transient_for is not(!) setAnselm R.Garbe2006-08-171-9/+1
|
* fixed issue Sander reportedAnselm R.Garbe2006-08-171-4/+3
|
* condition was insufficientAnselm R.Garbe2006-08-161-2/+2
|
* fixed issue reported by sanderAnselm R.Garbe2006-08-161-0/+4
|
* added general centralization rule for new clients (works around various ↵Anselm R.Garbe2006-08-161-1/+10
| | | | borken apps)
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-6/+6
|
* fixedAnselm R.Garbe2006-08-141-8/+4
|
* added some flicker preventionAnselm R.Garbe2006-08-141-1/+3
|
* fixed a core dumpAnselm R.Garbe2006-08-141-1/+0
|
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-141-18/+8
|
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-2/+2
|
* applied Sander's patch as wellAnselm R.Garbe2006-08-111-2/+1
|
* simplified unmanageAnselm R.Garbe2006-08-111-7/+2
|
* removed the if(clients) check from popping codeAnselm R.Garbe2006-08-111-2/+1
|
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-101-1/+1
|
* respecting inc hints in floating mode on togglemaxAnselm R.Garbe2006-08-101-1/+1
|
* reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe2006-08-101-1/+1
|
* togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe2006-08-101-1/+1
|
* applied sumik's multihead patchAnselm R.Garbe2006-08-101-0/+2
|
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-101-7/+0
|
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-081-5/+0
|
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-081-0/+5
|
* applied endless loop prevention on zoom()arg@10ksloc.org2006-08-071-1/+3
|
* small fix of the last commitarg@10ksloc.org2006-08-051-1/+1
|
* using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org2006-08-051-1/+1
|
* mouse grab needs also to grab for combinations of numlock/lockmaskarg@10ksloc.org2006-08-051-0/+20
|
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org2006-08-031-1/+3
| | | | rest is calculated correctly, rules take an int array for the tags
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵arg@10ksloc.org2006-08-031-1/+1
| | | | TLast enum)
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-021-22/+10
| | | | make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
* new stuffarg@10ksloc.org2006-08-021-15/+21
|
* implemented focus on enterwindow on titlebarsarg@10ksloc.org2006-08-021-1/+1
|
* reverting to old resize policyarg@10ksloc.org2006-08-021-11/+19
|
* new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org2006-08-021-19/+11
|
* renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org2006-08-011-1/+1
|
* removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org2006-08-011-8/+3
|
* uppercasing all define'd values (uppercase-prefixed should only be enum ↵arg@10ksloc.org2006-08-011-3/+3
| | | | field qualifiers)
* applied Sanders patchesarg@10ksloc.org2006-08-011-3/+3
|
* committed a patch which fixes the hints of Jukkaarg@10ksloc.org2006-08-011-34/+8
|
* sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org2006-07-211-2/+15
| | | | simplified pop(), changed shortcuts to always contain MODKEY
* applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org2006-07-201-10/+10
|
* serious mistake in pop() (forgot to set c->prev to NULL on pop)arg@10ksloc.org2006-07-201-0/+1
|
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-201-15/+31
|
* made status bar drawing more robust, implemented togglemax and togglemode, ↵arg@10ksloc.org2006-07-201-15/+38
| | | | works quite well
* cleaned up codearg@10ksloc.org2006-07-201-6/+10
|
* removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling ↵arg@10ksloc.org2006-07-201-76/+52
| | | | remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
* implemented regexp matching for rulesarg@10ksloc.org2006-07-191-2/+3
|
* applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org2006-07-191-3/+3
|
* fixed the bug mentioned by Sanderarg@10ksloc.org2006-07-191-3/+7
|
* refactored Sanders code somewhatarg@10ksloc.org2006-07-191-2/+2
|
* implemented fallback for too many clients in stacked modearg@10ksloc.org2006-07-191-2/+3
|
acidbong/suckless/dwm/commit/wm.c?h=5.8.1&id=33996500763b04119a6867dfa4040a4236c21a41'>3399650 ^
0ff8065 ^


352e1b4 ^
3399650 ^
0ff8065 ^
c09bf8d ^
080a38d ^
352e1b4 ^
3399650 ^



c0705ee ^
3399650 ^









e6cbe9c ^
3399650 ^

adaa28a ^

1076f2b
727449d ^
1076f2b

dba2306 ^
bf35794 ^


dba2306 ^


4641aa2 ^
dba2306 ^
dc5d967 ^





dba2306 ^

dc5d967 ^
dba2306 ^
4641aa2 ^

1076f2b


b5159df ^
dc5d967 ^
1076f2b
4970ef9 ^


1076f2b
4970ef9 ^

1076f2b


86d1224 ^
1076f2b
e571de8 ^
1076f2b


dba2306 ^

86d1224 ^
1076f2b
f60c597 ^
1076f2b
dba2306 ^

1076f2b
b6ad663 ^
f60c597 ^
dba2306 ^
2ffdc19 ^
1076f2b
b5159df ^
c0705ee ^
dba2306 ^
1076f2b
4e2c5b5 ^
0680c76 ^
b6ad663 ^
727449d ^
e3fd306 ^
0e5c819 ^
95e8d12 ^

e571de8 ^
b5159df ^

0e5c819 ^
b5159df ^
95e8d12 ^


0cf3ba0 ^
95e8d12 ^

c0705ee ^
0e5c819 ^

b5159df ^
b439892 ^
df74b26 ^
439e15d ^
1076f2b




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