about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Fix broken css color function parsingbptato2022-12-251-1/+7
* Add JS support to documentsbptato2022-12-182-4/+27
* rendertext, color: fix escape codesbptato2022-12-141-1/+1
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-1/+1
* Add referer support, re-render on windowChangebptato2022-12-133-14/+104
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+9
* Add more cookie optionsbptato2022-12-131-5/+13
* cookie: check for domainbptato2022-12-131-1/+1
* Add all sorts of config options and cookiesbptato2022-12-131-12/+36
* Fix color contrast correctionbptato2022-12-121-35/+54
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-44/+44
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-3/+8
* types/color: fix integer type confusionbptato2022-12-081-13/+13
* Remove unused twtstr functionsbptato2022-12-051-1/+1
* Proper fix for url hash setterbptato2022-12-051-2/+1
* Rework broken non-blocking iobptato2022-11-271-1/+3
* Fix some table layout issuesbptato2022-11-251-13/+3
* Add some quirks mode rules + presentational hintsbptato2022-11-251-0/+45
* Fix user style regression, add minimum-contrastbptato2022-11-251-1/+0
* Buffer improvementsbptato2022-11-251-1/+1
* Avoid forking child processes from the main processbptato2022-11-242-0/+34
* Color & term improvementsbptato2022-11-211-6/+45
* Color stuffbptato2022-11-211-0/+23
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+8
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-0/+137
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-161-15/+15
* More JS bindingsbptato2022-09-131-7/+42
* Add JS binding generationbptato2022-09-121-8/+196
* Do not display password on status linebptato2022-08-031-2/+2
* Fix non-special url scheme parsingbptato2022-08-021-1/+2
* Fix renderdocument setText etc.bptato2022-08-021-0/+6
* Implement HTTP Authbptato2022-07-301-2/+2
* Implement revert valuebptato2022-07-301-0/+156
* Fix StyledNode invalidation & othersbptato2022-07-271-12/+10
* Implement standard-compliant HTML tokenizerbptato2022-06-271-1/+1
* Fix compilation on 32-bit architecturesbptato2022-05-211-5/+4
* Fix not being able to load local files with ?, #, etcbptato2022-02-191-3/+3
* Incomplete background-color implementationbptato2022-02-141-0/+4
* Implement formsbptato2022-01-291-1/+1
* Fix some path bugs and misc. warningsbptato2022-01-251-1/+16
* Support external stylesheetsbptato2022-01-232-1/+5
* Avoid unnecessary rendering on hover change etcbptato2022-01-221-0/+3
* Fix url parsing bugbptato2022-01-221-1/+1
* Fix page navigationbptato2022-01-221-2/+4
* Fix percent encoding function and local percent encoded pathsbptato2022-01-191-0/+7
* Add punycode supportbptato2021-12-291-0/+34
* Basic content type implementationbptato2021-12-261-0/+25
* Proper URL handlingbptato2021-12-261-87/+632
* Honestly I'm not sure what I added here...bptato2021-12-211-0/+245
* More code formatting consistencybptato2021-12-171-1/+1
n class='oid'>f6b44306 ^
f5465e12 ^
f6b44306 ^




f5465e12 ^
f6b44306 ^










f5465e12 ^

c8a58cdc ^
d5d908dd ^

f6b44306 ^
d5d908dd ^
f6b44306 ^

d5d908dd ^
f6b44306 ^
d5d908dd ^

f6b44306 ^







9570363a ^
f5465e12 ^
f6b44306 ^

f5465e12 ^
f6b44306 ^
9570363a ^
f5465e12 ^
9570363a ^
f6b44306 ^

9570363a ^
f6b44306 ^

9570363a ^
f6b44306 ^
9570363a ^




f5465e12 ^
9570363a ^

f5465e12 ^
9570363a ^
f6b44306 ^

f5465e12 ^


f6b44306 ^

f5465e12 ^



f6b44306 ^


9570363a ^


f6b44306 ^
9570363a ^



f6b44306 ^
f5465e12 ^
da4d0a50 ^
c15dedb7 ^


f6b44306 ^







762b099e ^





f5465e12 ^
f6b44306 ^
9570363a ^
f5465e12 ^
9570363a ^
f5465e12 ^
9570363a ^
f6b44306 ^
f5465e12 ^


































f6b44306 ^
b514fbb9 ^

e877e1fc ^


fd5e720b ^



e877e1fc ^

b514fbb9 ^


70763af3 ^














b514fbb9 ^
f6b44306 ^
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