| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Chagashi HEAD master | bptato | 2024-10-05 | 1 | -9/+0 |
* | dynstream: fix memory leak | bptato | 2024-10-04 | 1 | -2/+1 |
* | sixel, term: reduce half-dump special casing | bptato | 2024-10-04 | 3 | -22/+37 |
* | sixel: transparency improvements | bptato | 2024-10-03 | 1 | -4/+4 |
* | term: "fix" GNU screen not respecting query sequence order | bptato | 2024-10-01 | 1 | -9/+22 |
* | pager: improve rewrite-url semantics | bptato | 2024-09-30 | 1 | -7/+19 |
* | timeout: accept err stream as param | bptato | 2024-09-30 | 1 | -6/+3 |
* | pager: add missing nil check | bptato | 2024-09-29 | 1 | -2/+3 |
* | loader: send headers for tocache requests too | bptato | 2024-09-28 | 2 | -6/+3 |
* | container: fix control char display | bptato | 2024-09-28 | 4 | -28/+23 |
* | container: don't show hover type on u | bptato | 2024-09-27 | 1 | -1/+1 |
* | loader, pager: fix fd leaks | bptato | 2024-09-25 | 1 | -0/+3 |
* | term: prevent negative line damage, fix off by one | bptato | 2024-09-25 | 2 | -9/+9 |
* | pager: make image ordering deterministic | bptato | 2024-09-25 | 2 | -4/+6 |
* | sixel: support transparency | bptato | 2024-09-24 | 3 | -19/+29 |
* | select: use a separate module (again) | bptato | 2024-09-24 | 4 | -351/+374 |
* | pager: fix double-width overprint & reload blank screen bug | bptato | 2024-09-24 | 2 | -8/+17 |
* | sixel: use inline background for blending | bptato | 2024-09-24 | 2 | -2/+2 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 2 | -63/+78 |
* | client, forkserver, dynstream: misc refactorings, fixes | bptato | 2024-09-23 | 2 | -86/+84 |
* | term: refactor | bptato | 2024-09-23 | 2 | -145/+157 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 3 | -27/+88 |
* | pager: improve hover text handling | bptato | 2024-09-22 | 3 | -44/+77 |
* | client: seqify fdmap | bptato | 2024-09-22 | 1 | -4/+6 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 1 | -9/+2 |
* | blob: make size signed int | bptato | 2024-09-15 | 1 | -2/+2 |
* | loader: refactor/move around some procs | bptato | 2024-09-15 | 3 | -5/+8 |
* | Refactor img/* | bptato | 2024-09-15 | 2 | -2/+2 |
* | loader: improve map interface | bptato | 2024-09-14 | 1 | -1/+1 |
* | loader: refactor, misc optimizations & fixes | bptato | 2024-09-14 | 3 | -34/+21 |
* | term: improve damage tracking, special case yaft | bptato | 2024-09-13 | 2 | -15/+42 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 1 | -4/+4 |
* | config: add display.sixel-colors | bptato | 2024-09-10 | 1 | -0/+3 |
* | pager: fix saveSource | bptato | 2024-09-10 | 2 | -5/+9 |
* | pager: fix rewrite-url weirdness | bptato | 2024-09-10 | 2 | -8/+4 |
* | pager, term: fix kitty display, add a sixel bounds check | bptato | 2024-09-09 | 2 | -4/+5 |
* | utils: add twtuni | bptato | 2024-09-08 | 4 | -177/+175 |
* | term: support SyncTERM | bptato | 2024-09-06 | 1 | -55/+69 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 2 | -13/+22 |
* | term: add outputSixelImage bounds checks | bptato | 2024-09-04 | 1 | -3/+12 |
* | loader, client, buffer: use selectInto (not select) | bptato | 2024-09-03 | 1 | -4/+6 |
* | loader: fix some fd leaks | bptato | 2024-09-02 | 1 | -4/+2 |
* | pager: fix missing gotoLine return value | bptato | 2024-09-01 | 1 | -0/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -53/+46 |
* | term, sixel: misc image fixes, sixel optimization | bptato | 2024-08-30 | 1 | -15/+24 |
* | sixel: minor optimizations | bptato | 2024-08-28 | 1 | -1/+3 |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 1 | -50/+36 |
* | term: fix crash on identical stacked images | bptato | 2024-08-27 | 1 | -1/+3 |
* | pager: fix nav direction after view source | bptato | 2024-08-27 | 1 | -0/+1 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 3 | -132/+150 |