about summary refs log tree commit diff stats
path: root/event.c
Commit message (Collapse)AuthorAgeFilesLines
* implemented the maximization as I described on the mailinglist, this feels ↵arg@mmvi2006-09-221-2/+2
| | | | better to me.
* added visibility check to enternotify as well 1.6arg@mmvi2006-09-151-1/+1
|
* removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe2006-09-121-37/+22
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe2006-09-111-2/+2
|
* applied Sanders max_and_focus.patchAnselm R. Garbe2006-09-041-4/+4
|
* simplified buttonpressAnselm R. Garbe2006-09-011-23/+12
|
* applied sanders patchAnselm R. Garbe2006-09-011-5/+8
|
* implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe2006-08-311-2/+9
|
* simplified configurerequestAnselm R. Garbe2006-08-291-25/+22
|
* now dwm enforces max screen size also in tiled mode on non-floating clients ↵Anselm R. Garbe2006-08-291-13/+14
| | | | which are maximized
* fixedAnselm R. Garbe2006-08-291-1/+3
|
* configurenotify remembers max geom now, and restores this if necessary, ↵Anselm R. Garbe2006-08-291-1/+11
| | | | however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
* applied sanders focus_ patchesAnselm R. Garbe2006-08-281-1/+1
|
* applied sanders somepatches.patchAnselm R. Garbe2006-08-281-2/+4
|
* trying a different configurationAnselm R. Garbe2006-08-251-13/+11
|
* changed symbols for float/tiled mode, added mouse-driven mode toggle to ↵Anselm R. Garbe2006-08-251-10/+12
| | | | buttonpress()
* new color stuff/new rendering stuffAnselm R. Garbe2006-08-251-1/+3
|
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from ↵Anselm R.Garbe2006-08-211-0/+2
| | | | the new function names
* changed main event loopAnselm R.Garbe2006-08-151-0/+13
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-141-3/+3
|
* applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe2006-08-141-3/+3
|
* fixedAnselm R.Garbe2006-08-141-1/+1
|
* remove unnecessary XSyncAnselm R.Garbe2006-08-141-1/+0
|
* added mappingnotify event for kb refreshesAnselm R.Garbe2006-08-141-0/+12
|
* removed unneecessary crapAnselm R.Garbe2006-08-141-6/+1
|
* pplied Sanders appendtag patchAnselm R.Garbe2006-08-141-0/+6
|
* some other small fixesAnselm R.Garbe2006-08-141-2/+4
|
* removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-141-16/+0
|
* implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-141-0/+16
|
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-141-3/+6
|
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-141-2/+5
|
* removed viewnext/viewprevAnselm R.Garbe2006-08-141-23/+9
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe2006-08-131-1/+1
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe2006-08-111-5/+2
| | | | view... updated man page (works great!) nice feature
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-1/+7
|
* realized that client focussing through the bar is pretty useless, better is ↵Anselm R.Garbe2006-08-111-5/+5
| | | | sloppy view focussing for B1/B3 as well instead
* implemented focusprev on button1 press in the bar, and focusnext on button3 ↵Anselm R.Garbe2006-08-111-2/+6
| | | | press in the bar
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-101-2/+1
|
* applied sumik's multihead patchAnselm R.Garbe2006-08-101-5/+10
|
* applied sander's patchAnselm R.Garbe2006-08-101-11/+8
|
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-101-9/+8
|
* added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe2006-08-091-0/+2
|
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-081-13/+0
|
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-081-0/+13
|
* applied grabbing-- and shell_minimalarg@10ksloc.org2006-08-071-8/+0
|
* small performance tweak ;)arg@10ksloc.org2006-08-041-2/+4
|
* fixed xterm font change (all other related apps should work fine with this ↵arg@10ksloc.org2006-08-041-14/+12
| | | | fix as well)
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org2006-08-031-1/+1
| | | | rest is calculated correctly, rules take an int array for the tags
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-021-19/+46
| | | | 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-5/+2
|
rg> 2006-08-22 16:50:21 +0200 committer Anselm R. Garbe <arg@10kloc.org> 2006-08-22 16:50:21 +0200 separated several functions into view.c' href='/acidbong/suckless/dwm/commit/view.c?h=3.8&id=aa13727067af829b94461eb36aa029297ed8e6b9'>aa13727 ^
6651dd7 ^
15abade ^
0925dd5 ^

15abade ^
aa13727 ^



ca65478 ^
aa13727 ^



aa13727 ^








ca65478 ^
aa13727 ^



aa13727 ^









0b80d18 ^







40bd21c ^
ca65478 ^
40bd21c ^







6499fc4 ^
4b5b3d9 ^
f78c16f ^






5983c00 ^
6499fc4 ^

aa13727 ^
6b25d06 ^
aa13727 ^

67986e8 ^
c60de1a ^

aa13727 ^
c60de1a ^
69b738c ^


aa13727 ^
7225c99 ^




69b738c ^
7225c99 ^

69b738c ^

aa13727 ^
7225c99 ^
aa13727 ^





46d5f9d ^
3aff961 ^
46d5f9d ^





ca65478 ^
b5159df ^
aa13727 ^
5983c00 ^
aa13727 ^




ca65478 ^
aa13727 ^





5983c00 ^
fee8df6 ^


ca65478 ^
aa13727 ^


42fd392 ^
7009ebf ^

5983c00 ^
aa13727 ^


ca65478 ^
06bae9d ^
ec85fdd ^
d800ec0 ^


d800ec0 ^
346bdea ^
d800ec0 ^

0b80d18 ^


aa13727 ^
0b80d18 ^
06bae9d ^







0b80d18 ^
8a6679b ^
5983c00 ^
aa13727 ^
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