| Commit message (Expand) | Author | Age | Files | Lines |
* | mailcap: add x-needsstyle extension field | bptato | 2024-11-27 | 1 | -2/+7 |
* | select: pad options in newSelect | bptato | 2024-11-26 | 2 | -18/+19 |
* | client: exit if quit was called inside a job | bptato | 2024-11-25 | 1 | -10/+11 |
* | pager, select: add more items, misc fixes | bptato | 2024-11-25 | 3 | -46/+78 |
* | select: misc fixes | bptato | 2024-11-24 | 1 | -2/+10 |
* | loader/* -> server | bptato | 2024-11-24 | 3 | -14/+14 |
* | select: fix display with multi-width chars | bptato | 2024-11-24 | 1 | -6/+11 |
* | pager: pad menu items | bptato | 2024-11-24 | 1 | -10/+10 |
* | pager, select: implement more functions | bptato | 2024-11-24 | 2 | -5/+18 |
* | pager, select: add right click menu, fix some bugs | bptato | 2024-11-23 | 4 | -82/+219 |
* | pager: fix loadURL crash on empty URL | bptato | 2024-11-23 | 1 | -1/+3 |
* | container: add Lynx-style navigation commands | commodorian | 2024-11-23 | 1 | -0/+55 |
* | buffer: proper toggleImages implementation | bptato | 2024-11-21 | 2 | -4/+4 |
* | select: various improvements | bptato | 2024-11-21 | 1 | -69/+79 |
* | container: add numLines getter | bptato | 2024-11-19 | 1 | -1/+1 |
* | Update monoucha, fix some JS tests | bptato | 2024-11-18 | 1 | -2/+2 |
* | select: add cursorPrevLink, cursorNextLink | bptato | 2024-11-17 | 1 | -0/+6 |
* | container: do not share cached images on clone | bptato | 2024-11-16 | 1 | -0/+1 |
* | formdata: eliminate a global var | bptato | 2024-11-15 | 2 | -8/+9 |
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 2 | -8/+30 |
* | config: resolve download-dir as path, update docs | bptato | 2024-11-13 | 1 | -1/+3 |
* | container: fix `U' cursor repositioning (really) | bptato | 2024-11-12 | 2 | -25/+16 |
* | buffer: fix broken gotoAnchor behavior | bptato | 2024-11-12 | 2 | -44/+44 |
* | client: do not reopen istream if stdin is a tty | bptato | 2024-11-12 | 1 | -6/+5 |
* | url: reduce URL object size, simplify | bptato | 2024-11-11 | 3 | -4/+5 |
* | client: run actions for mouse clicks | bptato | 2024-11-10 | 1 | -12/+16 |
* | cascade: adjust prefers-color-scheme based on terminal background | bptato | 2024-11-10 | 1 | -0/+1 |
* | layout -> css | bptato | 2024-11-10 | 2 | -3/+3 |
* | url: fix compilation on Nim 1.6.14 | bptato | 2024-11-07 | 1 | -1/+1 |
* | luwrap: fix compilation on 2.0.8 and refactor a bit | bptato | 2024-11-05 | 1 | -1/+1 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 5 | -6/+2 |
* | container: fix nil deref on cancel | bptato | 2024-11-02 | 1 | -3/+4 |
* | pager: fix borked error check | bptato | 2024-10-31 | 1 | -1/+1 |
* | container: fix peekCursor showing hover texts in the wrong order | bptato | 2024-10-29 | 1 | -4/+5 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 1 | -1/+2 |
* | pager: misc extern fixes | bptato | 2024-10-27 | 1 | -80/+109 |
* | container: fix crash on isearch between redirects | bptato | 2024-10-27 | 1 | -1/+1 |
* | termcap: merge into term | bptato | 2024-10-23 | 1 | -1/+29 |
* | dynstream: refactor | bptato | 2024-10-20 | 3 | -9/+7 |
* | dynstream, serversocket: use posix instead of nativesockets | bptato | 2024-10-20 | 3 | -6/+2 |
* | pager: refactor mailcap, console; misc fixes | bptato | 2024-10-14 | 2 | -245/+227 |
* | twtstr, toml: misc cleanup | bptato | 2024-10-13 | 1 | -2/+1 |
* | base64: merge into twtstr/env | bptato | 2024-10-13 | 1 | -1/+0 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 2 | -23/+45 |
* | client: fix redirected buffers jumping back to parent on reload | bptato | 2024-10-07 | 1 | -0/+5 |
* | pager: do not choke on empty editor command | bptato | 2024-10-07 | 1 | -2/+4 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 2 | -15/+26 |
* | pager: add missing int conversion | bptato | 2024-10-06 | 1 | -1/+1 |
* | Update Chagashi | bptato | 2024-10-05 | 1 | -9/+0 |
* | dynstream: fix memory leak | bptato | 2024-10-04 | 1 | -2/+1 |