about summary refs log tree commit diff stats
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup form method codebptato2022-02-081-8/+38
|
* Implement formsbptato2022-01-292-42/+208
| | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think.
* Implement text-align and <center>bptato2022-01-291-2/+2
|
* Fix stylesheet containment bugbptato2022-01-252-12/+2
|
* Optimize cascading algorithmbptato2022-01-242-0/+8
|
* Refactorbptato2022-01-241-11/+12
|
* Fix head parsingbptato2022-01-241-1/+1
|
* Fix node to cell mappingbptato2022-01-241-8/+29
|
* Infer that we're in document body for textbptato2022-01-231-4/+6
|
* Support external stylesheetsbptato2022-01-232-2/+14
|
* Fix page navigationbptato2022-01-222-6/+10
|
* Remove specified values for PSEUDO_NONEbptato2022-01-191-1/+1
|
* Implement basics of new layout enginebptato2022-01-182-2/+11
|
* Refactorbptato2021-12-292-3/+3
|
* Cascade optimizations, start layout engine rewritebptato2021-12-291-1/+1
|
* Proper URL handlingbptato2021-12-261-4/+7
|
* Honestly I'm not sure what I added here...bptato2021-12-211-28/+36
|
* Implement gotoAnchorbptato2021-12-201-0/+5
|
* Fix html parser bugsbptato2021-12-191-6/+7
|
* Preparation for at rules, small inline-block fixbptato2021-12-192-4/+4
|
* Refactor selector code, optimize style tagsbptato2021-12-182-10/+31
|
* Rework cascading algorithmbptato2021-12-181-4/+3
|
* More code formatting consistencybptato2021-12-172-2/+2
|
* Some parser fixesbptato2021-12-151-11/+13
|
* Refactor enumsbptato2021-12-153-3/+95
|
* Add lists, function selector fixesbptato2021-12-142-36/+102
|
* Support ::before, ::after pseudo elementsbptato2021-12-131-1/+3
|
* Support inline style attributesbptato2021-12-102-17/+13
|
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-232-6/+22
|
* Refactor cascading logic and css valuesbptato2021-11-191-287/+4
| | | | | applyStylesheets is now in style.nim and computed values etc in values.nim
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-68/+74
|
* Fix some whitespace bugsbptato2021-11-151-11/+7
|
* Initial implementation of CSS :hoverbptato2021-11-141-7/+3
|
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-3/+0
|
* Ignore invalid css valuesbptato2021-11-131-12/+11
|
* Implement css property inheritancebptato2021-11-121-14/+10
|
* Clean up unused importsbptato2021-11-121-2/+0
|
* Colors, italic, bold, read from pipebptato2021-11-122-8/+33
|
* Layout engine improvements, use author style sheetbptato2021-11-102-39/+103
|
* It's broken but it could be worsebptato2021-11-091-34/+59
|
* Display & when escape cmd parsing failsbptato2021-11-081-4/+4
|
* Add RowBox structurebptato2021-10-031-111/+0
|
* Rewrite renderer (still non-functional)bptato2021-08-281-69/+89
|
* Minor changesbptato2021-08-162-19/+22
|
* Get rid of some old code, work on css property handlingbptato2021-08-113-88/+15
|
* Rename cssparser.nimbptato2021-08-101-1/+1
|
* Some refactoringbptato2021-08-102-36/+82
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-9/+12
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-073-21/+16
|
* HTML display with highly broken box modelbptato2021-08-062-8/+35
|
15 +0200 refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly' href='/ahoang/Nim/commit/compiler/reorder.nim?h=devel&id=40ec7be45c7d9f05f46237379c4e436d564e42fd'>40ec7be45 ^
e2af48643 ^







ce341982a ^


e2af48643 ^


























826c1e2d7 ^

e2af48643 ^
33b69f0ed ^
e2af48643 ^
33b69f0ed ^
826c1e2d7 ^
e2af48643 ^






5bf31fcab ^
e2af48643 ^
33b69f0ed ^
bf6c2c5cc ^

e2af48643 ^
826c1e2d7 ^
33b69f0ed ^
826c1e2d7 ^
33b69f0ed ^
e2af48643 ^




























5bf31fcab ^
e2af48643 ^























a325692fb ^
e2af48643 ^













5bf31fcab ^
e2af48643 ^







d48e96495 ^
e2af48643 ^











ce341982a ^
e2af48643 ^




















b7116a28e ^


e2af48643 ^












































































a325692fb ^
e2af48643 ^




a325692fb ^
e2af48643 ^






a325692fb ^
e2af48643 ^




a325692fb ^
e2af48643 ^



ce341982a ^

e2af48643 ^
a325692fb ^
e2af48643 ^










































826c1e2d7 ^
e2af48643 ^


bf6c2c5cc ^
33b69f0ed ^
826c1e2d7 ^
ce341982a ^




826c1e2d7 ^
ce341982a ^
e2af48643 ^

5bf31fcab ^
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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444