about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* removed small 1px gap, somehow without it things feel betterAnselm R. Garbe2006-08-251-1/+1
|
* oopsAnselm R. Garbe2006-08-251-1/+1
|
* fixed typoAnselm R. Garbe2006-08-252-2/+2
|
* s/TILED/TILE/gAnselm R. Garbe2006-08-253-3/+3
|
* removed a bunch of lines, made mode symbols configurableAnselm R. Garbe2006-08-254-8/+7
|
* changed symbols for float/tiled mode, added mouse-driven mode toggle to ↵Anselm R. Garbe2006-08-252-11/+13
| | | | buttonpress()
* small fix to separate client title from right-most tagAnselm R. Garbe2006-08-251-2/+2
|
* restored config.arg.hAnselm R. Garbe2006-08-251-16/+12
|
* new color stuff/new rendering stuffAnselm R. Garbe2006-08-256-58/+70
|
* back to 3 colorsAnselm R. Garbe2006-08-255-38/+35
|
* fixedAnselm R. Garbe2006-08-241-6/+6
|
* 3->4 colorsAnselm R. Garbe2006-08-246-26/+22
|
* Added tag 1.0 for changeset bbc98e77ae89a7c9232a5be0835f60ea00d8036eAnselm R. Garbe2006-08-241-0/+1
|
* prepared dwm-1.0 1.0Anselm R. Garbe2006-08-241-2/+2
|
* yet another fixAnselm R. Garbe2006-08-241-1/+1
|
* small man page fixAnselm R. Garbe2006-08-241-1/+2
|
* found less intrusive wayAnselm R. Garbe2006-08-241-6/+12
|
* changing tag indicator through underlineAnselm R. Garbe2006-08-242-26/+17
|
* black on light is really better, I notice this after allAnselm R. Garbe2006-08-231-3/+3
|
* updated man pageAnselm R. Garbe2006-08-237-74/+69
|
* applied tag drawing change to man pageAnselm R. Garbe2006-08-231-4/+4
|
* implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe2006-08-232-10/+23
|
* removed a blank lineAnselm R. Garbe2006-08-231-1/+0
|
* eliminated sentinel warningAnselm R. Garbe2006-08-231-1/+1
|
* small fix of man pageAnselm R. Garbe2006-08-231-1/+1
|
* implemented class:inst:title matchingAnselm R. Garbe2006-08-233-8/+8
|
* applied zero_to_five patchAnselm R. Garbe2006-08-231-5/+5
|
* tags appear in the left againAnselm R. Garbe2006-08-231-5/+5
|
* separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe2006-08-233-99/+104
|
* updated man pageAnselm R. Garbe2006-08-221-2/+1
|
* titlebars contain tags in the right nowAnselm R. Garbe2006-08-221-6/+5
|
* fixed default key bindings (indexes of tags were screwed up)Anselm R. Garbe2006-08-221-20/+20
|
* rearranged getprotoAnselm R. Garbe2006-08-221-6/+5
|
* removed winprop (merged into getproto)Anselm R. Garbe2006-08-221-27/+7
|
* separated several functions into view.cAnselm R. Garbe2006-08-225-258/+266
|
* removed DEFTAGAnselm R. Garbe2006-08-223-4/+2
|
* removed badmalloc (thx for the pointer to Uriel)Anselm R. Garbe2006-08-221-10/+2
|
* rxvt is quite slow under OpenBSDAnselm R. Garbe2006-08-221-1/+1
|
* font fixAnselm R. Garbe2006-08-221-2/+3
|
* slight change of my config.hAnselm R. Garbe2006-08-221-4/+4
|
* fixedAnselm R. Garbe2006-08-221-3/+3
|
* windows which have set transient_for hint inherit the transient_for window ↵arg@localhost.10kloc.org2006-08-212-2/+7
| | | | tags now
* after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org2006-08-212-8/+10
|
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from ↵Anselm R.Garbe2006-08-212-28/+32
| | | | the new function names
* small renamings of two static functionsAnselm R.Garbe2006-08-212-5/+5
|
* small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe2006-08-213-11/+13
|
* applied Sanders patchAnselm R.Garbe2006-08-181-6/+2
|
* made a new client position strategy similiar to that one proposed by Sander, ↵Anselm R.Garbe2006-08-181-7/+7
| | | | but which takes top bar into account
* fixed a bug reported by sanderAnselm R.Garbe2006-08-171-1/+1
|
* applied the shorter xprop commandAnselm R.Garbe2006-08-171-1/+1
|
#n93'>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