| Commit message (Expand) | Author | Age | Files | Lines |
* | select: fix height definition | bptato | 2024-12-15 | 1 | -13/+10 |
* | chabookmark fixes & improvements | bptato | 2024-12-15 | 1 | -1/+4 |
* | client: document readFile, writeFile; add getenv, setenv | bptato | 2024-12-14 | 1 | -7/+32 |
* | term: allow ANSI fgcolor + bgcolor | bptato | 2024-12-13 | 1 | -6/+2 |
* | container, cookie: simplify extractCookies, cookieJar.add | bptato | 2024-12-13 | 1 | -4/+3 |
* | cookie: remove JS module | bptato | 2024-12-13 | 1 | -2/+0 |
* | pager: fix casing | bptato | 2024-12-12 | 1 | -1/+1 |
* | pager: do not prompt for text types | bptato | 2024-12-11 | 1 | -1/+7 |
* | pager, mailcap: misc fixes, add prompt for global mailcap | bptato | 2024-12-11 | 1 | -94/+218 |
* | pager: remove unused variable | bptato | 2024-12-10 | 1 | -15/+3 |
* | pager: fix nil deref | bptato | 2024-12-10 | 1 | -2/+2 |
* | client: mostly merge into pager | bptato | 2024-12-09 | 2 | -808/+784 |
* | container: de-extern some procs | bptato | 2024-12-09 | 1 | -19/+19 |
* | pager: hide kitty images when menu is open | bptato | 2024-12-06 | 2 | -3/+20 |
* | config, mailcap: remove std/streams dependency, specialize mmap | bptato | 2024-12-05 | 1 | -1/+1 |
* | mimetypes: refactor, use mime.types for inline image extensions | bptato | 2024-12-05 | 2 | -2/+3 |
* | pager, term: use cell offset with kitty images | bptato | 2024-12-03 | 2 | -11/+24 |
* | term: respect LINES, COLUMNS; do not crash without vi/ve | bptato | 2024-12-01 | 1 | -6/+12 |
* | term: disable screen workaround on tmux | bptato | 2024-12-01 | 1 | -1/+2 |
* | pager: do not make pointless requests in viewImage, add saveImage | bptato | 2024-11-30 | 2 | -5/+10 |
* | twtstr: add mypairs | bptato | 2024-11-28 | 2 | -3/+3 |
* | layout, term, url: misc cleanup | bptato | 2024-11-28 | 1 | -1/+0 |
* | 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 |