| Commit message (Expand) | Author | Age | Files | Lines |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -101/+104 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -1/+1 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 1 | -2/+14 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 1 | -1/+1 |
* | dom, xhr: slight progress on modules, fix an XHR bug | bptato | 2024-08-15 | 1 | -6/+1 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 1 | -19/+19 |
* | pager: fix <select> drawing after container redraw | bptato | 2024-08-09 | 1 | -1/+1 |
* | Update monoucha | bptato | 2024-08-09 | 1 | -1/+1 |
* | 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 | -2/+16 |
* | pager: fix dead containers left in replaceBackup | bptato | 2024-07-23 | 1 | -0/+3 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 1 | -0/+3 |
* | 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 |