about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* env: fix nil deref in clientbptato2024-06-221-1/+3
* misc cleanupsbptato2024-06-2215-35/+24
* pager: fix nil deref in dupeBufferbptato2024-06-221-15/+18
* stbi: allow x-unknownbptato2024-06-221-1/+1
* forkserver: add missing exitnowbptato2024-06-221-0/+1
* pager: refactor drawing codebptato2024-06-227-504/+536
* term, pager: improve image displaybptato2024-06-216-102/+224
* client, pager: fix cached item refcounting bugsbptato2024-06-214-30/+66
* stbi: add encodersbptato2024-06-215-27/+1828
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-215-50/+54
* img: use stb_image, drop zlib as dependencybptato2024-06-2015-57/+8174
* loader: better error handlingbptato2024-06-204-21/+31
* 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-46/+48
* Update Chame, Chagashibptato2024-06-139-149/+46
* 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/+246
* 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