| 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 | 1 | -1/+1 |
* | pager: make image ordering deterministic | bptato | 2024-09-25 | 1 | -1/+2 |
* | sixel: support transparency | bptato | 2024-09-24 | 1 | -2/+6 |
* | select: use a separate module (again) | bptato | 2024-09-24 | 1 | -1/+5 |
* | pager: fix double-width overprint & reload blank screen bug | bptato | 2024-09-24 | 1 | -3/+7 |
* | sixel: use inline background for blending | bptato | 2024-09-24 | 1 | -1/+1 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 1 | -6/+5 |
* | client, forkserver, dynstream: misc refactorings, fixes | bptato | 2024-09-23 | 1 | -27/+18 |
* | term: refactor | bptato | 2024-09-23 | 1 | -8/+9 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 1 | -22/+79 |
* | pager: improve hover text handling | bptato | 2024-09-22 | 1 | -42/+73 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 1 | -9/+2 |
* | loader: refactor/move around some procs | bptato | 2024-09-15 | 1 | -2/+3 |
* | Refactor img/* | bptato | 2024-09-15 | 1 | -1/+1 |
* | loader: refactor, misc optimizations & fixes | bptato | 2024-09-14 | 1 | -22/+10 |
* | term: improve damage tracking, special case yaft | bptato | 2024-09-13 | 1 | -0/+1 |
* | pager: fix saveSource | bptato | 2024-09-10 | 1 | -4/+6 |
* | pager: fix rewrite-url weirdness | bptato | 2024-09-10 | 1 | -5/+3 |
* | pager, term: fix kitty display, add a sixel bounds check | bptato | 2024-09-09 | 1 | -2/+2 |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -10/+11 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 1 | -2/+2 |
* | 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 | 1 | -34/+21 |
* | 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 | 1 | -31/+51 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 1 | -1/+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 | 1 | -6/+11 |
* | 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 | 1 | -0/+2 |
* | Update monoucha | bptato | 2024-08-09 | 1 | -30/+34 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 1 | -2/+0 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -24/+68 |
* | pager: fix dead containers left in replaceBackup | bptato | 2024-07-23 | 1 | -0/+6 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 1 | -3/+3 |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 1 | -7/+2 |
* | config: support smart case | bptato | 2024-07-16 | 1 | -4/+1 |
* | 32-bit compilation fixes | bptato | 2024-07-13 | 1 | -8/+8 |
* | pager: fix redirection to deleted buffers | bptato | 2024-07-06 | 1 | -5/+18 |
* | config: add buffer.autofocus | bptato | 2024-07-04 | 1 | -0/+1 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -13/+48 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 1 | -18/+19 |
* | config: add various missing options | bptato | 2024-06-29 | 1 | -3/+4 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -12/+33 |
* | misc cleanups | bptato | 2024-06-22 | 1 | -2/+1 |
* | pager: fix nil deref in dupeBuffer | bptato | 2024-06-22 | 1 | -15/+18 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 1 | -93/+111 |