about summary refs log tree commit diff stats
path: root/tile.c
Commit message (Expand)AuthorAgeFilesLines
* updateAnselm R Garbe2008-05-191-4/+0
* updatetilegeom should be fine for setmfactAnselm R Garbe2008-05-191-1/+1
* recent changes, introduced togglebar, changed some defines into variable decl...Anselm R Garbe2008-05-191-6/+7
* s/tilegeom/updatetilegeom/Anselm R Garbe2008-05-171-16/+16
* moved all tile()-related stuff into tile.c which is included from config.def....Anselm R Garbe2008-05-171-0/+103
* micromizing dwm step 1Anselm R. Garbe2007-09-151-85/+0
* introduced new define RESIZEHINTS, which allows to enable/disable size hint h...Anselm R. Garbe2007-09-091-1/+1
* prepared 4.4.1 bugfix and minor feature enhancement release 4.4.1Anselm R. Garbe2007-08-261-2/+1
* applied Gottox mwfact patchAnselm R. Garbe2007-08-181-8/+7
* applied Jukka Salmi's setmwfact patchAnselm R. Garbe2007-08-171-5/+11
* applied Jukka's patchAnselm R. Garbe2007-08-161-1/+3
* small bugfixAnselm R. Garbe2007-08-131-1/+1
* made tile simplierAnselm R. Garbe2007-08-131-23/+20
* made Layout a static struct in layout.c, added some convenience getters in la...Anselm R. Garbe2007-08-131-9/+4
* renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfactAnselm R. Garbe2007-08-121-7/+6
* separated layout-specific stuff into separate .h and .c files which are inclu...Anselm R. Garbe2007-08-111-0/+88
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-191-131/+0
* added some new convenience functionsAnselm R. Garbe2007-02-191-4/+1
* some more refactoringAnselm R. Garbe2007-02-191-2/+4
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-191-0/+132
le='Blame the previous revision' href='/akkartik/mu/blame/subx/036global_variables.cc?h=hlt&id=17b8233f44d42b06420df2f7a51a87cc22a7adbc'>^
a6517ed8 ^














a6061b9f ^





a6517ed8 ^




f75c7021 ^
fb7e66fd ^

a6517ed8 ^
f75c7021 ^
a6517ed8 ^
f75c7021 ^




a6517ed8 ^





a6061b9f ^



















f75c7021 ^










cac416f4 ^
f75c7021 ^


cac416f4 ^
f75c7021 ^
cac416f4 ^
f75c7021 ^



cac416f4 ^



f75c7021 ^












a6517ed8 ^
a6517ed8 ^

94ad882e ^
a6517ed8 ^

e3c331d0 ^
f75c7021 ^
a6517ed8 ^



a6517ed8 ^

94ad882e ^
a6517ed8 ^

e3c331d0 ^
f75c7021 ^
a6517ed8 ^
f75c7021 ^
cac416f4 ^
a6061b9f ^














fb7cd3f1 ^









cac416f4 ^
cac416f4 ^

630433cd ^
cac416f4 ^
e3c331d0 ^
cac416f4 ^
f75c7021 ^




e3c331d0 ^
f75c7021 ^













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