| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | term, pager: improve image display | bptato | 2024-06-21 | 3 | -95/+213 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 3 | -14/+30 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 1 | -19/+17 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 4 | -12/+46 |
* | pager: prefill lmUsername with current username | bptato | 2024-06-16 | 1 | -1/+1 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 2 | -15/+18 |
* | 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 | 1 | -4/+1 |
* | pager: send Accept: */* for viewImage | bptato | 2024-06-08 | 1 | -2/+7 |
* | buffer: add autofocus | bptato | 2024-06-08 | 2 | -63/+60 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 2 | -17/+23 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 5 | -24/+27 |
* | pager: rework D/discard buffer | bptato | 2024-05-31 | 1 | -47/+126 |
* | client: fix double click on double width chars | bptato | 2024-05-23 | 1 | -7/+7 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 3 | -23/+20 |
* | config: separate tmp dir for sockets, users | bptato | 2024-05-16 | 1 | -4/+5 |
* | pager: editor command fixes | bptato | 2024-05-12 | 1 | -2/+2 |
* | container: remove unused code | bptato | 2024-05-12 | 1 | -5/+0 |
* | client, pager: remove unnecessary std/streams | bptato | 2024-05-11 | 2 | -12/+7 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 3 | -23/+46 |
* | pager: take $EDITOR from env | bptato | 2024-05-11 | 1 | -5/+5 |
* | term: optimize canvas redraw, remove emulate-overline | bptato | 2024-05-10 | 1 | -63/+38 |
* | luwrap: use separate context (+ various cleanups) | bptato | 2024-05-10 | 3 | -64/+55 |
* | luwrap: replace Nim unicode maps with libunicode | bptato | 2024-05-09 | 2 | -2/+5 |
* | js: refactor | bptato | 2024-05-08 | 4 | -10/+15 |
* | js: fix compilation on 1.6.14 | bptato | 2024-05-06 | 1 | -1/+1 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 3 | -5/+5 |
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 2 | -34/+43 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 2 | -48/+73 |
* | loader: fix applying config for initial request | bptato | 2024-05-02 | 1 | -2/+1 |
* | config: add insecure-ssl-no-verify option to siteconf | bptato | 2024-05-01 | 1 | -1/+5 |
* | term: fix incorrect dimensions used in sixel | bptato | 2024-04-29 | 1 | -30/+29 |
* | term: add sixel background color blending | bptato | 2024-04-29 | 1 | -9/+19 |
* | term: remove background color blending in sixel | bptato | 2024-04-27 | 1 | -9/+1 |
* | ua.css: style xmp like pre | bptato | 2024-04-27 | 1 | -1/+9 |
* | buffer: add toggleImages | bptato | 2024-04-27 | 1 | -0/+9 |
* | term: query sixel color register number | bptato | 2024-04-27 | 1 | -32/+51 |
* | Remove unnecessary unsigned casts | bptato | 2024-04-26 | 1 | -2/+2 |