about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pager, term: fix kitty display, add a sixel bounds checkbptato2024-09-092-4/+5
* twtuni: correct behavior on failed bounds checkbptato2024-09-081-11/+11
* utils: add twtunibptato2024-09-0818-432/+482
* Fix 1.6.14 compilationbptato2024-09-072-2/+30
* md2html: code, pre, inline fixesbptato2024-09-072-3/+3
* term: support SyncTERMbptato2024-09-061-55/+69
* Update chagashibptato2024-09-061-1/+1
* sandbox: allow futex in network/buffer sandboxbptato2024-09-061-1/+2
* twtstr: type erase binarySearch instantiationbptato2024-09-063-38/+52
* term: sixel sizing & output fixesbptato2024-09-052-13/+22
* term: add outputSixelImage bounds checksbptato2024-09-041-3/+12
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-042-2/+26
* bindings: remove zlibbptato2024-09-041-79/+0
* loader, client, buffer: use selectInto (not select)bptato2024-09-033-9/+13
* loader: fix crashes with kqueue backendbptato2024-09-032-4/+23
* cascade: add missing nil checkbptato2024-09-021-1/+1
* loader: fix some fd leaksbptato2024-09-024-11/+37
* Update chagashibptato2024-09-011-1/+1
* pager: fix missing gotoLine return valuebptato2024-09-011-0/+1
* canvas: make sure we don't link to QJSbptato2024-09-019-186/+163
* url: reduce idna sizebptato2024-09-011-7/+10
* path: fix swap bug, refactor linesbptato2024-09-013-19/+21
* canvas: move to separate CGI scriptbptato2024-09-0118-359/+413
* layout: fix table height constraint typebptato2024-08-301-1/+9
* term, sixel: misc image fixes, sixel optimizationbptato2024-08-301-15/+24
* sixel: minor optimizationsbptato2024-08-281-1/+3
* sixel, term: fix off-by-1's in croppingbptato2024-08-281-50/+36
* term: fix crash on identical stacked imagesbptato2024-08-271-1/+3
* pager: fix nav direction after view sourcebptato2024-08-271-0/+1
* dom: toBlob fixesbptato2024-08-251-20/+7
* sixel: break out into a separate cgi scriptbptato2024-08-243-132/+150
* layout: fix whitespace weirdnessbptato2024-08-231-1/+3
* winattrs: un-snakeifybptato2024-08-237-18/+18
* cssvalues: fix broken vmin, vmaxbptato2024-08-231-2/+2
* Update monouchabptato2024-08-221-1/+1
* loader: fix crash on empty data URLsbptato2024-08-171-1/+8
* term: don't panic if termcap tgetent failsbptato2024-08-173-85/+110
* buffer: fix some hover weirdnessbptato2024-08-151-7/+7
* dom, xhr: slight progress on modules, fix an XHR bugbptato2024-08-155-59/+118
* xhr: more progressbptato2024-08-1510-87/+194
* xhr: progressbptato2024-08-137-85/+214
* mailcap: fix weird error handlingbptato2024-08-131-19/+13
* mailcap: various fixesbptato2024-08-112-43/+32
* dom: remove generic JS bindingsbptato2024-08-119-135/+156
* dom: fix crash on wrong image content typebptato2024-08-113-5/+10
* pager: fix incorrect error message in rewrite-urlbptato2024-08-101-3/+6
* twtstr: don't cast in parseEnumbptato2024-08-091-2/+2
* sandbox: allow ugetrlimitbptato2024-08-091-0/+1
* pager: fix <select> drawing after container redrawbptato2024-08-092-1/+3
* Update monouchabptato2024-08-091-1/+1