about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Termcap support (?)bptato2022-11-215-87/+176
|
* Add alt-screen option, fix an ansi color bugbptato2022-11-212-5/+15
|
* Color & term improvementsbptato2022-11-219-210/+298
|
* Color stuffbptato2022-11-214-24/+103
|
* Terminal refactoringsbptato2022-11-2013-306/+533
|
* Incremental loading of text files, etc.bptato2022-11-208-296/+346
|
* Fix weird screen shift behaviorbptato2022-11-193-23/+33
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-195-30/+82
|
* Fix table cell size calculationbptato2022-11-194-36/+43
|
* Rewrite buffer/pager for multi-processingbptato2022-11-1919-1965/+2491
|
* Fix incorrect fit-to-shrink heuristicsbptato2022-11-151-1/+5
| | | | No guarantees that it's correct now...
* Very much WIP table implementationbptato2022-11-154-19/+124
|
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
|
* Add basic notcurses bindingsbptato2022-11-091-0/+56
|
* Use separate FileLoader instance for each bufferbptato2022-11-093-8/+7
|
* Do not always assume stdin is /dev/ttybptato2022-11-095-53/+75
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* Fix piped streamsbptato2022-10-241-1/+3
|
* Reopen tty read-only, refresh containers when switchedbptato2022-10-242-10/+16
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|
* Make it compile...bptato2022-10-193-4/+4
|
* Fix incorrect mark renderingbptato2022-10-191-1/+1
|
* Re-enable media queriesbptato2022-10-193-13/+31
|
* Fix Meta+Control keybindingsbptato2022-10-191-8/+9
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-197-574/+597
|
* WIP pagerbptato2022-10-047-60/+140
|
* Binding & macro refactoringsbptato2022-10-014-125/+146
|
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-164-25/+27
| | | | | The original idea was to use the same pragmas as object members, but unfortunately this doesn't seem to work consistently after all.
* Bugfixes & test JS event loopbptato2022-09-163-54/+214
|
* Tweaks/bugfixes for armbptato2022-09-144-6/+7
|
* More JS bindingsbptato2022-09-1314-231/+638
|
* Add JS binding generationbptato2022-09-1212-355/+1993
|
* Use unix domain sockets for IPCbptato2022-09-066-124/+195
|
* Add a network stream wrapper, improve eprintbptato2022-09-055-26/+70
|
* Fix combinator bugs + reimplement querySelectorAllbptato2022-09-012-119/+51
|
* Fix :nth-last-childbptato2022-08-231-3/+9
|
* Use more accurate selector terminologybptato2022-08-233-31/+39
|
* Fix nth-child bugs, rename select to matchbptato2022-08-237-70/+89
|
* Merge functional and normal pseudo-class selectorsbptato2022-08-215-137/+352
| | | | And parse An+B syntax for nth-child/nth-last-child.
* Refactor css function selectors a bitbptato2022-08-203-33/+32
|
* Small refactoringbptato2022-08-204-22/+25
|
* Work on tablesbptato2022-08-182-6/+59
|
* Fix request error handlingbptato2022-08-185-46/+47
|
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-185-90/+93
|
* Use a separate process for file loadingbptato2022-08-186-61/+311
| | | | | Not very useful for now, since we still have to load the entire page before parsing it.
* Refactor fileloaderbptato2022-08-084-212/+263
|
* Remove httpclient dependencybptato2022-08-043-30/+72
|
* Slightly better handling of http auth + redirectbptato2022-08-032-24/+32
|
* Fix incorrect selector parsing, remove httpclient from loaderbptato2022-08-035-13/+96
|
* Do not display password on status linebptato2022-08-032-3/+3
| | | | Editing the URL still does.
* Store FixedCell contents as strbptato2022-08-032-13/+11
|
gs of support for multiple shapes' href='/akkartik/view.love/commit/main.lua?id=eaa3820241476cd485c02ee20703bb0a65477db6'>eaa3820 ^
475bbd7 ^





4850e78 ^
07e2b7b ^
e83f219 ^


eaa3820 ^















e83f219 ^



79bbda9 ^
eaa3820 ^




e83f219 ^



5011395 ^

eaa3820 ^































5011395 ^

eaa3820 ^
5011395 ^











d42be8e ^


5011395 ^

d42be8e ^
5011395 ^











4850e78 ^

4aa2003 ^






51eb86c ^
0230726 ^








4aa2003 ^
ba0d002 ^



5e39aea ^


eaa3820 ^
5e39aea ^
fbba31f ^


eaa3820 ^
fbba31f ^
a1893a4 ^




ccf7ecc ^






79bbda9 ^

ccf7ecc ^
eaa3820 ^
ccf7ecc ^
61292c4 ^



51eb86c ^


eaa3820 ^
5e39aea ^



eaa3820 ^





5e39aea ^

eaa3820 ^







fbba31f ^
eaa3820 ^
fbba31f ^


a1893a4 ^
eaa3820 ^
a1893a4 ^
eaa3820 ^



a1893a4 ^





4aa2003 ^

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