about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* term: refactorbptato2024-09-233-145/+160
* loader: mmap intermediate image files, misc refactoringbptato2024-09-2220-202/+455
* pager: improve hover text handlingbptato2024-09-228-67/+136
* client: seqify fdmapbptato2024-09-221-4/+6
* layout: remove line-heightbptato2024-09-216-77/+20
* twtstr: simplify integer parsingbptato2024-09-211-86/+65
* toml: fix casingbptato2024-09-211-12/+12
* Update monouchabptato2024-09-172-1/+1
* dom: add forms, elements getter + misc fixesbptato2024-09-179-99/+181
* sandbox: always allow epoll_pwaitbptato2024-09-151-1/+1
* loader: fix rbtCache racebptato2024-09-153-36/+49
* blob: make size signed intbptato2024-09-153-11/+11
* loader: refactor/move around some procsbptato2024-09-1511-743/+763
* Refactor img/*bptato2024-09-1515-274/+264
* Update to Unicode 16.0.0bptato2024-09-145-12883/+13155
* loader: improve map interfacebptato2024-09-143-22/+25
* loader: refactor, misc optimizations & fixesbptato2024-09-149-266/+334
* sandbox: stricter fcntl policybptato2024-09-141-4/+17
* renderdocument: fix image background coloringbptato2024-09-131-13/+16
* term: improve damage tracking, special case yaftbptato2024-09-132-15/+42
* Update docsbptato2024-09-132-23/+64
* sixel: do not reserve palette entry for transparencybptato2024-09-122-12/+15
* sixel: factor out root node, fix a bugbptato2024-09-121-30/+31
* sixel: small optimizationsbptato2024-09-111-31/+48
* sixel: faster quantizationbptato2024-09-111-80/+92
* config: add display.sixel-colorsbptato2024-09-104-0/+15
* config: fix broken references to commandsbptato2024-09-102-156/+166
* pager: fix saveSourcebptato2024-09-103-6/+10
* pager: fix rewrite-url weirdnessbptato2024-09-102-8/+4
* dom: fix crash on wrong CSS content typebptato2024-09-101-3/+1
* sixel: misc optimizationsbptato2024-09-091-42/+43
* 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
* sixel: small optimizationbptato2024-09-081-29/+27
* utils: add twtunibptato2024-09-0819-433/+483
* Fix 1.6.14 compilationbptato2024-09-072-2/+30
* md2html: code, pre, inline fixesbptato2024-09-075-124/+198
* term: support SyncTERMbptato2024-09-061-55/+69
* Update chagashibptato2024-09-062-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-053-20/+29
* term: add outputSixelImage bounds checksbptato2024-09-041-3/+12
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-045-54/+72
* 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
* doc: update manpagesbptato2024-09-0214-30/+387