about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
...
* WindowAttributes: refactorbptato2023-10-192-2/+2
* layout: move Strut from box -> enginebptato2023-10-142-13/+14
* layout: remove unused InlineAtom membersbptato2023-10-141-2/+0
* layout: add LineBoxStatebptato2023-10-142-64/+82
* layout: get rid of baseline, firstBaseline functionsbptato2023-10-142-25/+22
* fix commentbptato2023-10-131-1/+1
* layout: refactor InlineContextbptato2023-10-132-162/+187
* layout: fix table cell sizing with specified widthsbptato2023-09-202-19/+59
* move around more modulesbptato2023-09-142-2/+2
* layout: make table rowspan occupy several rowsbptato2023-09-112-20/+51
* layout: fix table row group regressionbptato2023-09-101-9/+29
* layout: simplify preBuildTableRowsbptato2023-09-091-36/+13
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-092-11/+57
* layout: count spacing before inline padding toobptato2023-07-281-2/+10
* layout: remove incorrect commentbptato2023-07-271-2/+0
* layout: distinguish padding from spacingbptato2023-07-272-5/+23
* layout: fix incorrect parenthesesbptato2023-07-271-1/+1
* layout: do not treat inline padding as spacingbptato2023-07-271-5/+6
* layout: remove unused variablesbptato2023-07-271-3/+0
* layout: refactor absolute positioning width calcbptato2023-07-271-13/+84
* layout: fix superfluous inline whitespacebptato2023-07-251-1/+3
* layout: use nowrap functionbptato2023-07-251-1/+1
* layout: fix position: relative sizesbptato2023-07-251-2/+2
* layout: refactor sizingbptato2023-07-252-281/+425
* make it compilebptato2023-07-081-8/+7
* layout: width-related fixesbptato2023-07-081-34/+38
* layout: refactor table layoutbptato2023-07-072-92/+109
* layout: show [img] instead of image urlbptato2023-07-071-1/+1
* Fix bug in media-query parsingbptato2023-07-041-20/+25
* Fix table cellspacing not being counted in row widthbptato2023-07-041-0/+7
* Use LayoutUnit in layoutbptato2023-07-043-110/+178
* Fix various layout bugs, prepare for image supportbptato2023-06-122-86/+95
* Fix -cha-center moving by negative xbptato2023-06-101-4/+2
* Add support for visibilitybptato2023-06-071-0/+2
* layout: fix min-height/max-height handlingbptato2023-06-072-20/+22
* min-height, max-height fixesbptato2023-05-141-4/+4
* remove stray eprint, remove unused make*bptato2023-05-131-1/+0
* layout: disregard negative underflowbptato2023-05-131-1/+2
* Working position: absolute, some other fixesbptato2023-05-132-145/+131
* layout/engine: fix min-width doing the wrong thingbptato2023-03-101-4/+4
* layout/engine: fix double positioning absolute boxesbptato2023-02-192-0/+11
* layout/engine: fix some tab alignment issuesbptato2023-02-141-2/+4
* layout: fix position:absolute, remove position:fixedbptato2023-01-202-31/+45
* layout/engine: fix tab displaybptato2023-01-191-1/+4
* css/cascade, layout/engine: add table alignbptato2023-01-081-34/+32
* layout/engine: fix marker box computed valuesbptato2023-01-061-1/+1
* layout/engine: fix non-inheritable values for inline boxbptato2023-01-062-36/+61
* layout/engine: fix pre-line wrap on newlinebptato2023-01-051-1/+6
* layout/engine: fix inline-table crashbptato2023-01-031-16/+19
key@invisible-island.net> 1997-10-06 04:08:00 -0400 snapshot of project "lynx", label v2-7-1ac_0-76' href='/ingrix/lynx-snapshots/commit/src/LYStrings.h?id=1d80538b4b84eadd223c7b61839b950389c2d49d'>1d80538b ^
e087f6d4
1d80538b ^







e087f6d4


a4a7d3a3 ^
a735f5ad ^
5be99e2e ^



e087f6d4
c7bfda90 ^



e087f6d4






d3f9d547 ^
e087f6d4





c5fef0d4 ^


c7bfda90 ^
c5fef0d4 ^





c7bfda90 ^




















c5fef0d4 ^

0654c702 ^
c7bfda90 ^




e087f6d4





c7bfda90 ^





e087f6d4


2a256611 ^
e087f6d4













c7bfda90 ^



e087f6d4








c5fef0d4 ^
e087f6d4


c5fef0d4 ^




6d7ee048 ^

e087f6d4














97d3287a ^
e47cfd56 ^
6d7ee048 ^

a2e94617 ^

6d7ee048 ^

e087f6d4
c7bfda90 ^



















a2a1ab1e ^



d3f9d547 ^

2b52e9e6 ^
d3f9d547 ^


9c512bba ^
d3f9d547 ^
9c512bba ^
d3f9d547 ^













79de4059 ^

1d80538b ^






c7bfda90 ^

1d80538b ^




8bccca15 ^

e087f6d4



c7bfda90 ^


e087f6d4
c7bfda90 ^
d3f9d547 ^
2a256611 ^


e087f6d4
2a256611 ^
c7bfda90 ^


e087f6d4




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