| Commit message (Expand) | Author | Age | Files | Lines |
* | url: fix compilation on Nim 1.6.14 | bptato | 2024-11-07 | 1 | -1/+1 |
* | luwrap: fix compilation on 2.0.8 and refactor a bit | bptato | 2024-11-05 | 1 | -1/+1 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 5 | -6/+2 |
* | container: fix nil deref on cancel | bptato | 2024-11-02 | 1 | -3/+4 |
* | pager: fix borked error check | bptato | 2024-10-31 | 1 | -1/+1 |
* | container: fix peekCursor showing hover texts in the wrong order | bptato | 2024-10-29 | 1 | -4/+5 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 1 | -1/+2 |
* | pager: misc extern fixes | bptato | 2024-10-27 | 1 | -80/+109 |
* | container: fix crash on isearch between redirects | bptato | 2024-10-27 | 1 | -1/+1 |
* | termcap: merge into term | bptato | 2024-10-23 | 1 | -1/+29 |
* | dynstream: refactor | bptato | 2024-10-20 | 3 | -9/+7 |
* | dynstream, serversocket: use posix instead of nativesockets | bptato | 2024-10-20 | 3 | -6/+2 |
* | pager: refactor mailcap, console; misc fixes | bptato | 2024-10-14 | 2 | -245/+227 |
* | twtstr, toml: misc cleanup | bptato | 2024-10-13 | 1 | -2/+1 |
* | base64: merge into twtstr/env | bptato | 2024-10-13 | 1 | -1/+0 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 2 | -23/+45 |
* | client: fix redirected buffers jumping back to parent on reload | bptato | 2024-10-07 | 1 | -0/+5 |
* | pager: do not choke on empty editor command | bptato | 2024-10-07 | 1 | -2/+4 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 2 | -15/+26 |
* | pager: add missing int conversion | bptato | 2024-10-06 | 1 | -1/+1 |
* | Update Chagashi | 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 |