about summary refs log tree commit diff stats
path: root/adapter
Commit message (Expand)AuthorAgeFilesLines
* sixel: simplify compressSixelbptato2024-10-051-12/+5
* md2html: support + lists, ~~~ blocksbptato2024-10-041-5/+7
* dynstream: fix memory leakbptato2024-10-043-4/+4
* sixel, term: reduce half-dump special casingbptato2024-10-041-62/+46
* sixel: fix some weird artifactsbptato2024-10-041-0/+13
* sixel: transparency improvementsbptato2024-10-031-5/+5
* http: remove twtstr dependencybptato2024-10-011-4/+10
* ftp: remove libcurl dependencybptato2024-10-013-248/+464
* lcgi: fix broken error messagebptato2024-09-281-1/+1
* loader: send headers for tocache requests toobptato2024-09-281-2/+4
* gopher: do not depend on libcurlbptato2024-09-282-74/+202
* loader: clean up connecterrorbptato2024-09-285-33/+22
* sixel: reset chunk on transparencybptato2024-09-271-0/+1
* term: prevent negative line damage, fix off by onebptato2024-09-251-2/+6
* sixel: support transparencybptato2024-09-241-33/+38
* Replace std/selectors with pollbptato2024-09-231-19/+16
* loader: mmap intermediate image files, misc refactoringbptato2024-09-227-74/+88
* Refactor img/*bptato2024-09-151-5/+225
* sixel: do not reserve palette entry for transparencybptato2024-09-121-8/+11
* 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
* sixel: misc optimizationsbptato2024-09-091-42/+43
* sixel: small optimizationbptato2024-09-081-29/+27
* md2html: code, pre, inline fixesbptato2024-09-071-120/+193
* term: sixel sizing & output fixesbptato2024-09-051-7/+7
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-042-50/+44
* md2html: misc inline fixesbptato2024-09-011-114/+160
* sixel: special case search for few color registersbptato2024-09-011-17/+58
* canvas: make sure we don't link to QJSbptato2024-09-011-2/+1
* canvas: move to separate CGI scriptbptato2024-09-013-3/+148
* sixel: fix oobbptato2024-08-301-3/+2
* term, sixel: misc image fixes, sixel optimizationbptato2024-08-301-55/+97
* md2html: support blockquotebptato2024-08-302-10/+28
* sixel: ditheringbptato2024-08-291-42/+73
* sixel: fix borked approximation schemebptato2024-08-291-41/+29
* sixel: minor optimizationsbptato2024-08-281-51/+86
* sixel, term: fix off-by-1's in croppingbptato2024-08-281-2/+6
* sixel: proper color quantizationbptato2024-08-271-37/+215
* stbi, jebp: use read/write instead of fread/fwritebptato2024-08-263-61/+131
* sixel: break out into a separate cgi scriptbptato2024-08-241-0/+202
* urldec: merge into urlencbptato2024-08-112-22/+18
* md2html: label headings with their levelbptato2024-08-111-1/+2
* loader: move back data URL handlingbptato2024-08-031-32/+0
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-1/+1
* jebp: fix NEON simd bugbptato2024-07-231-1/+1
* img: add webp decoder (jebp)bptato2024-07-203-0/+4852
* stbi: fix incompatible function pointer typebptato2024-07-181-2/+2
* img, makefile: remove png, update uninstall targetbptato2024-07-031-553/+0
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-2/+10