| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | term, pager: improve image display | bptato | 2024-06-21 | 1 | -33/+71 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 1 | -6/+16 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -6/+34 |
* | pager: prefill lmUsername with current username | bptato | 2024-06-16 | 1 | -1/+1 |
* | pager: actually fix broken logic | bptato | 2024-06-09 | 1 | -2/+2 |
* | pager: fix broken logic | bptato | 2024-06-09 | 1 | -3/+3 |
* | pager: send Accept: */* for viewImage | bptato | 2024-06-08 | 1 | -2/+7 |
* | buffer: add autofocus | bptato | 2024-06-08 | 1 | -41/+35 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 1 | -13/+19 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -9/+10 |
* | pager: rework D/discard buffer | bptato | 2024-05-31 | 1 | -47/+126 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 1 | -1/+1 |
* | pager: editor command fixes | bptato | 2024-05-12 | 1 | -2/+2 |
* | client, pager: remove unnecessary std/streams | bptato | 2024-05-11 | 1 | -9/+6 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 1 | -1/+17 |
* | pager: take $EDITOR from env | bptato | 2024-05-11 | 1 | -5/+5 |
* | luwrap: use separate context (+ various cleanups) | bptato | 2024-05-10 | 1 | -3/+7 |
* | js: refactor | bptato | 2024-05-08 | 1 | -2/+2 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 1 | -3/+3 |