| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer: make video, audio clickable | bptato | 2024-12-30 | 2 | -5/+13 |
* | pager: misc improvements | bptato | 2024-12-30 | 1 | -44/+44 |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 2 | -23/+39 |
* | pager: small cleanup | bptato | 2024-12-29 | 1 | -2/+1 |
* | history: remove comment parsing, fix fd leak | bptato | 2024-12-29 | 1 | -0/+2 |
* | env: do not copy attrs, fix screen on client | bptato | 2024-12-28 | 1 | -1/+4 |
* | cookie: remove broken third-party-cookie option | bptato | 2024-12-27 | 1 | -2/+1 |
* | term: fix in-cell offset bug on kitty image scroll | bptato | 2024-12-27 | 1 | -0/+5 |
* | term: fix display-charset not being interpreted | bptato | 2024-12-26 | 1 | -5/+5 |
* | Optimize some Option[string] out | bptato | 2024-12-26 | 1 | -4/+5 |
* | env: reflect user agent header in userAgent | bptato | 2024-12-26 | 1 | -0/+1 |
* | Misc character display fixes | bptato | 2024-12-22 | 5 | -21/+11 |
* | Add history | bptato | 2024-12-17 | 3 | -43/+73 |
* | buffer: only set new buffer's target on clone | bptato | 2024-12-20 | 2 | -6/+8 |
* | response: automatically resume before close | bptato | 2024-12-19 | 1 | -3/+0 |
* | pager: fix short error messages not being printed | bptato | 2024-12-19 | 1 | -1/+1 |
* | pager: fix crash on gotoURL with save + mailcap | bptato | 2024-12-19 | 1 | -1/+2 |
* | pager: do not crash browser when deleting a crashed buffer | bptato | 2024-12-18 | 1 | -1/+5 |
* | pager, select: hide menu if right click ends outside | bptato | 2024-12-18 | 2 | -45/+60 |
* | cookie: small bugfix, misc refactoring | bptato | 2024-12-17 | 1 | -9/+2 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 1 | -2/+2 |
* | pager: try to always display the error message | bptato | 2024-12-17 | 1 | -1/+11 |
* | 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 |