about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken css color function parsingbptato2022-12-252-32/+56
* pager: improve title display, fix alert displaybptato2022-12-252-4/+35
* ips/editor: don't write file for empty input, check for conflicting filesbptato2022-12-251-7/+12
* ips/editor: make default line 1bptato2022-12-251-1/+1
* Add font color presentational hintbptato2022-12-251-0/+6
* rendertext: fix tab weirdnessbptato2022-12-251-10/+8
* layout/engine: clean up & fix width computationbptato2022-12-252-163/+142
* css/values: fix some incorrectly accepted valuesbptato2022-12-211-18/+29
* Remove todobptato2022-12-211-1/+0
* dom: fix select default displaybptato2022-12-211-3/+15
* layout/engine: simplify a bitbptato2022-12-212-38/+29
* Update readmebptato2022-12-211-25/+17
* pager: proxy values in container; js: bugfixesbptato2022-12-209-149/+264
* Fix JS_GetPropertyNames bindingsbptato2022-12-202-2/+4
* layout/engine: reset absolutes on relayoutbptato2022-12-201-0/+1
* Update readmebptato2022-12-201-3/+31
* Add unicode normalization, etcbptato2022-12-198-84/+156
* More DOM workbptato2022-12-1910-342/+660
* lineedit: fix crash in prevHist/nextHistbptato2022-12-191-0/+3
* File browser: sort filesbptato2022-12-191-1/+20
* More work on DOM (incl. bugfixes)bptato2022-12-194-216/+251
* Add file browserbptato2022-12-182-25/+75
* Add JS support to documentsbptato2022-12-1816-343/+1065
* Fix division by zero in table layoutbptato2022-12-171-6/+8
* Allow cycling through hover-texts with ubptato2022-12-165-44/+76
* htmltokenizer: fix after attribute value (quoted) bugbptato2022-12-161-1/+3
* Display text for img tag, background-imagebptato2022-12-167-59/+116
* Update visual home page, use name consistentlybptato2022-12-165-15/+43
* Fix a processFormat bugbptato2022-12-162-6/+8
* Remove obsolete buildInlineTableBoxbptato2022-12-161-27/+0
* Document discardTreebptato2022-12-161-0/+5
* discardTree only kills child buffers, fix discardBufferbptato2022-12-162-6/+8
* layout/engine: clean up shrink attributebptato2022-12-162-58/+69
* layout/engine: fix a <br> bug that ate inline boxes, add broken min-width/max...bptato2022-12-163-15/+87
* Fix tab width in prebptato2022-12-151-0/+2
* Update readmebptato2022-12-151-24/+4
* git wtf momentbptato2022-12-151-11/+0
* Merge branch 'master' of ssh://192.168.0.230/~/x/chabptato2022-12-151-0/+11
|\
| * htmltokenizer: implement a small todobptato2022-12-152-7/+13
* | container: do not load all lines at once in readLinesbptato2022-12-153-14/+28
* | pager: fix getRoot returning nothingbptato2022-12-151-0/+1
* | makeCRLF: move to twtstr, write last charbptato2022-12-152-16/+23
* | Remove obsolete renderPlainText procbptato2022-12-151-42/+0
* | Fix console display bugs, add container.locationbptato2022-12-153-4/+15
* | htmltokenizer: implement a small todobptato2022-12-152-16/+21
|/
* htmltokenizer: fix newline handling with insufficient buffer lengthbptato2022-12-151-2/+6
* Add discardTree, update docsbptato2022-12-154-89/+367
* term: improve screen/line clearingbptato2022-12-151-4/+12
* Fix error handling on buffer closebptato2022-12-151-14/+18
* Make load() slightly less dumbbptato2022-12-154-57/+109
id'>a6f90d4cd ^
76885c754 ^
182ab85dc ^
a6f90d4cd ^
76885c754 ^
a6f90d4cd ^
182ab85dc ^
a6f90d4cd ^

182ab85dc ^
a6f90d4cd ^


































182ab85dc ^
a6f90d4cd ^




182ab85dc ^
a6f90d4cd ^




dce8d3d1a ^
a6f90d4cd ^
5e15dec17 ^


a6f90d4cd ^
64c638a9d ^
a6f90d4cd ^

5e15dec17 ^
a6f90d4cd ^
5e15dec17 ^
a6f90d4cd ^


43eace163 ^





182ab85dc ^
43eace163 ^
a6f90d4cd ^
43eace163 ^









182ab85dc ^
43eace163 ^

a6f90d4cd ^







43eace163 ^
a6f90d4cd ^


43eace163 ^
a6f90d4cd ^


43eace163 ^


182ab85dc ^



43eace163 ^
d2b45dbe8 ^
182ab85dc ^

43eace163 ^



dce8d3d1a ^
43eace163 ^



d2b45dbe8 ^
a6f90d4cd ^
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