about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-2029-291/+645
* pager: prefill lmUsername with current usernamebptato2024-06-161-1/+1
* buffer: copy lessbptato2024-06-141-8/+10
* buffer: decoding fixesbptato2024-06-144-51/+53
* Update Chame, Chagashibptato2024-06-139-159/+56
* cssvalues: add "clear" to table wrapper boxbptato2024-06-113-1/+8
* pager: actually fix broken logicbptato2024-06-091-2/+2
* pager: fix broken logicbptato2024-06-091-3/+3
* dom: simplify window.loaderbptato2024-06-093-29/+18
* pager: send Accept: */* for viewImagebptato2024-06-082-3/+15
* buffer: add autofocusbptato2024-06-088-101/+136
* pager, buffer: improve forms, protocol configbptato2024-06-087-173/+192
* config.toml: update headersbptato2024-06-081-2/+2
* git.cgi: add git stash list, switch -> branchbptato2024-06-081-20/+30
* layout: minor cleanupbptato2024-06-041-7/+4
* layout: track overflow sizebptato2024-06-042-48/+130
* Move JS wrapper into Monouchabptato2024-06-0371-81054/+252
* js: improve jsregex interfacebptato2024-06-033-101/+88
* js: change jsstfunc syntaxbptato2024-06-033-4/+4
* md2html: include numbers in idsbptato2024-06-031-3/+3
* js: fix runtime cleanupbptato2024-06-034-18/+44
* js: small misc changesbptato2024-06-021-13/+15
* css: slightly optimize cascadebptato2024-06-024-136/+145
* Update docsbptato2024-06-022-12/+5
* renderdocument: handle overlapping double width charsbptato2024-06-023-1/+15
* layout: misc refactoringsbptato2024-06-021-209/+180
* layout: clean up inline tree constructionbptato2024-06-015-292/+314
* layout: dimSum -> sumbptato2024-06-011-22/+21
* layout: refactor resolveSizesbptato2024-06-011-140/+126
* main: fix tmpdir/sockdir permsbptato2024-05-311-3/+4
* test: update acid1.color.expectedbptato2024-05-311-1/+1
* config: fix -C with files not in CWDbptato2024-05-312-6/+14
* layout: line box sizing fixesbptato2024-05-315-15/+66
* pager: rework D/discard bufferbptato2024-05-316-56/+147
* layout: fix a width sizing bugbptato2024-05-303-4/+7
* layout: fix regressionbptato2024-05-301-0/+3
* layout: simplify percHeight handling, misc refactoringsbptato2024-05-301-67/+30
* layout: fix caption margin calculationbptato2024-05-303-19/+36
* regexp: fix non greedy quantizers with zero length matchesFabrice Bellard2024-05-301-8/+6
* Add `js_resolve_proxy` (#293)Charlie Gordon2024-05-301-20/+35
* Add `JS_StrictEq()`, `JS_SameValue()`, and `JS_SameValueZero()` (#264)Kasper Isager Dalsgarð2024-05-302-5/+26
* Expose `JS_SetUncatchableError()` (#262)Kasper Isager Dalsgarð2024-05-302-1/+1
* Add `JS_HasException()` (#265)Kasper Isager Dalsgarð2024-05-302-0/+6
* Add `JS_NewTypedArray()` (#272)Dmitry Volyntsev2024-05-302-0/+27
* quickjs: revert SetUncatchableError patchbptato2024-05-301-1/+0
* layout: improve baseline calculationbptato2024-05-301-56/+56
* Fix GCC 14 compilationbptato2024-05-304-18/+32
* layout: fix clear on blocks establishing new BFCsbptato2024-05-303-1/+14
* layout: misc refactoringsbptato2024-05-293-193/+205
* layout: get rid of InlineBoxBuilderbptato2024-05-283-109/+103
'Blame the previous revision' href='/akspecs/aerc/blame/doc/aerc.1.scd?id=7ecc6f96de5864d76ea2a94123b11c9258791cc9'>^
7ecc6f9 ^

50f25e7 ^







ce42429 ^
50f25e7 ^
ce42429 ^
a1763bf ^
50f25e7 ^
ce42429 ^
8635c70 ^
ce42429 ^
50f25e7 ^
a93b4de ^







030f390 ^





50f25e7 ^

f81e4bd ^


50f25e7 ^


72204d1 ^
50f25e7 ^
2d6338e ^

50f25e7 ^
5b52388 ^



f81e4bd ^



d22a914 ^


2d6338e ^
fc719e4 ^



f81e4bd ^






94b9d55 ^



f81e4bd ^
50f25e7 ^
fc719e4 ^


36af93b ^
























50f25e7 ^
fc719e4 ^



4fc6fee ^


2d6338e ^








ce475e4 ^

1bb1a80 ^
ce475e4 ^
e56ceb0 ^
28fc9fa ^

ccf5c02 ^


e56ceb0 ^

709d4e1 ^
















7899d15 ^

2d6338e ^
4fc6fee ^
2d6338e ^
7899d15 ^


0ee7d30 ^



0a52124 ^
f4b7741 ^


2d6338e ^



















fc719e4 ^

4fc6fee ^


0b14d92 ^







fc719e4 ^

7a26b48 ^
4875813 ^
fc719e4 ^





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