about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* cssparser: fix a parseAnB bugbptato2022-12-121-1/+1
| | | | Just a typo...
* Fix color contrast correctionbptato2022-12-124-68/+88
| | | | | Instead of just inverting the color and hoping for the best, convert it to YUV and increase/decrease luminance based on results.
* Make background-color non-inherited; fix {}= for CSSComputedValuesbptato2022-12-122-24/+19
|
* renderdocument: fix another formatting bugbptato2022-12-121-3/+5
|
* Add support for q, fix list-item counter behaviorbptato2022-12-125-74/+263
|
* renderdocument: fix overwriting formatcellsbptato2022-12-121-3/+10
| | | | Gets rid of weird underline effects. Also fixes nx calculation, I think.
* Add urlfilterbptato2022-12-125-12/+45
|
* Remove compile.batbptato2022-12-111-10/+0
|
* Add wikipedia substitution, bookmark file keybindingbptato2022-12-112-4/+11
|
* Update readme todo listbptato2022-12-111-6/+2
|
* Remove libregexp headersbptato2022-12-113-222/+4
| | | | we should be fine.....
* Add visual-home, rename undocumented config valuesbptato2022-12-113-5/+16
|
* layout/engine: fix wrap on pre-wrap (instead of pre-line)bptato2022-12-111-1/+1
|
* Fix container replacement bugsbptato2022-12-112-1/+8
|
* Add border-collapse, border-spacing; fix fd sending hackbptato2022-12-115-19/+93
| | | | | | Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works.
* Add div alignbptato2022-12-113-10/+29
|
* Support vertical-align on tdbptato2022-12-115-23/+60
|
* Add caption-sidebptato2022-12-113-104/+167
|
* Implement a proper table layoutbptato2022-12-112-30/+109
|
* Fix typo in docsbptato2022-12-111-2/+2
|
* Table layout improvementsbptato2022-12-112-7/+29
|
* Fixes & QOL improvementsbptato2022-12-115-31/+75
| | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent
* Add support for margin-left/right: autobptato2022-12-112-17/+87
|
* Fix -dbptato2022-12-104-38/+88
|
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-108-209/+289
| | | | Write always blocks for now, as it's too big of a footgun not to
* Fix decoder bugs, move decoder to encoding/bptato2022-12-104-11/+11
|
* regex.nim: remove unused functionsbptato2022-12-101-42/+1
| | | | Including replace.
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-1049-264/+78943
| | | | Also, fix a bug in the
* css/values: better shorthand handlingbptato2022-12-081-102/+122
|
* types/color: fix integer type confusionbptato2022-12-081-13/+13
|
* Fix overline emulation in middle of linebptato2022-12-071-0/+11
|
* htmlparser: fix bug where tokens wouldn't be reprocessed after close_cellbptato2022-12-071-0/+1
|
* Update documentationbptato2022-12-071-17/+128
|
* Add multiple text-decoration, overline emulationbptato2022-12-076-30/+58
|
* Add force-clearbptato2022-12-073-1/+4
|
* Remove unused BlockBox attributebptato2022-12-071-1/+0
|
* Note on table layout + accept inline-table in iflushbptato2022-12-071-1/+3
|
* Catch EOFError in console.readCharbptato2022-12-071-1/+4
|
* Fix table cell reflowbptato2022-12-072-54/+37
| | | | (still not perfect...)
* Do not set client.console.tty twicebptato2022-12-061-3/+2
|
* Fix stupid cmsg_len hackbptato2022-12-061-3/+3
| | | | | It's still stupid, but now it also does what it should've in the first place...
* Table changesbptato2022-12-062-16/+25
| | | | mostly failed attempts to improve the table layout
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-063-19/+23
|
* Add 1G as cursorFirstLine shortcutbptato2022-12-051-0/+1
|
* Trigger status event when number of lines changedbptato2022-12-051-5/+7
| | | | (So that line information is updated automatically)
* Fix a punycode decoding bugbptato2022-12-051-1/+1
|
* Hacky inline-table implementationbptato2022-12-051-2/+45
|
* Fix parsing of empty combinator selectorsbptato2022-12-051-1/+6
|
* Remove unused twtstr functionsbptato2022-12-053-31/+4
|
* Add title tag support, peek, peekCursorbptato2022-12-054-2/+41
|
hlt&id=75aa3a98e2b9311d65df91523ec754d5a2770456'>^
eefde1b9 ^

ac0e9db5 ^
0487a30e ^
795f5244 ^
0487a30e ^
dd994cda ^

0487a30e ^
dd994cda ^
cfb142b9 ^
827898fc ^
dd994cda ^

b98d3876 ^







dd2e01e4 ^
b98d3876 ^






72d5d018 ^
b98d3876 ^
02a55f71 ^








bc643692 ^


02a55f71 ^




2eab85b3 ^





c6034af3 ^


795f5244 ^
2eab85b3 ^


























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