| Commit message (Expand) | Author | Age | Files | Lines |
* | pager: copy cursor position on meta refresh | bptato | 2025-02-13 | 2 | -7/+8 |
* | pager: remove (BUFFER) from prompt, hide alert prompt | bptato | 2025-02-09 | 1 | -6/+5 |
* | pager: existsDir -> dirExists | bptato | 2025-02-08 | 1 | -1/+1 |
* | dom: various select fixes/improvements | bptato | 2025-02-08 | 2 | -1/+3 |
* | pager: catch SIGINT for interrupt handler | bptato | 2025-02-05 | 2 | -44/+21 |
* | term: simplify/optimize | bptato | 2025-02-02 | 1 | -38/+34 |
* | dom, layout: fix empty canvas cache ids | bptato | 2025-02-01 | 1 | -6/+8 |
* | dom: basic module support | bptato | 2025-02-01 | 1 | -39/+13 |
* | buffer: drop pipe, pipe2, passFd privileges | bptato | 2025-01-30 | 1 | -0/+11 |
* | about: move to loader | bptato | 2025-01-30 | 1 | -1/+1 |
* | pager: fix gotoAnchor on buffers that were redirected | bptato | 2025-01-29 | 1 | -3/+4 |
* | lineedit: add missing nil check to nextHist, prevent empty entries in submit | bptato | 2025-01-29 | 1 | -12/+9 |
* | container: fix getSelectionText with no parameters | bptato | 2025-01-29 | 1 | -7/+3 |
* | loader: add download manager | bptato | 2025-01-24 | 2 | -3/+20 |
* | term: remove unused import | bptato | 2025-01-24 | 1 | -1/+0 |
* | buffer: support navigation on load/click, use origin for hover checking | bptato | 2025-01-24 | 1 | -2/+5 |
* | buffer: improve screen state synchronization | bptato | 2025-01-23 | 2 | -38/+28 |
* | term: re-add write overload for `string' | bptato | 2025-01-23 | 1 | -0/+5 |
* | pager, term: replace execCmd, File | bptato | 2025-01-22 | 2 | -45/+76 |
* | javascript: add .jsrget, .jsrfget | bptato | 2025-01-22 | 1 | -1/+1 |
* | pager: do not alert on failed history write if config dir doesn't exist | bptato | 2025-01-20 | 1 | -1/+4 |
* | container, config.toml: add | command | bptato | 2025-01-19 | 1 | -0/+6 |
* | pager: keep reading if term has chars buffered | bptato | 2025-01-18 | 2 | -0/+7 |
* | pager: merge ask with askChar, remove urandom | bptato | 2025-01-17 | 2 | -45/+36 |
* | term: rework input buffer | bptato | 2025-01-17 | 2 | -9/+23 |
* | container: fix crash on clicking label for empty select | bptato | 2025-01-16 | 1 | -1/+1 |
* | term: fix non-UTF-8 visual output | bptato | 2025-01-16 | 1 | -8/+7 |
* | env, dom: add crypto.getRandomValues, HTMLInputElement.files | bptato | 2025-01-16 | 1 | -1/+1 |
* | pager: improve content type handling | bptato | 2025-01-15 | 2 | -49/+41 |
* | opt: remove value.ok, value.err overloads, use lent | bptato | 2025-01-14 | 1 | -1/+1 |
* | container: use linked list instead of deque | bptato | 2025-01-13 | 2 | -6/+19 |
* | config: switch to camel case | bptato | 2025-01-13 | 2 | -88/+88 |
* | loader: fix memory leak on x-saveoutput + various fd leaks | bptato | 2025-01-11 | 1 | -8/+15 |
* | bufreader, bufwriter: send all fds in one message | bptato | 2025-01-11 | 2 | -30/+34 |
* | pager: add some option wrappers | bptato | 2025-01-10 | 1 | -4/+4 |
* | buffer, ua.css, dom: more select adjustments | bptato | 2025-01-10 | 3 | -69/+22 |
* | ua.css: improve select rendering | bptato | 2025-01-09 | 1 | -2/+2 |
* | buffer: remove server socket | bptato | 2025-01-09 | 3 | -128/+81 |
* | dynstream: remove safeClose, add moveFd | bptato | 2025-01-09 | 1 | -14/+10 |
* | bufstream: allow 0-width packets | bptato | 2025-01-09 | 1 | -1/+0 |
* | buffer: fix crash on clone | bptato | 2025-01-08 | 1 | -0/+1 |
* | lineedit: skip last history entry if identical to input | bptato | 2025-01-08 | 1 | -6/+14 |
* | pager: add omni-rewrites to URL history | bptato | 2025-01-08 | 1 | -0/+1 |
* | loader: use per-process control sockets | bptato | 2025-01-08 | 3 | -26/+20 |
* | dom: add document.referrer | bptato | 2025-01-06 | 1 | -2/+3 |
* | container: remove location | bptato | 2025-01-06 | 1 | -3/+0 |
* | loaderiface: fix race in poll register | bptato | 2025-01-06 | 1 | -2/+6 |
* | pager: skip a pointless zero fill | bptato | 2025-01-04 | 1 | -1/+1 |
* | Try to set close-on-exec, misc cleanup | bptato | 2025-01-04 | 1 | -2/+1 |
* | env, buffer: restyle on getComputedStyle | bptato | 2025-01-03 | 1 | -1/+1 |