| Commit message (Expand) | Author | Age | Files | Lines |
* | pager: fix redirection to deleted buffers | bptato | 2024-07-06 | 1 | -0/+1 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -0/+2 |
* | promise, container: fix nil derefs | bptato | 2024-06-30 | 1 | -1/+3 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 1 | -4/+8 |
* | misc cleanups | bptato | 2024-06-22 | 1 | -2/+1 |
* | pager: refactor drawing code | bptato | 2024-06-22 | 1 | -50/+344 |
* | term, pager: improve image display | bptato | 2024-06-21 | 1 | -5/+9 |
* | client, pager: fix cached item refcounting bugs | bptato | 2024-06-21 | 1 | -3/+1 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -0/+8 |
* | buffer: add autofocus | bptato | 2024-06-08 | 1 | -22/+25 |
* | pager, buffer: improve forms, protocol config | bptato | 2024-06-08 | 1 | -4/+4 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -3/+5 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 1 | -2/+2 |
* | container: remove unused code | bptato | 2024-05-12 | 1 | -5/+0 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 1 | -17/+23 |
* | luwrap: use separate context (+ various cleanups) | bptato | 2024-05-10 | 1 | -57/+41 |
* | luwrap: replace Nim unicode maps with libunicode | bptato | 2024-05-09 | 1 | -2/+4 |
* | js: refactor | bptato | 2024-05-08 | 1 | -1/+1 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 1 | -1/+1 |
* | buffer: add toggleImages | bptato | 2024-04-27 | 1 | -0/+9 |
* | Initial image support | bptato | 2024-04-25 | 1 | -4/+5 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 1 | -5/+21 |
* | Update code style | bptato | 2024-04-17 | 1 | -89/+92 |
* | pager: fix weird halfPage* behavior | bptato | 2024-03-30 | 1 | -6/+6 |
* | pager: exclude status line from buffer height | bptato | 2024-03-30 | 1 | -0/+4 |
* | container: rename enums | bptato | 2024-03-27 | 1 | -17/+17 |
* | buffer: fix cancel() | bptato | 2024-03-27 | 1 | -10/+17 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -4/+4 |
* | buffer: send title during load + other title stuff | bptato | 2024-03-21 | 1 | -12/+13 |
* | buffer: also buffer input reads | bptato | 2024-03-21 | 1 | -3/+1 |
* | pager: add "save link", "save source"; change & document some keybindings | bptato | 2024-03-20 | 1 | -23/+43 |
* | buffer: add markURL | bptato | 2024-03-19 | 1 | -2/+12 |
* | client: fix "Hit any key" bug on load failure | bptato | 2024-03-17 | 1 | -5/+8 |
* | container: fall back to text/plain instead of application/octet-stream | bptato | 2024-03-16 | 1 | -1/+2 |
* | container: cursor x fixes | bptato | 2024-03-15 | 1 | -2/+4 |
* | Clean up BufferConfig | bptato | 2024-03-15 | 1 | -11/+14 |
* | pager: unregister containers properly when headers are pending | bptato | 2024-03-14 | 1 | -1/+2 |
* | Move around some modules | bptato | 2024-03-14 | 1 | -1/+1 |
* | pager: add "open in editor" keybinding (sE) | bptato | 2024-03-14 | 1 | -2/+4 |
* | client: fix blocking reads on container connection | bptato | 2024-03-12 | 1 | -1/+0 |
* | loader: remove applyHeaders | bptato | 2024-03-12 | 1 | -11/+8 |
* | posixstream: do not ignore lseek result | bptato | 2024-03-12 | 1 | -2/+6 |
* | pager: do not eat error alerts on startup | bptato | 2024-03-11 | 1 | -1/+0 |
* | loader: rework process model | bptato | 2024-03-11 | 1 | -207/+176 |
* | buffer: improve/fix onload return values | bptato | 2024-03-03 | 1 | -9/+14 |
* | container: fix off-by-one error in scrollDown | bptato | 2024-03-02 | 1 | -1/+1 |
* | container: fix cursorLineBegin/cursorLineTextStart with vertical scroll | bptato | 2024-03-01 | 1 | -1/+3 |
* | buffer, client: fix deadlock with send() calls | bptato | 2024-02-29 | 1 | -6/+7 |
* | Add mouse support | bptato | 2024-02-29 | 1 | -14/+20 |
* | container: fix cursor positioning bugs | bptato | 2024-02-28 | 1 | -6/+24 |