| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 3 | -6/+6 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 1 | -76/+89 |
* | dom, xhr: slight progress on modules, fix an XHR bug | bptato | 2024-08-15 | 1 | -6/+1 |
* | xhr: more progress | bptato | 2024-08-15 | 1 | -6/+5 |
* | mailcap: various fixes | bptato | 2024-08-11 | 1 | -5/+5 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 3 | -26/+31 |
* | pager: fix incorrect error message in rewrite-url | bptato | 2024-08-10 | 1 | -3/+6 |
* | pager: fix <select> drawing after container redraw | bptato | 2024-08-09 | 2 | -1/+3 |
* | Update monoucha | bptato | 2024-08-09 | 3 | -37/+41 |
* | cssvalues, color: use parseEnumNoCase more | bptato | 2024-08-03 | 1 | -2/+4 |
* | console, client: optimize console.log (etc.) | bptato | 2024-07-30 | 1 | -2/+2 |