| Commit message (Expand) | Author | Age | Files | Lines |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 4 | -29/+74 |
* | 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 | 1 | -2/+8 |
* | 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 |
* | 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 | 1 | -1/+2 |
* | loader: fix fd leaks | bptato | 2024-06-29 | 1 | -0/+2 |
* | config: add various missing options | bptato | 2024-06-29 | 5 | -6/+22 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 13 | -118/+174 |
* | layout: inline fixes & improvements | bptato | 2024-06-27 | 3 | -240/+201 |
* | layout: simplify | bptato | 2024-06-24 | 1 | -53/+44 |
* | layout: avoid shrink-to-fit padding/margin overflow | bptato | 2024-06-23 | 1 | -7/+12 |
* | layout: get rid of incorrect hack | bptato | 2024-06-23 | 1 | -1/+1 |
* | 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 | 5 | -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 |
* | forkserver: add missing exitnow | bptato | 2024-06-22 | 1 | -0/+1 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 6 | -503/+536 |
* | term, pager: improve image display | bptato | 2024-06-21 | 5 | -101/+224 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 4 | -30/+66 |
* | stbi: add encoders | bptato | 2024-06-21 | 1 | -8/+18 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 4 | -30/+33 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 6 | -27/+58 |
* | 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 | 26 | -790/+596 |
* | 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 | 3 | -46/+48 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 7 | -149/+46 |
* | cssvalues: add "clear" to table wrapper box | bptato | 2024-06-11 | 1 | -1/+3 |
* | 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 | 1 | -2/+7 |
* | buffer: add autofocus | bptato | 2024-06-08 | 7 | -101/+129 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 5 | -173/+158 |
* | layout: minor cleanup | bptato | 2024-06-04 | 1 | -7/+4 |
* | layout: track overflow size | bptato | 2024-06-04 | 2 | -48/+130 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 50 | -3796/+234 |
* | js: improve jsregex interface | bptato | 2024-06-03 | 2 | -30/+25 |
* | js: change jsstfunc syntax | bptato | 2024-06-03 | 3 | -4/+4 |
* | js: fix runtime cleanup | bptato | 2024-06-03 | 2 | -18/+33 |