about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* url: accept schemes containing numbersbptato2023-04-301-1/+2
* dom: fix one-off error in insertNodebptato2023-04-301-2/+1
* Loader: use curl_multibptato2023-04-283-109/+256
* nim 1.6.12 supportbptato2023-04-161-1/+1
* renderdocument: fix img positionbptato2023-04-121-5/+5
* buffer: disable popup confirmation for formsbptato2023-04-102-5/+15
* htmlparser: add missing reprocess token for trbptato2023-04-081-0/+1
* css/values: add some stringifiersbptato2023-03-101-4/+13
* layout/engine: fix min-width doing the wrong thingbptato2023-03-101-4/+4
* dom: store index among siblings for nodesbptato2023-03-102-58/+68
* dom: set document url in constructorbptato2023-03-081-1/+2
* layout/engine: fix double positioning absolute boxesbptato2023-02-192-0/+11
* layout/engine: fix some tab alignment issuesbptato2023-02-141-2/+4
* dom: set childonly flags where neededbptato2023-02-141-6/+7
* html/dom: add Node.remove()bptato2023-02-131-1/+4
* css/match: fix next sibling selector (+)bptato2023-02-131-2/+2
* buffer: adapt onload to PosixStream and SocketStreambptato2023-02-131-15/+14
* setTimeout, setInterval: hack to fix 0 timeoutbptato2023-02-091-2/+2
* quickjs: make JSValue distinct on 32-bitbptato2023-02-052-2/+7
* Slightly improve request api (less crashes)bptato2023-02-054-7/+11
* Update IdnaMappingTable.txtbptato2023-02-051-32/+137
* eprint: make it a functionbptato2023-02-051-1/+1
* Update character width rangesbptato2023-02-053-168/+2763
* w3m.toml: fix quitbptato2023-02-051-2/+2
* Remove unused variablebptato2023-01-271-1/+0
* Make width table at compile-timebptato2023-01-273-65/+102
* WIP selector rewritebptato2023-01-274-451/+365
* selectorparser: refactor, fix combinator bugsbptato2023-01-201-79/+79
* buffer: do not move cursor in scrollLeftbptato2023-01-201-2/+0
* layout: fix position:absolute, remove position:fixedbptato2023-01-202-31/+45
* selectorparser: parse comma correctly in combinatorsbptato2023-01-201-0/+3
* res/config: fix M-c console bindingbptato2023-01-201-4/+1
* layout/engine: fix tab displaybptato2023-01-191-1/+4
* buffer/container: fix cursor overwriting double-width charsbptato2023-01-111-1/+22
* pager, term: fix inefficiencies, off by one errorsbptato2023-01-112-13/+15
* io/window: use all available columnsbptato2023-01-081-5/+7
* css/values: remove equalsbptato2023-01-081-32/+0
* css/values: add floatbptato2023-01-081-4/+23
* Update readmebptato2023-01-081-5/+27
* css/cascade, layout/engine: add table alignbptato2023-01-083-39/+49
* res/config, doc/config: encode search query stringsbptato2023-01-082-15/+15
* renderdocument: fix failing assertionbptato2023-01-071-0/+8
* display/pager: correct maximum status message widthbptato2023-01-071-4/+6
* selectorparser: do not accept invalid selectorsbptato2023-01-071-44/+78
* css/cascade: remove scoped sheetsbptato2023-01-074-53/+28
* css/values, parser, ...: fix background-imagebptato2023-01-063-32/+68
* layout/engine: fix marker box computed valuesbptato2023-01-061-1/+1
* res/ua.css: no !important for display: nonebptato2023-01-061-2/+3
* utils/twtstr: simplify mnormalizebptato2023-01-061-4/+1
* Slightly refactor commandModebptato2023-01-064-12/+27
;id=728fb8385d3a4dca994ae652ca44b9ffe72a029d'>728fb838 ^
0c0b9489 ^


728fb838 ^
d88232a3 ^
0c0b9489 ^

728fb838 ^
b4b0eb24 ^



728fb838 ^
0c0b9489 ^












728fb838 ^
0c0b9489 ^



7ec262f8 ^
728fb838 ^
d88232a3 ^
7ec262f8 ^
0c0b9489 ^

728fb838 ^
0c0b9489 ^


728fb838 ^
0c0b9489 ^



728fb838 ^
d88232a3 ^
0c0b9489 ^


1bc3dd59 ^
728fb838 ^
1bc3dd59 ^
0c0b9489 ^

728fb838 ^
0c0b9489 ^




728fb838 ^
0c0b9489 ^


6a5d09b8 ^

















a8407dbf ^


6a5d09b8 ^
7aca88d4 ^

6a5d09b8 ^


7aca88d4 ^

6a5d09b8 ^


7aca88d4 ^

6a5d09b8 ^



7aca88d4 ^

6a5d09b8 ^


7aca88d4 ^


6a5d09b8 ^



7aca88d4 ^
6a5d09b8 ^




7aca88d4 ^



6a5d09b8 ^


7aca88d4 ^


6a5d09b8 ^

7aca88d4 ^











e65cebe4 ^


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