about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* term: fix ANSI color approximationbptato2023-07-061-4/+0
* Fix regression in twidthbptato2023-07-061-3/+3
* Add popup menu for select elementbptato2023-07-051-2/+3
* Fix JS type conversion regressionsbptato2023-07-031-3/+4
* Fix CastSize warningsbptato2023-07-031-2/+2
* return Result[T, JSError] from fromJSbptato2023-07-021-0/+3
* Factor out map search, remove sugarbptato2023-06-293-11/+31
* Refactor fromJS bodybptato2023-06-281-1/+4
* twtstr: remove unused functionbptato2023-06-251-13/+0
* Improve broken cookie handling, add multipart to formbptato2023-06-251-0/+11
* Option -> Opt in config, return error in compileSearchRegexbptato2023-06-241-0/+6
* radixtree: optimize searchingbptato2023-06-231-7/+39
* eprint: simplifybptato2023-06-231-33/+23
* Get rid of the .jserr pragmabptato2023-06-191-4/+1
* Rework JS exception systembptato2023-06-192-27/+45
* Use utils/opt in toml parserbptato2023-06-182-14/+66
* approximateANSIColor: fix possible underflowbptato2023-06-101-0/+4
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-091-4/+37
* Add indexed color, other png improvementsbptato2023-06-091-0/+39
* 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
4'>^
8a1611e1 ^
bc1aceb8 ^
fb017f27 ^















c065b4c3 ^
fb017f27 ^


c065b4c3 ^
fb017f27 ^


c065b4c3 ^
fb017f27 ^
bf3b8804 ^

8af10b8b ^



eb2e57c9 ^




94a10242 ^
34b02351 ^
94a10242 ^
5ed6ccd8 ^
f4805eb8 ^











9b95435a ^
148d6ce5 ^

9b95435a ^


5ed6ccd8 ^
148d6ce5 ^

5ed6ccd8 ^


a413a311 ^
148d6ce5 ^

a413a311 ^

5ed6ccd8 ^
8bbff1f7 ^
5ed6ccd8 ^
60b58351 ^



e1194507 ^







72e171f6 ^


47b0c8df ^
72e171f6 ^












7707d87c ^





6a5cc238 ^
7707d87c ^












5c19adf2 ^
24fc8e94 ^



24fc8e94 ^


8bc1392c ^
24fc8e94 ^




8bc1392c ^
24fc8e94 ^

8bc1392c ^
24fc8e94 ^


8bc1392c ^


24fc8e94 ^

8bc1392c ^


24fc8e94 ^

8bc1392c ^





24fc8e94 ^

5c19adf2 ^
d4e20ebe ^
5c19adf2 ^
051d22b1 ^



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