about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Add support for width, height media querybptato2023-06-071-0/+3
* Add support for canvas and multipartbptato2023-06-051-44/+50
* Refactor config, add charset optsbptato2023-05-162-0/+40
* Add elogbptato2023-05-011-0/+16
* what 003ca26b was supposed to dobptato2023-04-301-0/+1
* eprint: make it a functionbptato2023-02-051-1/+1
* Update character width rangesbptato2023-02-051-168/+102
* Make width table at compile-timebptato2023-01-271-63/+100
* utils/twtstr: simplify mnormalizebptato2023-01-061-4/+1
* twtstr: fix oversightbptato2023-01-051-6/+1
* data/idna, utils/twtstr: clean up, fix bugsbptato2023-01-051-50/+62
* convert_size: truncate resultbptato2023-01-011-13/+18
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-18/+24
* Proper support for tabsbptato2022-12-271-4/+16
* Correct attribute functions, de-extern jserrbptato2022-12-261-3/+9
* dom: correct constructors, more create functionsbptato2022-12-261-0/+9
* DOM: implement many new methodsbptato2022-12-261-0/+56
* Add unicode normalization, etcbptato2022-12-191-16/+75
* More DOM workbptato2022-12-191-0/+4
* More work on DOM (incl. bugfixes)bptato2022-12-191-13/+1
* Add JS support to documentsbptato2022-12-181-0/+28
* makeCRLF: move to twtstr, write last charbptato2022-12-151-0/+23
* Fix path mime type detectionbptato2022-12-131-2/+2
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-2/+2
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-1/+1
* Fix a punycode decoding bugbptato2022-12-051-1/+1
* Remove unused twtstr functionsbptato2022-12-051-28/+1
* Fix some regressions, add loading progress barbptato2022-11-271-0/+13
* Also, implement proper asyncbptato2022-11-271-4/+5
* Fix lineedit bugsbptato2022-11-261-13/+0
* Terminal refactoringsbptato2022-11-201-19/+0
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+20
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-1/+0
* More JS bindingsbptato2022-09-131-43/+38
* Add a network stream wrapper, improve eprintbptato2022-09-051-1/+1
* Remove httpclient dependencybptato2022-08-041-0/+8
* Update CSS tokenizerbptato2022-07-291-1/+1
* Add missing pop pragmabptato2022-07-291-0/+1
* Improved incremental search: support unicodebptato2022-07-231-0/+9
* Implement select element displaybptato2022-07-171-0/+12
* Throw out unused functionsbptato2022-07-131-101/+0
* Don't zero-fill makewidthtablebptato2022-07-131-1/+1
* Fix a tokenizer bug, clean up some warningsbptato2022-07-121-14/+14
* Fix and clean up some dom-based featuresbptato2022-07-111-0/+17
* Implement HTML5 parsingbptato2022-07-112-19/+27
* Implement standard-compliant HTML tokenizerbptato2022-06-272-12/+25
* twtstr: replace bisearch with stdlib binarySearchbptato2022-02-191-20/+2
* Fix not being able to load local files with ?, #, etcbptato2022-02-191-0/+8
* Implement formsbptato2022-01-291-13/+25
* Implement text-align and <center>bptato2022-01-291-6/+5
tik K. Agaram <vc@akkartik.com> 2017-06-09 11:29:15 -0700 3902 - drop redundant redraw of recipe side on F4' href='/akkartik/mu/commit/html/edit/007-sandbox-delete.mu.html?h=main&id=6d12a8c4ebe25527c92a934702e2628ce8c4bd4c'>6d12a8c4 ^
9e751bb8 ^
6d12a8c4 ^






aac2775a ^
6d12a8c4 ^




9e751bb8 ^
6d12a8c4 ^










aac2775a ^

6d12a8c4 ^















8a92572d ^
6d12a8c4 ^





























































aac2775a ^

6d12a8c4 ^






0f0be736 ^
6d12a8c4 ^
aac2775a ^
6d12a8c4 ^













aac2775a ^
6d12a8c4 ^



















aac2775a ^

6d12a8c4 ^






0f0be736 ^
6d12a8c4 ^
aac2775a ^
6d12a8c4 ^













aac2775a ^
6d12a8c4 ^



















aac2775a ^

6d12a8c4 ^






0f0be736 ^

6d12a8c4 ^
aac2775a ^
6d12a8c4 ^













aac2775a ^
6d12a8c4 ^




















aac2775a ^

6d12a8c4 ^







aac2775a ^
6d12a8c4 ^














0f0be736 ^

6d12a8c4 ^

aac2775a ^
6d12a8c4 ^











f5465e12 ^


a654e4ec ^
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