| Commit message (Expand) | Author | Age | Files | Lines |
* | sixel: simplify compressSixel | bptato | 2024-10-05 | 1 | -12/+5 |
* | md2html: support + lists, ~~~ blocks | bptato | 2024-10-04 | 1 | -5/+7 |
* | dynstream: fix memory leak | bptato | 2024-10-04 | 3 | -4/+4 |
* | sixel, term: reduce half-dump special casing | bptato | 2024-10-04 | 1 | -62/+46 |
* | sixel: fix some weird artifacts | bptato | 2024-10-04 | 1 | -0/+13 |
* | sixel: transparency improvements | bptato | 2024-10-03 | 1 | -5/+5 |
* | http: remove twtstr dependency | bptato | 2024-10-01 | 1 | -4/+10 |
* | ftp: remove libcurl dependency | bptato | 2024-10-01 | 3 | -248/+464 |
* | lcgi: fix broken error message | bptato | 2024-09-28 | 1 | -1/+1 |
* | loader: send headers for tocache requests too | bptato | 2024-09-28 | 1 | -2/+4 |
* | gopher: do not depend on libcurl | bptato | 2024-09-28 | 2 | -74/+202 |
* | loader: clean up connecterror | bptato | 2024-09-28 | 5 | -33/+22 |
* | sixel: reset chunk on transparency | bptato | 2024-09-27 | 1 | -0/+1 |
* | term: prevent negative line damage, fix off by one | bptato | 2024-09-25 | 1 | -2/+6 |
* | sixel: support transparency | bptato | 2024-09-24 | 1 | -33/+38 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 1 | -19/+16 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 7 | -74/+88 |
* | Refactor img/* | bptato | 2024-09-15 | 1 | -5/+225 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 1 | -8/+11 |
* | sixel: factor out root node, fix a bug | bptato | 2024-09-12 | 1 | -30/+31 |
* | sixel: small optimizations | bptato | 2024-09-11 | 1 | -31/+48 |
* | sixel: faster quantization | bptato | 2024-09-11 | 1 | -80/+92 |
* | sixel: misc optimizations | bptato | 2024-09-09 | 1 | -42/+43 |
* | sixel: small optimization | bptato | 2024-09-08 | 1 | -29/+27 |
* | md2html: code, pre, inline fixes | bptato | 2024-09-07 | 1 | -120/+193 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 1 | -7/+7 |
* | sixel, stbi, sandbox: fix fstat sandbox violation | bptato | 2024-09-04 | 2 | -50/+44 |
* | md2html: misc inline fixes | bptato | 2024-09-01 | 1 | -114/+160 |
* | sixel: special case search for few color registers | bptato | 2024-09-01 | 1 | -17/+58 |
* | canvas: make sure we don't link to QJS | bptato | 2024-09-01 | 1 | -2/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -3/+148 |
* | sixel: fix oob | bptato | 2024-08-30 | 1 | -3/+2 |
* | term, sixel: misc image fixes, sixel optimization | bptato | 2024-08-30 | 1 | -55/+97 |
* | md2html: support blockquote | bptato | 2024-08-30 | 2 | -10/+28 |
* | sixel: dithering | bptato | 2024-08-29 | 1 | -42/+73 |
* | sixel: fix borked approximation scheme | bptato | 2024-08-29 | 1 | -41/+29 |
* | sixel: minor optimizations | bptato | 2024-08-28 | 1 | -51/+86 |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 1 | -2/+6 |
* | sixel: proper color quantization | bptato | 2024-08-27 | 1 | -37/+215 |
* | stbi, jebp: use read/write instead of fread/fwrite | bptato | 2024-08-26 | 3 | -61/+131 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 1 | -0/+202 |
* | urldec: merge into urlenc | bptato | 2024-08-11 | 2 | -22/+18 |
* | md2html: label headings with their level | bptato | 2024-08-11 | 1 | -1/+2 |
* | loader: move back data URL handling | bptato | 2024-08-03 | 1 | -32/+0 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -1/+1 |
* | jebp: fix NEON simd bug | bptato | 2024-07-23 | 1 | -1/+1 |
* | img: add webp decoder (jebp) | bptato | 2024-07-20 | 3 | -0/+4852 |
* | stbi: fix incompatible function pointer type | bptato | 2024-07-18 | 1 | -2/+2 |
* | img, makefile: remove png, update uninstall target | bptato | 2024-07-03 | 1 | -553/+0 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -2/+10 |