| Commit message (Expand) | Author | Age | Files | Lines |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 5 | -31/+84 |
* | git.cgi: use forms | bptato | 2024-06-30 | 1 | -4/+13 |
* | renderdocument: avoid recursion | bptato | 2024-06-30 | 1 | -9/+12 |
* | promise, container: fix nil derefs | bptato | 2024-06-30 | 2 | -17/+25 |
* | layout: flex padding/margin fixes | bptato | 2024-06-30 | 5 | -2/+27 |
* | cascade: support align=left, align=right on img | bptato | 2024-06-29 | 1 | -2/+14 |
* | term: fix sixel OOB | bptato | 2024-06-29 | 1 | -1/+1 |
* | stbi: fix broken allocation in resizing | bptato | 2024-06-29 | 1 | -1/+1 |
* | layout: clamp image size to available space | bptato | 2024-06-29 | 1 | -5/+14 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 7 | -50/+86 |
* | layout: fix image baseline | bptato | 2024-06-29 | 1 | -6/+5 |
* | layout: fix text-align + padding coloring | bptato | 2024-06-29 | 3 | -3/+4 |
* | loader: fix fd leaks | bptato | 2024-06-29 | 1 | -0/+2 |
* | config: add various missing options | bptato | 2024-06-29 | 8 | -10/+119 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 17 | -131/+2866 |
* | layout: inline fixes & improvements | bptato | 2024-06-27 | 8 | -248/+217 |
* | layout: simplify | bptato | 2024-06-24 | 1 | -53/+44 |
* | doc: update manpages | bptato | 2024-06-24 | 7 | -350/+287 |
* | test: print running test names to the same line | bptato | 2024-06-23 | 2 | -2/+2 |
* | layout: avoid shrink-to-fit padding/margin overflow | bptato | 2024-06-23 | 3 | -7/+27 |
* | layout: get rid of incorrect hack | bptato | 2024-06-23 | 3 | -1/+8 |
* | config: fix JS command definitions | bptato | 2024-06-23 | 2 | -3/+4 |
* | term: fix negative line damage bug | bptato | 2024-06-23 | 1 | -4/+2 |
* | loader: fix failing assertion | bptato | 2024-06-22 | 1 | -2/+4 |
* | Update monoucha | bptato | 2024-06-22 | 6 | -6/+6 |
* | env: fix nil deref in client | bptato | 2024-06-22 | 1 | -1/+3 |
* | misc cleanups | bptato | 2024-06-22 | 15 | -35/+24 |
* | pager: fix nil deref in dupeBuffer | bptato | 2024-06-22 | 1 | -15/+18 |
* | stbi: allow x-unknown | bptato | 2024-06-22 | 1 | -1/+1 |
* | forkserver: add missing exitnow | bptato | 2024-06-22 | 1 | -0/+1 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 7 | -504/+536 |
* | term, pager: improve image display | bptato | 2024-06-21 | 6 | -102/+224 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 4 | -30/+66 |
* | stbi: add encoders | bptato | 2024-06-21 | 5 | -27/+1828 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 5 | -50/+54 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 15 | -57/+8174 |
* | loader: better error handling | bptato | 2024-06-20 | 4 | -21/+31 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 29 | -291/+645 |
* | pager: prefill lmUsername with current username | bptato | 2024-06-16 | 1 | -1/+1 |
* | buffer: copy less | bptato | 2024-06-14 | 1 | -8/+10 |
* | buffer: decoding fixes | bptato | 2024-06-14 | 4 | -46/+48 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 9 | -149/+46 |
* | cssvalues: add "clear" to table wrapper box | bptato | 2024-06-11 | 3 | -1/+8 |
* | pager: actually fix broken logic | bptato | 2024-06-09 | 1 | -2/+2 |
* | pager: fix broken logic | bptato | 2024-06-09 | 1 | -3/+3 |
* | dom: simplify window.loader | bptato | 2024-06-09 | 3 | -29/+18 |
* | pager: send Accept: */* for viewImage | bptato | 2024-06-08 | 2 | -3/+15 |
* | buffer: add autofocus | bptato | 2024-06-08 | 8 | -101/+136 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 7 | -173/+192 |
* | config.toml: update headers | bptato | 2024-06-08 | 1 | -2/+2 |