| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | term: constify queries | bptato | 2024-07-30 | 1 | -3/+15 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 4 | -9/+1 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 4 | -32/+91 |
* | client, sandbox: fix termux build | bptato | 2024-07-24 | 1 | -5/+8 |
* | pager: fix dead containers left in replaceBackup | bptato | 2024-07-23 | 2 | -0/+9 |
* | term: fix positionImage sixel size clamping (take 2) | bptato | 2024-07-23 | 1 | -2/+2 |
* | term: fix positionImage sixel size clamping | bptato | 2024-07-23 | 1 | -6/+10 |
* | term: fix kitty image positioning | bptato | 2024-07-20 | 1 | -2/+5 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 3 | -4/+8 |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 1 | -7/+2 |
* | client: remove redundant global functions | bptato | 2024-07-16 | 1 | -22/+0 |
* | timeout: simplify, misc fixes | bptato | 2024-07-16 | 1 | -7/+7 |
* | term: image sizing fixes | bptato | 2024-07-16 | 1 | -8/+39 |
* | config: support smart case | bptato | 2024-07-16 | 1 | -4/+1 |
* | 32-bit compilation fixes | bptato | 2024-07-13 | 2 | -9/+9 |
* | timeout: fix jsvalue leak | bptato | 2024-07-10 | 1 | -0/+1 |
* | lineedit: small cleanup | bptato | 2024-07-07 | 1 | -4/+1 |
* | pager: fix redirection to deleted buffers | bptato | 2024-07-06 | 2 | -5/+19 |
* | main, forkserver: optimize startup | bptato | 2024-07-06 | 1 | -9/+2 |
* | config: add buffer.autofocus | bptato | 2024-07-04 | 1 | -0/+1 |
* | term: fix excessive SGR output in ansi color mode | bptato | 2024-07-02 | 1 | -17/+21 |
* | term: query default ansi colors, etc. | bptato | 2024-07-02 | 1 | -63/+94 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 3 | -28/+73 |
* | promise, container: fix nil derefs | bptato | 2024-06-30 | 1 | -1/+3 |
* | term: fix sixel OOB | bptato | 2024-06-29 | 1 | -1/+1 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 3 | -33/+44 |
* | 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 |
* | config: fix JS command definitions | bptato | 2024-06-23 | 1 | -2/+3 |
* | term: fix negative line damage bug | bptato | 2024-06-23 | 1 | -4/+2 |
* | misc cleanups | bptato | 2024-06-22 | 4 | -9/+6 |
* | pager: fix nil deref in dupeBuffer | bptato | 2024-06-22 | 1 | -15/+18 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 6 | -503/+536 |